ARS and RTS process support

The review_context schema contains two elements:

  • ars_process_name

  • rts_process_name

Any process that has an input parameter named inReviewContext(Document) and an output parameter named outTrackingSheet(Document) can be passed as ars_process_name or rts_process_name. To find the process method, findCustomRCAProcesses is exposed in the ReviewCommentingAndApproval Util Service. This method has no input arguments and it returns a Map that has following two lists:

  • List of ARS and RTS process names

  • Prereview and postreview process names

Review, Commenting, and Approval invokes the process named in these tags, which passes the current inReviewContext as input, and expects a tracking sheet (approval routing slip or review tracking sheet) as output.

// Ethnio survey code removed