Skip to main content
enumWorkflowStepType

Values

CONDITION

Evaluates a condition; routes execution to one of two branches based on the result.

ACTION

Performs an operation such as assigning a thread, adding a label, or sending a message.

WAIT

Pauses execution for a configured duration, then continues to the next step.