CHECK_DATA

Performs a conditional on process data. Will go to the THEN branch if all checks pass. Will go to ELSE if any checks fail.

Properties

Add conditions that must be met to perform this action
conditions

A set of properties that are used to describe conditional clauses that must be evaluated as true before executing subsequent actions in the data flow. Will execute the THEN branch when all conditions are met. Will execute the ELSE branch if any of the conditions are not met.