WF_EXPORT

The WF_EXPORT function exports a specified workflow. If the workflow is either already running or opened by the Oracle Data Miner, then it raises an exception. Alternatively, you can query the ODMR_USER_PROJECT_WORKFLOW for workflows to export.

Function:

FUNCTION WF_EXPORT(p_workflow_id IN NUMBER) RETURN XMLType;

Table 8-9 lists the parameters that are used in the WF_EXPORT function.


Table 8-9 List of Parameters for WF_EXPORT Function

Parameters Description

p_workflow_id

Specify the ID of the workflow to export.


See Also:

ODMR_USER_PROJECT_WORKFLOW repository view.