ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Project hygiene (32)
  5. Project navigation microflow should be named properly

Project navigation microflow should be named properly

Introduced in version 2.1 (Released November 3rd)

When a microflow is called from your project navigation, it should be prefixed with the short string Nav_

Non-compliant example:

All the microflows that don’t start with Nav_ are non-compliant. In this case, Sub_ is not allowed.

Compliant example:

Microflows that start with Nav_ are named correctly.