Naming Standards - Microflows

Check ID
MF_0007

Category

Standards

Summary

This check will compare the name of your microflows to the naming standards you set. By default the Mendix Best Practices for Developers are used.

Options

This is a complex check that has many different options. See the tables below for all available options. In all cases where a name format is specified the following configuration options apply: - Use a regex in the format supported by the Mendix isMatch() string function. - In some cases (described in the table below) additional variables may be used such as %UserRole%, %EntityName%, %AttributeName%, etc. - In all cases where a regex is used as an option, if you leave it empty the check will be ignored.

Pass

The name of the element matches your standard.

Fail

The name of the element does not match your standard.

Option Name
Details

Non-permissioned Microflows

If TRUE, microflows that do not have permissions may not match your page-based microflow naming standards.

Control Microflows

Regex to use for microflows that contain change / commit actions. Default: CTL_.*

Validation Microflows

Regex to use for microflows that contain validation actions. Default: VAL_.*

Restrict Page Flows

If TRUE, all microflows called from a page must match your name standards for page-based flows.

Last updated