ACR Rules

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

Health check project microflow should be named properly

Introduced in version 1.12 (12 August 2020)

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

Non-compliant example:

Even though this example suggests its the health check microflow, it’s not based on the naming convention
This example is incorrect because the prefix HCh_ is used for the sub-microflows within the health check microflow

Compliant example:

You can fix this violation by renaming your microflow HealthCheck.