Wait Step
You use a
wait step (
) to incorporate a delay in a
process. Usually, you use a delay to define when the next step in the process
is to start. You can define a delay as either a point in time or a period of
time.
At runtime, the step waits until the specified point in time is reached or the specified period of time has passed. The system then continues the process by proceeding with the next step.