mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 05:08:11 +00:00
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
853fdd9a8d
commit
f30cc67c24
@ -705,13 +705,18 @@ else:
|
||||
<bpmn:targetRef>DataObjectReference_0x2dn5o</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
<bpmn:startEvent id="Event_0k7eiau">
|
||||
<bpmn:outgoing>Flow_0xh27vy</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_11zkgke</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:callActivity id="Activity_1wqf9dm" name="Call Waku Messages: Message" calledElement="Waku_Messages_Message">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:preScript />
|
||||
<spiffworkflow:preScript># Set Task Id
|
||||
task_id = "waku_notify_finance"
|
||||
|
||||
# Set Message should not be set
|
||||
isSetMessage = True
|
||||
isInvoiceApproved = ""</spiffworkflow:preScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0tbbryo</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_11zkgke</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0n3djvs</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:endEvent id="Event_0czwuqb">
|
||||
@ -730,9 +735,7 @@ else:
|
||||
<bpmn:incoming>Flow_0n3djvs</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0lr2fpj</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:scriptTask id="Activity_01g159b" name="Set Which Message" scriptFormat="python">
|
||||
<bpmn:incoming>Flow_0xh27vy</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0tbbryo</bpmn:outgoing>
|
||||
<bpmn:scriptTask id="Activity_01g159b" name="Temp Pre-Script" scriptFormat="python">
|
||||
<bpmn:script># Set Task Id
|
||||
task_id = "waku_notify_finance"
|
||||
|
||||
@ -740,10 +743,9 @@ task_id = "waku_notify_finance"
|
||||
isSetMessage = True
|
||||
isInvoiceApproved = ""</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_0xh27vy" sourceRef="Event_0k7eiau" targetRef="Activity_01g159b" />
|
||||
<bpmn:sequenceFlow id="Flow_0tbbryo" sourceRef="Activity_01g159b" targetRef="Activity_1wqf9dm" />
|
||||
<bpmn:sequenceFlow id="Flow_0n3djvs" sourceRef="Activity_1wqf9dm" targetRef="Activity_0ez288q" />
|
||||
<bpmn:sequenceFlow id="Flow_0lr2fpj" sourceRef="Activity_0ez288q" targetRef="Event_0czwuqb" />
|
||||
<bpmn:sequenceFlow id="Flow_11zkgke" sourceRef="Event_0k7eiau" targetRef="Activity_1wqf9dm" />
|
||||
</bpmn:subProcess>
|
||||
<bpmn:scriptTask id="Activity_1t8wi0r" name="Waku Message: No Project Lead Response">
|
||||
<bpmn:incoming>Flow_1v8dszb</bpmn:incoming>
|
||||
@ -1618,16 +1620,9 @@ addNew = False</spiffworkflow:preScript>
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_13jsep6" bpmnElement="Activity_01g159b">
|
||||
<dc:Bounds x="280" y="200" width="100" height="80" />
|
||||
<dc:Bounds x="280" y="320" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0pim44o" bpmnElement="Flow_0xh27vy">
|
||||
<di:waypoint x="208" y="240" />
|
||||
<di:waypoint x="280" y="240" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_0fqyd9w" bpmnElement="Flow_0tbbryo">
|
||||
<di:waypoint x="380" y="240" />
|
||||
<di:waypoint x="460" y="240" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1d397qp" bpmnElement="Flow_0n3djvs">
|
||||
<di:waypoint x="560" y="240" />
|
||||
<di:waypoint x="660" y="240" />
|
||||
@ -1636,6 +1631,10 @@ addNew = False</spiffworkflow:preScript>
|
||||
<di:waypoint x="760" y="240" />
|
||||
<di:waypoint x="882" y="240" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_11zkgke_di" bpmnElement="Flow_11zkgke">
|
||||
<di:waypoint x="208" y="240" />
|
||||
<di:waypoint x="460" y="240" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user