Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.