ACR Rules

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

After startup project microflow should be named properly

Introduced in version 1.12 (12 August 2020)

Your project settings provide an event that can trigger an after startup microflow. Since you can only run one after startup microflow per project, Mendix advises to write out the purpose as a microflow name, in this case AfterStartUp.

Non-compliant example:

This example is incorrect because you don’t read in its name that this is the after startup microflow
This example is incorrect because the prefix ASu_ is used for the sub-microflows within the after startup microflow

Compliant example:

You can fix this violation by renaming your microflow AfterStartUp.