ACR Rules

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

Microflow should have a maximum of N ends

This rule checks the amount of ends in a microflow.
Whenever a microflow is supposed to return different objects/values. It is advised to at least have the paths that will end up returning the same connected to one end-action.
Add an integer value that constrains the max amount of end-events per microflow.