ARS and RTS process supportThe review_context schema contains two elements:
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:
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