Skip to main content

Wait

Current configuration of the Wait task in the Workflow Designer
  • Task Type: sleep

The Wait task allows you to pause the Workflow flow for a specified period of time.

Configuration

  • Delay (s): number of seconds to wait before proceeding to the next task. This field can be filled in manually or populated dynamically via workflow parameters and variables.

Output Parameters

Upon completion of execution, the task makes the following Output Parameters available, which can be used as inputs in subsequent Workflow tasks.

  • result: returns an informative message about the outcome of the task execution (e.g., "Wait: 5 seconds")
  • resultJson: represents the result of the task execution in JSON format, including general information, configurations, and execution details.