9.20 HANDLE_TASK_DEADLINES Procedure
Caution:
This API is deprecated and will be removed in a future release.
Use APEX_HUMAN_TASK instead.
This procedure handles Task Deadlines for all Tasks in the current Workspace. A background Job performs this work every hour.
Use this API for testing of Task Expiration Policies and "Before Expire" and "Expire" Task Actions.
Syntax
APEX_APPROVAL.HANDLE_TASK_DEADLINES;
Parameters
Parameter | Description |
---|---|
none | none |
Example
BEGIN
apex_approval.handle_task_deadlines;
END;
Parent topic: APEX_APPROVAL (Deprecated)