Delay
Delay: Pauses workflow execution for a specified duration.
Human-readable name of the node
"Wait 30 minutes"
"delay"Type of delay. Determines how the duration is calculated.
Fixed: Static duration added as XXdXXhXXmXXs.
Dynamic: duration is passed as variable in your trigger payload in jq format. Eg. .delay_duration, $recipient.delay_duration, $actor.delay_duration, $tenant.delay_duration.
Relative to: delay is relative to a future timestamp passed in your trigger payload. Eg. .start_time before 15m.
fixed, dynamic, relative_to Description of what this node does
Duration value. Required for 'fixed' and 'dynamic' delay types.
Relative delay configuration. Required when delay_type is 'relative_to'.