Framework Typescript SDK
Delay Action Step
The delay
step allows you to pause the execution of a workflow for a specified amount of time. This is useful when you need to wait for a certain amount of time before executing the next step in the workflow.
Step Outputs
amount
number
requiredThis combined with the unit field determines the amount of time to digest events for.
unit
Enum: 'seconds', 'minutes', 'hours', 'days', 'weeks', 'months'
requiredThe measurement unit for the amount field.
Step Result
duration
number
The duration of the delay in milliseconds.