Condition

Represents a condition in a processing item.

Elements of a condition object literal
Element Type Description
id String UUID of the condition
statementType String Type of condition—one of: NO_TYPE, IF_TYPE, ELSEIF_TYPE, ELSE_TYPE, ALWAYS_TYPE
expression Expression object Only present if statementType is IF_TYPE or ELSEIF_TYPE; expression to evaluate
processingItems Array of processing items Processing items to perform if the condition is true
expressionId String UUID of the expression to evaluate for IF_TYPE and ELSEIF_TYPE conditions; otherwise, empty
  Condition example