ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Architecture (16)
  5. Microflows should only rarely call microflows from other modules

Microflows should only rarely call microflows from other modules

This rule checks if module logic (microflows) is encapsulated according to your standards.
If you have a low logic encapsulation percentage, it can mean that it’s better to move logic from one module to another since they are used more often elsewhere. Also it says something about your application as a whole. This percentage is calculated as the ratio between cross domain microflow calls to all microflow calls.
Add a percentage of the minimum encapsulation (amount of usages external opposed to interal)