Initiate Review (Long-lived) operation

Starts a new review using a review template, PDF document. Optional supporting documents can be provided. Use this operation in a long-lived process. The operation exits when all the stages of the review complete.

In addition, the operation provides thee following functions:

  • Validates that the review template is valid.

  • Generates a unique review context identifier that is used to identify the review. and approval workflow.

  • Creates a review zone to upload and store the review documents, and supporting documents. The review document is enabled prepared for review.

  • Converts non-PDF documents to PDF documents when the PDF Generator service is available.

Use this operation in a long-lived process. The operation completes processing for one of the following reasons:

  • All the stages of the review complete.

  • The review document was rejected in an approval stage.

  • A review or approval stage expires, which means that the required reviewers or approvers did not complete their tasks before the duration of the stage.

  • A moderator or the review initiator revokes the review.

For information about the General and Route Evaluation property groups, see Common operation properties .

Input properties

The input properties for the operation.

Review Context XML

A document value that specifies the review template to start a review with. The review template is an XML file. (See Review template schema in Review, Commenting, and Approval Building Block Technical Guide .)

If you provide a literal value, clicking the ellipsis button  opens the Select Asset dialog box. (See About Select Asset .)

Review Document

A document value that specifies the document to use in a review.

If you provide a literal value, clicking the ellipsis button opens the Select Asset dialog box. (See About Select Asset .)

Supporting Documents List <RCADocument>

(Optional) A list of RCADocument values that represents supplemental information to add to a review.

Output properties

The output parameter for the operation.

ReviewContextTO Instance

A ReviewContextTO value that contains information about the review context.

Exceptions

This operation can throw a com.adobe.livecycle.rca.common.exception.RCAException exception.

// Ethnio survey code removed