DELETE_WORKFLOWSTEP EDIT_WORKFLOW EDIT_WORKFLOW_SCRIPT

5-22 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management xEmailDate date,xWebsiteObjectType text,xCollectionInhibitUpdateMeta text, xClbraUserList memo,xFileFormat bigtext,dReleaseDate date,xMessageID text,dInDate date,xDiscussionType text,dCreateDate date,dOutDate date,xDiscussionCount int,xReadOnly text docNames=rr refreshSubMonikers= blDateFormat=Md{yyyy} {h:mm{:ss}{.SSSS} {aa}}tAmericaChicago dWfName=w3 refreshSubjects= changedSubjects=workflows,1061386026294 dDocName=rr refreshMonikers= changedMonikers= dWfDocState=INIT IdcService=DELETE_WORKFLOWDOCUMENTS IsJava=1 end

5.4.18 DELETE_WORKFLOWSTEP

Service that deletes a specified step from a workflow. This service is used from the Workflow applet. The user selects a step and clicks the Delete Step button. If this service is run outside the applet, then the controlling application must specify the workflow step. The step ID and name is stored in the database as part of the workflow design information and can be retrieved from there for use. The most likely error is when the specified workflow or workflow step does not exist or if the workflow is active. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dWfName: The workflow name. ■ dWfStepName: The workflow step name. ■ dWfStepID: The workflow contribution stage ID. Example IdcService=DELETE_WORKFLOWSTEP dWfName=c2 dWfStepID=12 dWfStepName=edit

5.4.19 EDIT_WORKFLOW

Service that modifies an existing workflow. This service is executed by the Workflow Admin applet. The most likely error is a workflow name that does not exist or a user failing the security check. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dWfName: The workflow name. ■ dSecurityGroup: The security group such as Public or Secure. Workflow Services 5-23 Optional Service Parameters ■ dWfCriteriaName: The workflow criteria name. ■ dWfCriteriaOperator: The workflow criteria operator such as Matches, Starts, Ends. ■ dWfCriteriaValue: The workflow criteria value. ■ dWfDescription: The workflow description. ■ dWfType: The workflow type such as Basic or Criteria. Example ■ IdcCommand command file format: IdcService=EDIT_WORKFLOW dWfName=c2 dSecurityGroup=Public ■ HDA format with optional parameters: Properties LocalData IdcService=EDIT_WORKFLOW dWfName=test_workflow dSecurityGroup=Public dWfType=Criteria dWfCriteriaName=dDocAuthor dWfCriteriaOperator=matches dWfCriteriaValue=sysadmin dWfDescription=testing workflow end

5.4.20 EDIT_WORKFLOW_SCRIPT

Service used to edit a workflow script. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ wfScriptName: Name of the script template to be used. ■ wfScriptDescription: Description used for the script.

5.4.21 EDIT_WORKFLOW_TOKEN