About prereview and postreview processes

Prereview and postreview processes require specific named input and output variables. The custom processes that you create must be deployed in a separate application and can be found using the findCustomRCAProcess operation in the ReviewCommentingAndApprovalUtil service. You can use the operation to retrieve a list of all the prereview and postreview process names available on the server. Then, configure the review template to use the prereview or postreview process for a given review stage.

Note: Custom prereview and postreview processes are not invoked when the specified parameters are not used.

Variable name

Type

Input/Output

Description

inReviewContext

document

Input

The XML representing the review context. The review context is the current state of the review and contains information such as the review ID, stage information, participants in the stage, and the current version. The XML is based on schema in the ReviewContext-schema.xsd file. (See Review template schema .)

inReviewDocument

document

Input

The PDF document that is being reviewed.

outReviewDocument

document

Output

The PDF document that is being reviewed. If you have not changed the PDF document, ensure that you set the value of this variable to the inReviewDocument in your process.

// Ethnio survey code removed