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
37c701ef6d
commit
7b76e5e08b
|
@ -534,7 +534,7 @@ isCurrentUser = True</spiffworkflow:preScript>
|
|||
<bpmn:sequenceFlow id="Flow_1rar1oi" sourceRef="Activity_00b66gy" targetRef="Activity_0lmpdui" />
|
||||
<bpmn:callActivity id="Activity_00b66gy" name="Call Shared: User Info" calledElement="Shared_User_Info">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:preScript>find_user = userTeamLead</spiffworkflow:preScript>
|
||||
<spiffworkflow:preScript>find_user = current_user_extras["team_lead"]</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0idsdf0</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1rar1oi</bpmn:outgoing>
|
||||
|
@ -1120,9 +1120,6 @@ del(userStatusKey)</bpmn:script>
|
|||
<bpmndi:BPMNShape id="Event_00px1yx_di" bpmnElement="Event_00px1yx">
|
||||
<dc:Bounds x="142" y="402" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1nkaxn4_di" bpmnElement="Event_1nkaxn4">
|
||||
<dc:Bounds x="632" y="402" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1gex892_di" bpmnElement="Activity_00b66gy">
|
||||
<dc:Bounds x="250" y="380" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -1130,6 +1127,9 @@ del(userStatusKey)</bpmn:script>
|
|||
<bpmndi:BPMNShape id="Activity_0z9h5bp_di" bpmnElement="Activity_0lmpdui">
|
||||
<dc:Bounds x="440" y="380" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1nkaxn4_di" bpmnElement="Event_1nkaxn4">
|
||||
<dc:Bounds x="762" y="402" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1am9jcz_di" bpmnElement="Flow_1am9jcz">
|
||||
<di:waypoint x="295" y="240" />
|
||||
<di:waypoint x="360" y="240" />
|
||||
|
@ -1158,7 +1158,7 @@ del(userStatusKey)</bpmn:script>
|
|||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0jxxlq6_di" bpmnElement="Flow_0jxxlq6">
|
||||
<di:waypoint x="540" y="420" />
|
||||
<di:waypoint x="632" y="420" />
|
||||
<di:waypoint x="762" y="420" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
|
Loading…
Reference in New Issue