Skip to content

Boundary Conditional Event Activity

The Boundary Conditional Event activity triggers when a specified condition is met. This activity is crucial for controlling process flow based on dynamic evaluations within a larger automation sequence.

Field Description Requirement
Condition expression Defines the logical expression that must evaluate to true for the event to trigger. Required

Action Types & Examples

Condition Result

  • Format: boolean
  • Example Result: true

Implementation Examples

Field Setup - Condition expression: invoiceAmount > 1000

Execution Parameters - Condition expression: context.data.orderStatus == "Pending Approval" && context.data.approvalRequired == true

Technical Notes

The 'Condition expression' field supports standard logical and comparison operators. Ensure the expression evaluates to a boolean value. Complex expressions can impact performance; consider pre-evaluating parts of the condition if possible.