User: alex@sartography.com clicked save for manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/raise-new-demand-request-procurement.bpmn
This commit is contained in:
parent
60b3bdec84
commit
70497966a8
|
@ -746,10 +746,20 @@ infra_outcome = review_outcome
|
||||||
|
|
||||||
# Reset Form isRequestApproved
|
# Reset Form isRequestApproved
|
||||||
review_outcome = None</spiffworkflow:postScript>
|
review_outcome = None</spiffworkflow:postScript>
|
||||||
<spiffworkflow:preScript>{
|
<spiffworkflow:preScript>review_options = [
|
||||||
|
{
|
||||||
"label": "Approved",
|
"label": "Approved",
|
||||||
"value": "app"
|
"value": "app"
|
||||||
},</spiffworkflow:preScript>
|
},
|
||||||
|
{
|
||||||
|
"label": "Need Additional Information",
|
||||||
|
"value": "nai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Rejected",
|
||||||
|
"value": "rej"
|
||||||
|
}
|
||||||
|
]</spiffworkflow:preScript>
|
||||||
</bpmn:extensionElements>
|
</bpmn:extensionElements>
|
||||||
<bpmn:incoming>Flow_0eky761</bpmn:incoming>
|
<bpmn:incoming>Flow_0eky761</bpmn:incoming>
|
||||||
<bpmn:outgoing>Flow_141l9mf</bpmn:outgoing>
|
<bpmn:outgoing>Flow_141l9mf</bpmn:outgoing>
|
||||||
|
|
Loading…
Reference in New Issue