RESEND_PROBLEMREPORT REVIEW_WORKFLOW_DOC UPDATE_PROBLEMREPORT WORKFLOW_CHECKIN_SUB WORKFLOW_EDIT_REV

Workflow Services 5-7 when used in context to the problem report information page. This allows the user to resend, delete, or update the problem report from the user interface. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dPrID: The problem reports unique ID. Example IdcService=PROBLEMREPORT_INFO dPrID=1

5.2.13 RESEND_PROBLEMREPORT

Service that resends email to all interested users that are to be notified about an activity. This service is accessible from the Problem Report page. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dPrID: The problem report ID. Example IdcService=RESEND_PROBLEMREPORT dPrID=1

5.2.14 REVIEW_WORKFLOW_DOC

Service that generates the page allowing a user to review a document in a workflow. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dID: The generated content item revision ID.

5.2.15 UPDATE_PROBLEMREPORT

Service that updates problem report information. Location: IdcHomeDirresourcescoretemplatesworkflow.htm Additional Required Service Parameters ■ dPrID: The problem report ID. ■ dPrState: The problem report state, such as Open, Closed, Fixed. 5-8 Oracle Fusion Middleware Services Reference Guide for Oracle Universal Content Management Optional Service Parameters ■ dPrCaption: The caption for the problem report. ■ dPrSeverity: The problem report severity level, such as Critical, Moderate, Minor. This option has no effect on how a problem report is handled within the workflow process. ■ prMessage: The problem report message. Example ■ IdcCommand command file format: IdcService=UPDATE_PROBLEMREPORT dPrID=1 dPrState=OPEN ■ HDA file format with optional parameters: Properties LocalData IdcService=UPDATE_PROBLEMREPORT dPrID=1 dPrState=OPEN prMessage=Description is stored in hda file. dPrCaption=change this caption dPrSeverity=SERIOUS end

5.2.16 WORKFLOW_CHECKIN_SUB

Subservice that checks in a content item if the item already exists and is in a workflow. Service Class: Doc Service Location: IdcHomeDirresourcescoretemplatesworkflow.htm

5.2.17 WORKFLOW_EDIT_REV

Subservice used by the WORKFLOW_CHECKIN_SUB subservice to determine what kind of workflow check is being performed. This service edits the workflow revision in place. When the workflow design is evaluated, a decision is made whether to use WORKFLOW_EDIT_REV or WORKFLOW_NEW_REV.