WF_STOP

The procedure WF_STOP enables you to stop or cancel a workflow that is scheduled to run. If the workflow is not already running or scheduled, then the procedure raises an exception.

The procedure is:

PROCEDURE WF_STOP(p_workflowId IN NUMBER)

Table 8-5 lists the parameters that are used in the WF_STOP procedure.


Table 8-5 List of Parameters for WF_STOP Procedure

Parameter Description

p_workflow_id

Specify the workflow ID of the workflow to cancel.