ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Maintainability (28)
  5. Microflow should have a maximum of N splits

Microflow should have a maximum of N splits

This rule checks the amount of splits in a microflow.
The amount of splits and merges can be an indicator of flow complexity. When a lot of decisions are made in your microflow, it can be difficult to track where it goes wrong in case of a bug.
Add an integer value that constrains the max amount of splits per microflow.