VWorks User Guide : Setting parameters for scheduling tasks : Wait For

Wait For
Description
In a multi-process protocol, the Wait For task () pauses the process that contains the task and waits for the go-ahead signal from another process before continuing to the next task. The go-ahead signal comes from the Signal task in the other process.
Note: Multiple Wait For tasks can be used with a single Signal task.
 
Requirements
The Wait For task is always used with the Signal task. You must first add the Wait For task at the desired point in the protocol before adding the Signal task.
Task parameters
After adding the Wait For task at the desired point in the protocol, double-click the corresponding Wait For task in the Task Parameters area:
 
 
Example: Finish all liquid-handling tasks before incubation
Goal
Make sure all liquid-handling tasks are finished before storing the source microplates.
Implementation
In the protocol where the source microplate and destination microplates are separate processes, add a Wait For task in the source microplate process, after the liquid-handling tasks. Add a Signal task in the destination microplate process after the liquid-handling tasks.
 
The Wait For and Signal task parameters are set up as follows:
 
For other examples, see Dismount and Mount.
Related information