GET_WF_COMPANION_INFO GET_WORKFLOW GET_WORKFLOW_INFO

Workflow Services 5-27 Additional Required Service Parameters ■ dSecurityGroup: The security group such as Public or Secure. Example ■ IdcCommand command file format: Retrieves criteria workflow information IdcService=GET_CRITERIA_WORKFLOWS_FOR_GROUP dSecurityGroup=Public ■ HDA format: Properties LocalData IdcService=GET_CRITERIA_WORKFLOWS_FOR_GROUP dSecurityGroup=Public end

5.4.27 GET_WF_COMPANION_INFO

Returns the companion information file for a document in a workflow. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dDocName: The name of the document in the workflow. ■ dWfName: The workflow name.

5.4.28 GET_WORKFLOW

Service that returns information about a specific workflow. The most likely error is a workflow name that does not exist. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dWfName: The workflow name. Example IdcService=GET_WORKFLOW dWfName=mktg_review

5.4.29 GET_WORKFLOW_INFO

Service that returns workflow step information for a content item. This service is executed in a browser interface by selecting Active Workflows from PNE links, clicking on the workflow name, and then clicking the link for step name. The most likely error is a content item or workflow name that does not exist. Access Level: Read, Global, Scriptable 49 Queries Executed: QdocInfo, QworkflowDocument, QworkflowForID, QwfDocState, QworkflowSteps Location: IdcHomeDirresourcescoretemplatesworkflow.htm 5-28 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Additional Required Service Parameters ■ dID: The generated content item revision ID. ■ dWfStepID: The workflow contribution stage ID. This auto-generated value can be retrieved from the database table. Results ■ Result Sets: – WorkflowSteps All fields from all rows of WorkflowSteps DB table for specified workflow – WorkflowStep All WorkflowSteps fields for current step plus dUsers and dHasTokens fields – DOC_INFO All fields from Revisions and DocMeta for the specified revision – WorkflowInfo All fields from Workflows DB table for specified workflow – WorkflowState dUserName field only from WorkflowState DB table for specified content item – WorkflowActionHistory Result set from corresponding HDA file in data\workflow\states directory ■ Local Data: – AuthorAddress – dID – dUser – dWfCurrentStepID – dWfName – dWfStepID – RemainingStepUsers ■ Response Template: WORKFLOW_INFO workflow_info.htm Used By ■ Resource Includes: clbra_wf_doc_list Example IdcService=GET_WORKFLOW_INFO dID=61 dWfStepID=19

5.4.30 GET_WORKFLOW_INFO_BYNAME