ACR Rules

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

Before shutdown project microflow should be named properly

Introduced in version 1.12 (12 August 2020)

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

Non-compliant example:

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

Compliant example:

You can fix this violation by renaming your microflow BeforeShutDown.