mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
User: alex clicked save for manage-procurement/procurement/requisition-order-management/raise-new-demand-request/raise_new_demand_request-master.bpmn
This commit is contained in:
parent
343ef3b722
commit
af16a51d55
@ -39,7 +39,20 @@
|
|||||||
<bpmn:outgoing>Flow_1k3j31g</bpmn:outgoing>
|
<bpmn:outgoing>Flow_1k3j31g</bpmn:outgoing>
|
||||||
<bpmn:script># When available, need to determine if current user is a project lead
|
<bpmn:script># When available, need to determine if current user is a project lead
|
||||||
# Only projec leads have access to Compensation
|
# Only projec leads have access to Compensation
|
||||||
a=1</bpmn:script>
|
which_categories_list = [
|
||||||
|
{
|
||||||
|
"label": "Compensation",
|
||||||
|
"value": "compensation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Procurement",
|
||||||
|
"value": "procurement"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "Travel",
|
||||||
|
"value": "travel"
|
||||||
|
}
|
||||||
|
]</bpmn:script>
|
||||||
</bpmn:scriptTask>
|
</bpmn:scriptTask>
|
||||||
<bpmn:userTask id="Activity_1dhb10w" name="Select Category">
|
<bpmn:userTask id="Activity_1dhb10w" name="Select Category">
|
||||||
<bpmn:extensionElements>
|
<bpmn:extensionElements>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user