mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +00:00
User: alex clicked save for demo/amin-demo/demo-level-1-and-2.bpmn
This commit is contained in:
parent
3f121f2181
commit
4dd5993ae8
@ -1,135 +1,6 @@
|
||||
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Proccess_c3aa856" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1vplyx7</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1vplyx7" sourceRef="StartEvent_1" targetRef="Activity_056tlcm" />
|
||||
<bpmn:userTask id="Activity_056tlcm" name="Submit Invoice">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="Submit-the-invoice_JSONSchema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="Submit-the-invoice_UISchema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1vplyx7</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0plmx5x</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:parallelGateway id="Gateway_0s8nhby">
|
||||
<bpmn:incoming>Flow_0plmx5x</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1by544v</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0lz8sv6</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1by544v" sourceRef="Gateway_0s8nhby" targetRef="Activity_0d288kj" />
|
||||
<bpmn:serviceTask id="Activity_0d288kj" name="Save Invoice Data to DynamoDB">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="aws/AddDynamoItem" resultVariable="resp_AddDynamoItem">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="item_data" type="any" value="{ "ContributorName": contributorName, "ContributorId": contributorId, "InvoiceId": invoiceId, "InvoiceAmount": invoiceAmount, "InvoiceCurrency": invoiceCurrency, "DueDate": dueDate }" />
|
||||
<spiffworkflow:parameter id="table_name" type="str" value="'Invoice'" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1by544v</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0742pkg</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:sequenceFlow id="Flow_0lz8sv6" sourceRef="Gateway_0s8nhby" targetRef="Activity_0381iy0" />
|
||||
<bpmn:serviceTask id="Activity_0381iy0" name="Save PDF Document to S3">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="aws/UploadFileData" resultVariable="resp_UploadFileData">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="bucket" type="str" value="'sartography-status-pdfs'" />
|
||||
<spiffworkflow:parameter id="file_data" type="str" value="filesAccept" />
|
||||
<spiffworkflow:parameter id="object_name" type="str" value="'Invoice_xxxx.pdf'" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
<spiffworkflow:postScript>del(filesAccept)</spiffworkflow:postScript>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0lz8sv6</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1oglrmu</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:sequenceFlow id="Flow_0742pkg" sourceRef="Activity_0d288kj" targetRef="Gateway_0w4zj2z" />
|
||||
<bpmn:parallelGateway id="Gateway_0w4zj2z">
|
||||
<bpmn:incoming>Flow_0742pkg</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1oglrmu</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0msmu5a</bpmn:outgoing>
|
||||
</bpmn:parallelGateway>
|
||||
<bpmn:sequenceFlow id="Flow_1oglrmu" sourceRef="Activity_0381iy0" targetRef="Gateway_0w4zj2z" />
|
||||
<bpmn:sequenceFlow id="Flow_0msmu5a" sourceRef="Gateway_0w4zj2z" targetRef="Activity_0gi1l0j" />
|
||||
<bpmn:serviceTask id="Activity_0gi1l0j" name="Send Waku Message to CC - Invoice Submitted">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="wr_InvoiceSubmitted">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="message" type="str" value="'invoice submitted'" />
|
||||
<spiffworkflow:parameter id="message_type" type="str" value=""wakuext_sendOneToOneMessage"" />
|
||||
<spiffworkflow:parameter id="recipient" type="str" value=""0x04622cf750e9f79e60546258bebd4be274f75720b16862bb0c496aaeab746b6fbe897f956b2b08152bc3def5297bed95986a5211ae1a34491d35f51f69713cbf9d"" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0msmu5a</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ku4469</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:intermediateThrowEvent id="Event_10awb2b" name="Invoice Submitted">
|
||||
<bpmn:incoming>Flow_1ku4469</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_09l53uz</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:sequenceFlow id="Flow_09l53uz" sourceRef="Event_10awb2b" targetRef="Compare_Submitted" />
|
||||
<bpmn:subProcess id="Compare_Submitted" name="Compare Submitted with Bamboo Salary">
|
||||
<bpmn:incoming>Flow_09l53uz</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1rvl8hr</bpmn:outgoing>
|
||||
<bpmn:startEvent id="Event_1vnuuqu">
|
||||
<bpmn:outgoing>Flow_0kf7skq</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0kf7skq" sourceRef="Event_1vnuuqu" targetRef="Activity_1ipukvu" />
|
||||
<bpmn:serviceTask id="Activity_1ipukvu" name="Get Bamboo Salary">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="bamboohr/GetPayRate" resultVariable="resp_BambooPayRate">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="employee_id" type="str" value="109" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0kf7skq</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0u2o62f</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:endEvent id="Event_0yq2et4">
|
||||
<bpmn:incoming>Flow_1o7xqwj</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0u2o62f" sourceRef="Activity_1ipukvu" targetRef="Activity_13t04bg" />
|
||||
<bpmn:sequenceFlow id="Flow_1o7xqwj" sourceRef="Activity_0odiart" targetRef="Event_0yq2et4" />
|
||||
<bpmn:businessRuleTask id="Activity_0odiart" name="Check Amounts">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:preScript />
|
||||
<spiffworkflow:calledDecisionId>Check_If_Match</spiffworkflow:calledDecisionId>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0mupigc</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1o7xqwj</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
<bpmn:sequenceFlow id="Flow_0mupigc" sourceRef="Activity_13t04bg" targetRef="Activity_0odiart" />
|
||||
<bpmn:scriptTask id="Activity_13t04bg" name="Set Annual Salary">
|
||||
<bpmn:incoming>Flow_0u2o62f</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0mupigc</bpmn:outgoing>
|
||||
<bpmn:script>annual_salary_str = resp_BambooPayRate["amount"]
|
||||
annual_salary = float(annual_salary_str)</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
</bpmn:subProcess>
|
||||
<bpmn:exclusiveGateway id="Gateway_Match" name="Match?" default="Flow_Yes">
|
||||
<bpmn:incoming>Flow_1rvl8hr</bpmn:incoming>
|
||||
<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_No</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_017p6lf</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:sequenceFlow id="Flow_No" name="No" sourceRef="Gateway_Match" targetRef="Event_0b2jycv">
|
||||
<bpmn:conditionExpression>not(isMatch)</bpmn:conditionExpression>
|
||||
</bpmn:sequenceFlow>
|
||||
<bpmn:endEvent id="Event_0nfwv5b">
|
||||
<bpmn:incoming>Flow_08u8awn</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_017p6lf" sourceRef="Event_0b2jycv" targetRef="Activity_17id1dk" />
|
||||
<bpmn:sequenceFlow id="Flow_08u8awn" sourceRef="Activity_17id1dk" targetRef="Event_0nfwv5b" />
|
||||
<bpmn:serviceTask id="Activity_17id1dk" name="Send Waku Message to CC Invoice Rejected">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="wr_InvocieRejected">
|
||||
@ -140,231 +11,17 @@ annual_salary = float(annual_salary_str)</bpmn:script>
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_017p6lf</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_08u8awn</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:intermediateThrowEvent id="Event_1krrkw9" name="Invoice is Verified and Approved">
|
||||
<bpmn:incoming>Flow_Yes</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0l6898n</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<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>
|
||||
<spiffworkflow:serviceTaskOperator id="xero/CreateInvoice" resultVariable="resp_xeroCreateInvoice">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="access_token" type="any" value=""secret:xero/OAuth"" />
|
||||
<spiffworkflow:parameter id="amount" type="str" value="invoiceAmount" />
|
||||
<spiffworkflow:parameter id="contact_email" type="str" value="'harmeet@status.im'" />
|
||||
<spiffworkflow:parameter id="contact_name" type="str" value="contributorName" />
|
||||
<spiffworkflow:parameter id="description" type="str" value="'Monthly pay'" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0l6898n</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_10v7p5i</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:sequenceFlow id="Flow_10v7p5i" sourceRef="Activity_0v6uftd" targetRef="Activity_07kfnj9" />
|
||||
<bpmn:serviceTask id="Activity_07kfnj9" name="Send Waku Message to CC Payment Pending">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="wr_PaymentPending">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="message" type="str" value="'Payment Pending'" />
|
||||
<spiffworkflow:parameter id="message_type" type="str" value=""wakuext_sendOneToOneMessage"" />
|
||||
<spiffworkflow:parameter id="recipient" type="str" value=""0x04622cf750e9f79e60546258bebd4be274f75720b16862bb0c496aaeab746b6fbe897f956b2b08152bc3def5297bed95986a5211ae1a34491d35f51f69713cbf9d"" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_10v7p5i</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1xyr4g0</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:endEvent id="Event_1vyzunj">
|
||||
<bpmn:incoming>Flow_1xyr4g0</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1xyr4g0" sourceRef="Activity_07kfnj9" targetRef="Event_1vyzunj" />
|
||||
<bpmn:sequenceFlow id="Flow_0plmx5x" sourceRef="Activity_056tlcm" targetRef="Gateway_0s8nhby" />
|
||||
<bpmn:sequenceFlow id="Flow_1ku4469" sourceRef="Activity_0gi1l0j" targetRef="Event_10awb2b" />
|
||||
<bpmn:sequenceFlow id="Flow_1rvl8hr" sourceRef="Compare_Submitted" targetRef="Gateway_Match" />
|
||||
<bpmn:startEvent id="Event_12pq5le" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_c3aa856">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0n5kx08_di" bpmnElement="Activity_056tlcm">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_02uyss8_di" bpmnElement="Gateway_0s8nhby">
|
||||
<dc:Bounds x="425" y="152" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0tfstev_di" bpmnElement="Activity_0d288kj">
|
||||
<dc:Bounds x="530" y="50" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1y606om_di" bpmnElement="Activity_0381iy0">
|
||||
<dc:Bounds x="530" y="250" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1ic12x2_di" bpmnElement="Gateway_0w4zj2z">
|
||||
<dc:Bounds x="685" y="165" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1kbjq7m_di" bpmnElement="Activity_0gi1l0j">
|
||||
<dc:Bounds x="790" y="150" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_10awb2b_di" bpmnElement="Event_10awb2b">
|
||||
<dc:Bounds x="952" y="172" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="927" y="215" width="88" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0gsp3ib_di" bpmnElement="Compare_Submitted">
|
||||
<dc:Bounds x="1050" y="150" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1k6apn1_di" bpmnElement="Gateway_Match" isMarkerVisible="true">
|
||||
<dc:Bounds x="1215" y="165" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1223" y="222" width="37" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0b2jycv_di" bpmnElement="Event_0b2jycv">
|
||||
<dc:Bounds x="1332" y="42" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1311" y="85" width="81" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0nfwv5b_di" bpmnElement="Event_0nfwv5b">
|
||||
<dc:Bounds x="1572" y="42" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0n3s9mu_di" bpmnElement="Activity_17id1dk">
|
||||
<dc:Bounds x="1420" y="20" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1krrkw9_di" bpmnElement="Event_1krrkw9">
|
||||
<dc:Bounds x="1332" y="172" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1323" y="215" width="59" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
<bpmndi:BPMNShape id="Event_12pq5le_di" bpmnElement="Event_12pq5le">
|
||||
<dc:Bounds x="402" y="122" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0l7m1gg_di" bpmnElement="Activity_0v6uftd">
|
||||
<dc:Bounds x="1440" y="150" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0yyaot7_di" bpmnElement="Activity_07kfnj9">
|
||||
<dc:Bounds x="1620" y="150" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1vyzunj_di" bpmnElement="Event_1vyzunj">
|
||||
<dc:Bounds x="1802" y="172" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1vplyx7_di" bpmnElement="Flow_1vplyx7">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1by544v_di" bpmnElement="Flow_1by544v">
|
||||
<di:waypoint x="450" y="152" />
|
||||
<di:waypoint x="450" y="90" />
|
||||
<di:waypoint x="530" y="90" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0lz8sv6_di" bpmnElement="Flow_0lz8sv6">
|
||||
<di:waypoint x="450" y="202" />
|
||||
<di:waypoint x="450" y="290" />
|
||||
<di:waypoint x="530" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0742pkg_di" bpmnElement="Flow_0742pkg">
|
||||
<di:waypoint x="630" y="90" />
|
||||
<di:waypoint x="710" y="90" />
|
||||
<di:waypoint x="710" y="165" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1oglrmu_di" bpmnElement="Flow_1oglrmu">
|
||||
<di:waypoint x="630" y="290" />
|
||||
<di:waypoint x="710" y="290" />
|
||||
<di:waypoint x="710" y="215" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0msmu5a_di" bpmnElement="Flow_0msmu5a">
|
||||
<di:waypoint x="735" y="190" />
|
||||
<di:waypoint x="790" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_09l53uz_di" bpmnElement="Flow_09l53uz">
|
||||
<di:waypoint x="988" y="190" />
|
||||
<di:waypoint x="1050" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<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" />
|
||||
<di:waypoint x="1420" y="60" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_08u8awn_di" bpmnElement="Flow_08u8awn">
|
||||
<di:waypoint x="1520" y="60" />
|
||||
<di:waypoint x="1572" y="60" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<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" />
|
||||
<di:waypoint x="1440" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_10v7p5i_di" bpmnElement="Flow_10v7p5i">
|
||||
<di:waypoint x="1540" y="190" />
|
||||
<di:waypoint x="1620" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1xyr4g0_di" bpmnElement="Flow_1xyr4g0">
|
||||
<di:waypoint x="1720" y="190" />
|
||||
<di:waypoint x="1802" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0plmx5x_di" bpmnElement="Flow_0plmx5x">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="425" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ku4469_di" bpmnElement="Flow_1ku4469">
|
||||
<di:waypoint x="890" y="190" />
|
||||
<di:waypoint x="952" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1rvl8hr_di" bpmnElement="Flow_1rvl8hr">
|
||||
<di:waypoint x="1150" y="190" />
|
||||
<di:waypoint x="1215" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_10r5h6d">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_19wswc4" bpmnElement="Compare_Submitted">
|
||||
<bpmndi:BPMNShape id="Event_1vnuuqu_di" bpmnElement="Event_1vnuuqu">
|
||||
<dc:Bounds x="282" y="212" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0tn2vxw_di" bpmnElement="Activity_1ipukvu">
|
||||
<dc:Bounds x="370" y="190" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0yq2et4_di" bpmnElement="Event_0yq2et4">
|
||||
<dc:Bounds x="832" y="212" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1aak9lg_di" bpmnElement="Activity_0odiart">
|
||||
<dc:Bounds x="690" y="190" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_122s2rw_di" bpmnElement="Activity_13t04bg">
|
||||
<dc:Bounds x="530" y="190" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0kf7skq_di" bpmnElement="Flow_0kf7skq">
|
||||
<di:waypoint x="318" y="230" />
|
||||
<di:waypoint x="370" y="230" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0u2o62f_di" bpmnElement="Flow_0u2o62f">
|
||||
<di:waypoint x="470" y="230" />
|
||||
<di:waypoint x="530" y="230" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1o7xqwj_di" bpmnElement="Flow_1o7xqwj">
|
||||
<di:waypoint x="790" y="230" />
|
||||
<di:waypoint x="832" y="230" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0mupigc_di" bpmnElement="Flow_0mupigc">
|
||||
<di:waypoint x="630" y="230" />
|
||||
<di:waypoint x="690" y="230" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user