User: alex clicked save for demo/amin-demo/demo-level-1-and-2.bpmn
This commit is contained in:
parent
6c80eca273
commit
063e66634a
|
@ -115,14 +115,14 @@ annual_salary = float(annual_salary_str)</bpmn:script>
|
|||
</bpmn:subProcess>
|
||||
<bpmn:exclusiveGateway id="Gateway_Match" name="Match?">
|
||||
<bpmn:incoming>Flow_1rvl8hr</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0x3diy0</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0o81pgv</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_No</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_Yes</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:intermediateThrowEvent id="Event_0b2jycv" name="Invioce Approval Required">
|
||||
<bpmn:incoming>Flow_0x3diy0</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_No</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_017p6lf</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0x3diy0" sourceRef="Gateway_Match" targetRef="Event_0b2jycv">
|
||||
<bpmn:sequenceFlow id="Flow_No" name="No" sourceRef="Gateway_Match" targetRef="Event_0b2jycv">
|
||||
<bpmn:conditionExpression />
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:endEvent id="Event_0nfwv5b">
|
||||
|
@ -144,10 +144,10 @@ annual_salary = float(annual_salary_str)</bpmn:script>
|
|||
<bpmn:outgoing>Flow_08u8awn</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:intermediateThrowEvent id="Event_1krrkw9" name="Invoice is Verified and Approved">
|
||||
<bpmn:incoming>Flow_0o81pgv</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_Yes</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0l6898n</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0o81pgv" sourceRef="Gateway_Match" targetRef="Event_1krrkw9" />
|
||||
<bpmn:sequenceFlow id="Flow_Yes" name="Yes" sourceRef="Gateway_Match" targetRef="Event_1krrkw9" />
|
||||
<bpmn:sequenceFlow id="Flow_0l6898n" sourceRef="Event_1krrkw9" targetRef="Activity_0v6uftd" />
|
||||
<bpmn:serviceTask id="Activity_0v6uftd" name="Create Invoice in Xero">
|
||||
<bpmn:extensionElements>
|
||||
|
@ -283,10 +283,13 @@ annual_salary = float(annual_salary_str)</bpmn:script>
|
|||
<di:waypoint x="988" y="190" />
|
||||
<di:waypoint x="1050" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0x3diy0_di" bpmnElement="Flow_0x3diy0">
|
||||
<bpmndi:BPMNEdge id="Flow_0x3diy0_di" bpmnElement="Flow_No">
|
||||
<di:waypoint x="1240" y="165" />
|
||||
<di:waypoint x="1240" y="60" />
|
||||
<di:waypoint x="1332" y="60" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1248" y="110" width="15" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_017p6lf_di" bpmnElement="Flow_017p6lf">
|
||||
<di:waypoint x="1368" y="60" />
|
||||
|
@ -296,9 +299,12 @@ annual_salary = float(annual_salary_str)</bpmn:script>
|
|||
<di:waypoint x="1520" y="60" />
|
||||
<di:waypoint x="1572" y="60" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0o81pgv_di" bpmnElement="Flow_0o81pgv">
|
||||
<bpmndi:BPMNEdge id="Flow_0o81pgv_di" bpmnElement="Flow_Yes">
|
||||
<di:waypoint x="1265" y="190" />
|
||||
<di:waypoint x="1332" y="190" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1290" y="172" width="18" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0l6898n_di" bpmnElement="Flow_0l6898n">
|
||||
<di:waypoint x="1368" y="190" />
|
||||
|
|
Loading…
Reference in New Issue