Aller au contenu principal

Wait

Configuration actuelle de la tâche Attendre dans le Workflow Designer
  • Task Type: sleep

The Task Wait allows you to pause the workflow execution for a certain period of time.

Configuration

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

Output Parameters

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

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