CRITERIAWORKFLOW_DISABLE CRITERIAWORKFLOW_DISABLE_SUB CRITERIAWORKFLOW_ENABLE DELETE_WFCONTRIBUTORS DELETE_WORKFLOW

Workflow Services 5-19 ■ dWfStepWeight: The number of reviewers that must approve the revision before the workflow passes to the next step. – If dWfStepIsAll is 1 true, this parameter is ignored. If dWfStepIsAll is 0 false, this parameter is enabled. – Setting this parameter to 0 zero notifies reviewers that the revision has reached the step, but reviewers will not be able to approve, reject, or edit the revision at that step. The workflow will pass to the next step automatically. Optional Service Parameters ■ wfEntryScript: The step entry script. ■ wfExitScript: The step exit script. ■ wfUpdateScript: The step update script.

5.4.9 CRITERIAWORKFLOW_DISABLE

Service that disables a Criteria workflow. The most likely error is when the specified workflow does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dWfName: The workflow name. Example IdcService=CRITERIAWORKFLOW_DISABLE dWfName=mktg_review

5.4.10 CRITERIAWORKFLOW_DISABLE_SUB

Service that disables a sub-workflow in a Criteria workflow. Location: IdcHomeDirresourcescoretemplatesworkflow.htm

5.4.11 CRITERIAWORKFLOW_ENABLE

Service that enables a Criteria workflow. The most likely error is when the specified workflow does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters dWfName: The workflow name. Example IdcService=CRITERIAWORKFLOW_ENABLE dWfName=mktg_review Note: Scripts must be placed within and delimiters. For example: if ConditionExpression 5-20 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

5.4.12 DELETE_WFCONTRIBUTORS

Service used to delete the users and aliases from the first step the contribution step of a Basic workflow. The most likely errors are mismatched parameters or when the specified workflow or alias does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ aliases: The aliases and users to be deleted from the Basic workflow. If multiple aliases are to be deleted, use a tab-separated list. ■ dWfName: The workflow name. ■ dWfStepID: The workflow contribution step ID. This auto-generated value can be retrieved from the database table. Example IdcService=DELETE_WFCONTRIBUTORS dWfName=mktg_review dWfStepID=26 aliases=user20

5.4.13 DELETE_WORKFLOW

Service that deletes an existing Basic workflow. The most likely error is when the specified workflow does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dWfName: The workflow name. Example IdcService=DELETE_WORKFLOW dWfName=mktg_review

5.4.14 DELETE_WORKFLOW_SCRIPT