You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is recommended that when creating flows and sub-flows in Mulesoft, they follow the Single Responsibility Principle to observe good performance, reliability practices, and readability.
The linter should check maximum allowed components in Flow/Subflow, and maximum component in the flow/sub-flow must be configurable in the rule.
The text was updated successfully, but these errors were encountered:
Find all the flows/sub-flows in the mule application.
Check for count for child components in the flow/sub-flow, this should not exceed the maxCount configuration passed in the linter rule.
Provided below rule definition for this rule:
FLOW_SUBFLOW_COMPONENT_COUNT
{
maxCount = 20
}
maxCount variable will be set to default 20, when not passed in the rule.
It is recommended that when creating flows and sub-flows in Mulesoft, they follow the Single Responsibility Principle to observe good performance, reliability practices, and readability.
The linter should check maximum allowed components in Flow/Subflow, and maximum component in the flow/sub-flow must be configurable in the rule.
The text was updated successfully, but these errors were encountered: