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
fa42d27502
commit
71b3d316a4
|
@ -816,7 +816,10 @@ isSetMessage = True</bpmn:script>
|
|||
task_id = "waku_no_team_lead_response"
|
||||
|
||||
# Set Message in Call Activity
|
||||
isSetMessage = True</bpmn:script>
|
||||
isSetMessage = True
|
||||
|
||||
# Set reason invoice was rejected
|
||||
invoice["commentTeamLead"] = "Team Lead did not respond to request in allotted time"</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_1a3nz0q" sourceRef="Event_1d1g2t6" targetRef="Activity_1wuxaq1" />
|
||||
<bpmn:sequenceFlow id="Flow_14d1zey" sourceRef="Activity_1wuxaq1" targetRef="Activity_1tnzb4e" />
|
||||
|
@ -1697,6 +1700,10 @@ isSetMessage = True</bpmn:script>
|
|||
<bpmndi:BPMNShape id="BPMNShape_0mfcyj5" bpmnElement="Event_1d1g2t6">
|
||||
<dc:Bounds x="72" y="252" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0evp782" bpmnElement="Activity_1tnzb4e">
|
||||
<dc:Bounds x="350" y="230" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0qiqfx2" bpmnElement="Event_1bwp33i">
|
||||
<dc:Bounds x="702" y="252" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
@ -1707,10 +1714,6 @@ isSetMessage = True</bpmn:script>
|
|||
<dc:Bounds x="170" y="230" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0evp782" bpmnElement="Activity_1tnzb4e">
|
||||
<dc:Bounds x="350" y="230" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0oq708i" bpmnElement="Flow_1a3nz0q">
|
||||
<di:waypoint x="108" y="270" />
|
||||
<di:waypoint x="170" y="270" />
|
||||
|
|
Loading…
Reference in New Issue