Wait Activity

The Wait activity pauses the process for the time you specify. You can either wait until:

This activity calls the PL/SQL procedure named WF_STANDARD.WAIT.

Note: You must run a background engine for deferred activities to determine when the wait time has passed. The background engine then completes the Wait activity so that the process can continue. See: Setting Up Background Engines.

Activity Attributes

The Wait activity has six activity attributes:

Note: For the Day of Month and Day of Week wait modes, if a process transitions to a Wait activity during the specified day in the current month or week, the Wait activity pauses until that day in the following month or week, because the beginning of the day has already passed. To pause the activity until the end of a particular day, use the Absolute Date wait mode and set the Absolute Date attribute to the time 00:00:00 on the next day. For example, if you want to pause until the end of the last day of a month, set the Absolute Date attribute to the time 00:00:00 on the first day of the next month.

See: To Define Activity Attribute Values.