User: alex clicked save for manage-procurement/procurement/vendor-invoice-management/invoice-approval/cc-invoice-approval-process-v2.bpmn
This commit is contained in:
parent
9491af009a
commit
3be43d96da
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" camunda:diagramRelationId="f01e22f1-a50b-42ba-afad-22f56fc3e635">
|
||||
<bpmn:collaboration id="Collaboration_130jph2">
|
||||
<bpmn:collaboration id="Collaboration_130jph2x">
|
||||
<bpmn:participant id="Participant_1fsb6gv" name="Core Contributor" processRef="Process_cc_invoice_approval_process_v2_b" />
|
||||
<bpmn:participant id="Participant_11ab2hx" name="Process management platform" processRef="Process_cc_invoice_approval_process_v2_a" />
|
||||
<bpmn:participant id="Participant_11ab2hx" name="Process management platform" processRef="Process_cc_invoice_approval_process_v2_ax" />
|
||||
<bpmn:participant id="Participant_0a8arrz" name="AWS DynamoDB" />
|
||||
<bpmn:participant id="Participant_1qabwrg" name="AWS S3" />
|
||||
<bpmn:participant id="Participant_0b27sri" name="Xero" />
|
||||
|
@ -22,7 +22,7 @@
|
|||
</bpmn:correlationKey>
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_cc_invoice_approval_process_v2_b" isExecutable="false" />
|
||||
<bpmn:process id="Process_cc_invoice_approval_process_v2_a" isExecutable="true">
|
||||
<bpmn:process id="Process_cc_invoice_approval_process_v2_ax" isExecutable="true">
|
||||
<bpmn:laneSet id="LaneSet_0txkzqg">
|
||||
<bpmn:lane id="Lane_1a0qu8e" name="Process Initiator">
|
||||
<bpmn:flowNodeRef>Submit_the_invoice</bpmn:flowNodeRef>
|
||||
|
@ -1090,7 +1090,7 @@ ___
|
|||
</bpmn:extensionElements>
|
||||
</bpmn:message>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_130jph2">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_130jph2x">
|
||||
<bpmndi:BPMNShape id="Participant_1fsb6gv_di" bpmnElement="Participant_1fsb6gv" isHorizontal="true">
|
||||
<dc:Bounds x="280" y="-70" width="4950" height="220" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
@ -1615,6 +1615,10 @@ ___
|
|||
<di:waypoint x="4985" y="650" />
|
||||
<di:waypoint x="4944" y="715" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_033uumo_di" bpmnElement="DataOutputAssociation_033uumo">
|
||||
<di:waypoint x="4712" y="649" />
|
||||
<di:waypoint x="4772" y="706" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1eygti7_di" bpmnElement="Association_1eygti7">
|
||||
<di:waypoint x="1086" y="-70" />
|
||||
<di:waypoint x="1153" y="-140" />
|
||||
|
@ -1647,10 +1651,6 @@ ___
|
|||
<di:waypoint x="3329" y="1290" />
|
||||
<di:waypoint x="3329" y="570" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_033uumo_di" bpmnElement="DataOutputAssociation_033uumo">
|
||||
<di:waypoint x="4712" y="649" />
|
||||
<di:waypoint x="4772" y="706" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
<bpmndi:BPMNDiagram>
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"files": [],
|
||||
"is_review": true,
|
||||
"primary_file_name": "cc-invoice-approval-process-v2.bpmn",
|
||||
"primary_process_id": "Process_cc_invoice_approval_process_v2_a"
|
||||
"primary_process_id": "Process_cc_invoice_approval_process_v2_ax"
|
||||
}
|
Loading…
Reference in New Issue