Flowtest

Use the Flowtest engine to audit Salesforce Flows and report detailed information about security issues.

Run this command to view detailed information about all the Flowtest rules that are bundled with Code Analyzer:

For information on how to modify rule settings, such as their severity or tags, see Customize Your Configuration. While the examples show modifying rules for the ESLint and Regex engines, you use the same process to modify Flowtest rules.

You can configure the Flowtest engine with the settings listed in this table. See Customize the v5 Configuration for details on how to apply the settings.

FieldTypeDescription
disable_enginebooleanWhether to turn off the 'flowtest' engine so that it is not included when running Code Analyzer commands. Default value is false.
python_commandstringIndicates the specific Python command to use for the 'flowtest' engine. May be provided as the name of a command that exists on the path, or an absolute file path location. If unspecified, or specified as null, then an attempt will be made to automatically discover a Python command from your environment. Default value is null.