Adding default participantsAt the review template creation stage, reviewers and approvers are identified by individual name. Reviews and approvals fall within a review type, which consist of parallel or serial flows. In a serial flow, the order of reviewers and approvers is set and the notifications are generated as each is completed in sequence. Parallel reviews allow each named reviewer and approver task to be conducted concurrently with the others. Reviews can be grouped in stages. Nest <moderators><moderator> , <approvers> <approver> , and <reviewers> <reviewer> elements under each <stage> element to add participants.
Note:
You can add
<reviewers>
and
<reviewer>
elements
for a review stage and
<approvers>
and
<approver>
elements
for an approval stage.
The following example shows <reviewers> <reviewer> and <moderator> <moderators> elements added under a review stage. <?xml version="1.0" encoding="utf-8"?> <review_context xsi:schemaLocation="http://adobe.com/solutions/rca/reviewcontext" xmlns="http://adobe.com/solutions/rca/reviewcontext" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <initiator domain="" canonical_name="" name="" oid="" email="" isGroup="false"/> <review_id/> <revision>0</revision> <title/> <purpose/> <status>ONGOING</status> <type>REGULATED_REVIEW</type> <template_name>Single Stage Parallel Review</template_name> <template_desc/> <compliance_code/> <audit_level>Some_Audit_Level_Not_In_Use</audit_level> <current_stage>0</current_stage> <comment_server_path/> <comment_visibility>ONLY_INTRA_STAGE</comment_visibility> <straight_through_processing>true</straight_through_processing> <rts_process_name>ARS RTS Creation Process</rts_process_name> <ars_process_name>ARS RTS Creation Process</ars_process_name> <stages> <stage type="PARALLEL_REVIEW" name="PR stage" duration="1"> <start_date/> <end_date/> <status>PENDING</status> <core_process_name>Parallel-Review</core_process_name> <pre_process_hook/> <post_process_hook/> <reviewers> <reviewer domain="rca-users" canonical_name="f7892281-1dd111b2-804f987d-6b4edf91" name="Tony Blue" oid="" email="tblue@adobe.com" isGroup="false" isOptional="false"> <status>PENDING</status> <final_comments/> </reviewer> <reviewer domain="rca-users" canonical_name="2bd67981-9f6d11dc-803dac30-25ec6f38" name="Alex Pink" oid="" email="apink@adobe.com" isGroup="false" isOptional="false"> <status>PENDING</status> <final_comments/> </reviewer> </reviewers> <moderators> <moderator domain="rca-users" canonical_name="f7892281-1dd111b2-804f987d-6b4edf91" name="Alex Pink" oid="" email="apink@adobe.com" isGroup="false"/> </moderators> </stage> </stages> <supporting_documents> <document type="REF" name="" content-type=""> <uri>www.adobe.com</uri> <description/> </document> </supporting_documents> <additional_metadata/> </review_context> |
|
// Ethnio survey code removed