Delay task pauses the execution of the workflow for a brief period. Use this task to delay the the start of another task to allow for a process to complete. 

For example, use this task to add a 1 minute delay before calling another task to allow a calculation to complete.

In this example, the Delay task is used in a path running simultaneously with a Data Transfer Task. If the Data Transfer task takes more than 300 seconds, the workflow process is considered failed. A message is sent using a Send Message task so that an Administrator can look into why the Data Transfer took more time than expected to finish. 

Use of the delay task.

The key parameters include:

ParameterDescription
NameEnter the name that appears on the task.
TimeEnter the amount of time to pause the workflow before the next task in the path is executed.
TimeoutEnter the time that the system will wait for the activity to complete.
Advance RuleSpecify how to advance to the task. The default is All predecessors have completed. 

To configure a Delay task:

  1. Drag the Delay task onto the Workflow Editor canvas to add it.
    Find the Delay task in the Workflow Controls section of the Workflow toolbox.
  2. Select the Delay task and select the Edit icon to edit the parameters in the Task Configuration pane. 
  3. Fill in the required parameters. 
  4. Select OK to apply changes in the Task Configuration pane.
  5. Select Save to save the workflow.
  6. Select Play in the Workflow Editor toolbar to start the workflow.
    The workflow process starts. 
  7. When the workflow process is executed, the workflow will pause for the specified period of time when it reaches the Delay task.