Configuring straight-through processing for stagesStraight-through processing can be used to start stages immediately after a stage completes in a review. (See Stage execution flow in Managed Review & Approval Solution Accelerator 9.5 Solution Guide .) To configure straight-through processing, use the <straight_through_processing> element in the review template. 
 
         
          Note:
         
         When the wait_for_expiry attribute is set to
         
          true
         
         ,
the stage is not marked COMPLETED until the stage duration expires.
         
        For example: <?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> 
    ... 
    ... 
    <straight_through_processing>true</straight_through_processing> 
    ... 
</review_context>
        | 
     
       
       | 
    
// Ethnio survey code removed