Understanding external validation execution sequence

Context only, fixed type, and variable type data validation are executed in sequence: first, data (along with execution context) flows through the validations; then, if data and context match, the validation is executed.

The data can contain both fixed type data and variable typed data. All three validation types can be applied to data depending on configuration.

Figure 1. External validation execution sequence
Shows data and context flowing through context only validation, fixed type validation, and variable type validation.