Mandala
Tools

Delay

Adds a delay to the workflow execution

Usage Instructions

Pauses workflow execution for a specified duration. Useful for rate limiting, adding deliberate delays between actions, or controlling workflow timing.

Tools

delay

Introduces a configurable delay in workflow execution for rate limiting, timing control, or user experience purposes.

Input

ParameterTypeRequiredDescription
durationnumberYesDuration of the delay
unitstringYesTime unit for the delay
messagestringNoOptional message to log during the delay

Output

ParameterTypeDescription
delayedFornumberTotal delay duration in milliseconds
delayedForHumanstringHuman-readable delay duration
startTimestringISO timestamp when delay started
endTimestringISO timestamp when delay ended
messagestringCustom message logged during delay

Notes

  • Category: tools
  • Type: delay
Delay