T-Workflow

59.3.9.28 Delay

Action Description
The "Delay" template allows creating an action to pause the T-workflow execution until a specific waiting time is passed. The waiting time is calculated by adding the block's wait time (e.g. 60s) plus the database's job running frequency (5min by default). For instance, if the wait block is set to 60s, the actual waiting time will be 60s. AFTER the database jobs start running.

NB: The job running frequency of a database, which by default is 5 minutes, can be set in the "SQL Management Studio > SQL Serve Agent > Jobs > Wf_Runtime.[MyDatabase]" right-clicking on a schedule property and choosing "Properties > Schedules > Frequency".

Action Parameters
The only required parameters for this action are listed and explained below:

Parameters
Name - A descriptive title for the action.
Delay - (ms) The desired delaying time.

How to use it
This action can be used (in the T-Workflow designer) to, for example, delay the execution of a specific action (e.g. transcoding) in case the media requires some time before being ready for being transcoded.