Types
WorkflowStepType
The role a step plays in a workflow’s execution graph.
enum
WorkflowStepTypeValues
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.

