You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Explanation

This rule counts the number of elements within one flow and reports back an issue when the configured maximum number of elements is exceeded. It is recommended for maintainability issues, to keep the number of elements in flows below this maximum, otherwise the flow is seen as complex.

Possible solutions

Try avoiding lots of elements in a flow making the flows complex and cluttered. Think about selecting parts of the flow to become sub-flows, preferably parts of the flow that are used in other flows.

  • No labels