User: alex clicked save for execute-procure-to-pay/cc-invoice-approval-process/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
42c66cc257
commit
0552bda083
|
@ -788,13 +788,12 @@ time_format = "24"</spiffworkflow:preScript>
|
|||
<bpmn:outgoing>Flow_1ale8a2</bpmn:outgoing>
|
||||
<bpmn:script># Get Finance Group Members
|
||||
finance_members = get_group_members("Finance Team")
|
||||
finance_notify = 'sasha'
|
||||
|
||||
# Removed all but Sasha for demo
|
||||
for member in finance_members:
|
||||
if member != "sasha":
|
||||
finance_members.remove(member)
|
||||
else:
|
||||
finance_notify = member</bpmn:script>
|
||||
finance_members.remove(member)</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_0n3djvs" sourceRef="Activity_1wqf9dm" targetRef="Activity_0ez288q" />
|
||||
<bpmn:sequenceFlow id="Flow_0lr2fpj" sourceRef="Activity_0ez288q" targetRef="Event_0czwuqb" />
|
||||
|
@ -1718,14 +1717,6 @@ addNew = False</spiffworkflow:preScript>
|
|||
<bpmndi:BPMNShape id="BPMNShape_1r0xe85" bpmnElement="Event_0k7eiau">
|
||||
<dc:Bounds x="122" y="222" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_13jsep6" bpmnElement="Activity_01g159b">
|
||||
<dc:Bounds x="210" y="200" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1hvadbq" bpmnElement="Activity_1i7fkx2">
|
||||
<dc:Bounds x="380" y="200" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0brjin6" bpmnElement="Activity_1wqf9dm">
|
||||
<dc:Bounds x="730" y="200" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -1737,6 +1728,14 @@ addNew = False</spiffworkflow:preScript>
|
|||
<dc:Bounds x="900" y="200" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_13jsep6" bpmnElement="Activity_01g159b">
|
||||
<dc:Bounds x="210" y="200" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1hvadbq" bpmnElement="Activity_1i7fkx2">
|
||||
<dc:Bounds x="380" y="200" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0p49tz0_di" bpmnElement="Activity_1ayopxr">
|
||||
<dc:Bounds x="550" y="200" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
|
Loading…
Reference in New Issue