GET_ACTIVE_WORKFLOWS GET_ALL_WORKFLOWDOCREVISIONS GET_CRITERIA_WORKFLOWS_FOR_GROUP

5-26 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management

5.4.24 GET_ACTIVE_WORKFLOWS

Service that returns the Active Workflows page where a user can select a workflow and view all documents in a workflow. Access Level: Read, Global, Scriptable 49 Location: IdcHomeDirresourcescoretemplatesworkflow.htm Results ■ Result Sets: – StdWorkflows dWfName, dWfID, dWfDescription, dCompletionDate, dSecurityGroup, dWfStatus, dWfType, dIsCollaboration – ClbraWorkflows same fields as StdWorkflows – ClbraAccessList dClbraName, userList, aliasList ■ Response Template: WORKFLOW_LIST workflow_list.htm Used By ■ Resource Includes: – pne_nav_management_links – std_doc_man_pages ■ Templates: – WORKFLOW_REJECT_FORM reject_doc.htm – ALL_WORKFLOW_DOCS workflow_all_docs_list.htm – WORKFLOW_DOCS workflow_docs_list.htm – WORKFLOW_INFO workflow_info.htm – WF_INQUEUE_LIST workflow_queue.htm – WORKFLOW_REVIEW_FORM workflow_review_form.htm ■ Standard Navigation: commonNav.js

5.4.25 GET_ALL_WORKFLOWDOCREVISIONS

Service that returns a result set of documents in a workflow and their revision information. Location: IdcHomeDirresourcescoretemplatesworkflow.htm

5.4.26 GET_CRITERIA_WORKFLOWS_FOR_GROUP

Service used by the Workflow applet that returns workflows for a specified security group. It returns the step information for the returned workflows. The most likely error is a security group that does not exist or a user failing the security check. Returns the WorkflowsForGroup and WorkflowStepsForGroup result sets: ■ WorkflowsForGroup lists all of the workflows for this group dWfID, dWfName. ■ WorkflowStepsForGroup lists all of the steps in all of the workflows for this group dWfID, dWfName, dWfStepID, dWfStepName. ■ Location: IdcHomeDirresourcescoretemplatesworkflow.htm 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