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

Compare with Current View Page History

« Previous Version 2 Next »

Explanation

This rule calculates whether or not your flow can be displayed on a standard screen. If not, you are advised to refactor for maintainability reasons.

Possible solutions

When opening a flow that does not fit your standard viewport, it is possible that elements in the flow are off the screen, this could lead to errors being made in analysis or implementation of changes. Try to restructure the flow to fit the screen or think about putting parts of the flow in sub-flows.

  • No labels