VARIABLES

Defines the VARIABLES section, which declares named values that can be referenced by rules, runtime logic, and expressions during model execution. Variables are evaluated at runtime and do not modify the model structure.

Syntax

	VARIABLES

Examples

	

        VARIABLES
            MaxRetries = 3
            RiskThreshold = 0.75
            EnableEscalation = true