mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
Merge branch 'sample-models-1' of github.com:sartography/sample-process-models into sample-models-1
This commit is contained in:
commit
ea727594ec
@ -1,18 +0,0 @@
|
||||
{
|
||||
"admin": false,
|
||||
"display_name": "DL",
|
||||
"display_order": 5,
|
||||
"process_models": [
|
||||
{
|
||||
"description": "VaccationApproval",
|
||||
"display_name": "VaccationApproval",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "vacationapproval.bpmn",
|
||||
"primary_process_id": "Process_d_vaccationapproval_vacationapproval_bd2e724",
|
||||
"process_group_id": "d"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "VaccationApproval",
|
||||
"display_name": "VaccationApproval",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "vacationapproval.bpmn",
|
||||
"primary_process_id": "Process_d_vaccationapproval_vacationapproval_bd2e724"
|
||||
}
|
@ -1,142 +0,0 @@
|
||||
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:collaboration id="Collaboration_1rd5f7c">
|
||||
<bpmn:participant id="Participant_1y41kn7" name="Approve Vacation" processRef="Process_d_vaccationapproval_vacationapproval_bd2e724" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_d_vaccationapproval_vacationapproval_bd2e724" isExecutable="true">
|
||||
<bpmn:laneSet id="LaneSet_1ymw2ft">
|
||||
<bpmn:lane id="Lane_0acjolv" name="Employee">
|
||||
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0293kcb</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_1xctz0r" name="HR">
|
||||
<bpmn:flowNodeRef>Activity_0o5lpq1</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_09x613r</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_06gkml9</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_126pmnz</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_0b7fngh</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_1eopejv</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
</bpmn:laneSet>
|
||||
<bpmn:sequenceFlow id="Flow_0ja18t0" sourceRef="StartEvent_1" targetRef="Activity_0293kcb" />
|
||||
<bpmn:sequenceFlow id="Flow_1op7198" sourceRef="Activity_0293kcb" targetRef="Activity_0o5lpq1" />
|
||||
<bpmn:sequenceFlow id="Flow_0nxd7cs" sourceRef="Activity_0o5lpq1" targetRef="Activity_09x613r" />
|
||||
<bpmn:sequenceFlow id="Flow_0f7cxbl" sourceRef="Activity_09x613r" targetRef="Gateway_06gkml9" />
|
||||
<bpmn:sequenceFlow id="Flow_1ewma1g" sourceRef="Gateway_06gkml9" targetRef="Activity_1eopejv" />
|
||||
<bpmn:startEvent id="StartEvent_1" name="Vacation wished for">
|
||||
<bpmn:outgoing>Flow_0ja18t0</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:userTask id="Activity_0293kcb" name="Apply for Vacation">
|
||||
<bpmn:incoming>Flow_0ja18t0</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1op7198</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:businessRuleTask id="Activity_0o5lpq1" name="Enough holiday days available">
|
||||
<bpmn:incoming>Flow_1op7198</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0nxd7cs</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
<bpmn:businessRuleTask id="Activity_09x613r" name="Deputy available">
|
||||
<bpmn:incoming>Flow_0nxd7cs</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0f7cxbl</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_06gkml9">
|
||||
<bpmn:incoming>Flow_0f7cxbl</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ewma1g</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_19spmjy</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:endEvent id="Event_126pmnz" name="Vacation declined">
|
||||
<bpmn:incoming>Flow_19spmjy</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_19spmjy" sourceRef="Gateway_06gkml9" targetRef="Event_126pmnz" />
|
||||
<bpmn:endEvent id="Event_0b7fngh" name="Vacation approved">
|
||||
<bpmn:incoming>Flow_0dlss6w</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0dlss6w" sourceRef="Activity_1eopejv" targetRef="Event_0b7fngh" />
|
||||
<bpmn:serviceTask id="Activity_1eopejv" name="Book holidays">
|
||||
<bpmn:incoming>Flow_1ewma1g</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0dlss6w</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1rd5f7c">
|
||||
<bpmndi:BPMNShape id="Participant_1y41kn7_di" bpmnElement="Participant_1y41kn7" isHorizontal="true">
|
||||
<dc:Bounds x="129" y="139" width="1089" height="379" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1xctz0r_di" bpmnElement="Lane_1xctz0r" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="264" width="1059" height="254" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0acjolv_di" bpmnElement="Lane_0acjolv" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="139" width="1059" height="125" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0dlss6w_di" bpmnElement="Flow_0dlss6w">
|
||||
<di:waypoint x="1010" y="330" />
|
||||
<di:waypoint x="1082" y="330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_19spmjy_di" bpmnElement="Flow_19spmjy">
|
||||
<di:waypoint x="820" y="355" />
|
||||
<di:waypoint x="820" y="440" />
|
||||
<di:waypoint x="912" y="440" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ewma1g_di" bpmnElement="Flow_1ewma1g">
|
||||
<di:waypoint x="845" y="330" />
|
||||
<di:waypoint x="910" y="330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0f7cxbl_di" bpmnElement="Flow_0f7cxbl">
|
||||
<di:waypoint x="730" y="330" />
|
||||
<di:waypoint x="795" y="330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0nxd7cs_di" bpmnElement="Flow_0nxd7cs">
|
||||
<di:waypoint x="570" y="330" />
|
||||
<di:waypoint x="630" y="330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1op7198_di" bpmnElement="Flow_1op7198">
|
||||
<di:waypoint x="410" y="190" />
|
||||
<di:waypoint x="440" y="190" />
|
||||
<di:waypoint x="440" y="330" />
|
||||
<di:waypoint x="470" y="330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ja18t0_di" bpmnElement="Flow_0ja18t0">
|
||||
<di:waypoint x="255" y="190" />
|
||||
<di:waypoint x="310" y="190" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="219" y="172" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="200" y="215" width="80" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1xx5gtm_di" bpmnElement="Activity_0293kcb">
|
||||
<dc:Bounds x="310" y="150" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1imbmk7_di" bpmnElement="Activity_0o5lpq1">
|
||||
<dc:Bounds x="470" y="290" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1t225nx_di" bpmnElement="Activity_09x613r">
|
||||
<dc:Bounds x="630" y="290" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_06gkml9_di" bpmnElement="Gateway_06gkml9" isMarkerVisible="true">
|
||||
<dc:Bounds x="795" y="305" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_126pmnz_di" bpmnElement="Event_126pmnz">
|
||||
<dc:Bounds x="912" y="422" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="886" y="465" width="88" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0b7fngh_di" bpmnElement="Event_0b7fngh">
|
||||
<dc:Bounds x="1082" y="312" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1076" y="355" width="48" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_189xll0_di" bpmnElement="Activity_1eopejv">
|
||||
<dc:Bounds x="910" y="290" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Simple process with a call activity",
|
||||
"display_name": "Call Activity Process",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "simple_get_user_info.bpmn",
|
||||
"primary_process_id": "Process_CallActivityProcess"
|
||||
}
|
@ -1,57 +0,0 @@
|
||||
<?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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Process_CallActivityProcess" name="Call Activity Process" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_07s1oif</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_07s1oif" sourceRef="StartEvent_1" targetRef="Process_GetUserInformation" />
|
||||
<bpmn:callActivity id="Process_GetUserInformation" name="Call Process_GetUserInformation" calledElement="Process_GetUserInformation">
|
||||
<bpmn:incoming>Flow_07s1oif</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0aqfzar</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:sequenceFlow id="Flow_0aqfzar" sourceRef="Process_GetUserInformation" targetRef="Activity_DisplayUserInformation" />
|
||||
<bpmn:endEvent id="Event_1jfzkxu">
|
||||
<bpmn:incoming>Flow_19acb1b</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_19acb1b" sourceRef="Activity_DisplayUserInformation" targetRef="Event_1jfzkxu" />
|
||||
<bpmn:manualTask id="Activity_DisplayUserInformation" name="Display User Information">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>## User Information
|
||||
### Name
|
||||
{{ name }}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0aqfzar</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_19acb1b</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_CallActivityProcess">
|
||||
<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_1buzvb3_di" bpmnElement="Process_GetUserInformation">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1jfzkxu_di" bpmnElement="Event_1jfzkxu">
|
||||
<dc:Bounds x="592" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1ju5tie_di" bpmnElement="Activity_DisplayUserInformation">
|
||||
<dc:Bounds x="430" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_07s1oif_di" bpmnElement="Flow_07s1oif">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0aqfzar_di" bpmnElement="Flow_0aqfzar">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="430" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_19acb1b_di" bpmnElement="Flow_19acb1b">
|
||||
<di:waypoint x="530" y="177" />
|
||||
<di:waypoint x="592" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,343 +0,0 @@
|
||||
<?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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1uze7zy" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.7.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.18.0">
|
||||
<bpmn:collaboration id="Collaboration_1q2gp80">
|
||||
<bpmn:participant id="Participant_1y5mafy" name="Requestor" processRef="Process_0fb2oio" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_0fb2oio" isExecutable="true">
|
||||
<bpmn:sequenceFlow id="Flow_00e1516" sourceRef="StartEvent_1" targetRef="Activity_0700v9z" />
|
||||
<bpmn:sequenceFlow id="Flow_1ctcnhy" name="Additional Information Requested" sourceRef="Gateway_0pp8ndk" targetRef="Gateway_1wzu3jk" />
|
||||
<bpmn:sequenceFlow id="Flow_0wrmrk3" sourceRef="Activity_0igcome" targetRef="Gateway_03jst8f" />
|
||||
<bpmn:sequenceFlow id="Flow_1dvzfbt" sourceRef="Activity_0yruxj0" targetRef="Gateway_0dlynao" />
|
||||
<bpmn:sequenceFlow id="Flow_07i8omp" sourceRef="Gateway_0dlynao" targetRef="Activity_0robt2l" />
|
||||
<bpmn:sequenceFlow id="Flow_1mlq9cy" sourceRef="Gateway_0dlynao" targetRef="Activity_1bhsbxj" />
|
||||
<bpmn:sequenceFlow id="Flow_0wn499e" sourceRef="Gateway_0dlynao" targetRef="Activity_0iuygwe" />
|
||||
<bpmn:sequenceFlow id="Flow_04cobnz" sourceRef="Gateway_0dlynao" targetRef="Activity_1i9gcv8" />
|
||||
<bpmn:sequenceFlow id="Flow_1crnc7j" sourceRef="Gateway_0dlynao" targetRef="Activity_1dtu97h" />
|
||||
<bpmn:sequenceFlow id="Flow_1wqfmip" sourceRef="Gateway_0dlynao" targetRef="Activity_1y75sbj" />
|
||||
<bpmn:sequenceFlow id="Flow_0kfh6sc" sourceRef="Activity_0robt2l" targetRef="Gateway_0vu56ru" />
|
||||
<bpmn:sequenceFlow id="Flow_1n23wqf" sourceRef="Activity_1bhsbxj" targetRef="Gateway_0vu56ru" />
|
||||
<bpmn:sequenceFlow id="Flow_0duuanr" sourceRef="Activity_0iuygwe" targetRef="Gateway_0vu56ru" />
|
||||
<bpmn:sequenceFlow id="Flow_1mm2xrq" sourceRef="Activity_1i9gcv8" targetRef="Gateway_0vu56ru" />
|
||||
<bpmn:sequenceFlow id="Flow_0bnb7zp" sourceRef="Activity_1dtu97h" targetRef="Gateway_0vu56ru" />
|
||||
<bpmn:sequenceFlow id="Flow_1lv7d80" sourceRef="Activity_1y75sbj" targetRef="Gateway_0vu56ru" />
|
||||
<bpmn:sequenceFlow id="Flow_1tlc0b0" sourceRef="Gateway_0vu56ru" targetRef="Activity_19z0mrp" />
|
||||
<bpmn:sequenceFlow id="Flow_0brdikk" sourceRef="Activity_19z0mrp" targetRef="Activity_1mmd0dk" />
|
||||
<bpmn:sequenceFlow id="Flow_1sxuvni" name="Another Approval" sourceRef="Gateway_0pp8ndk" targetRef="Gateway_03jst8f" />
|
||||
<bpmn:sequenceFlow id="Flow_1h730km" sourceRef="Activity_1b0ub6i" targetRef="Activity_0yruxj0" />
|
||||
<bpmn:sequenceFlow id="Flow_0y63nmt" sourceRef="Activity_1mmd0dk" targetRef="Gateway_0pp8ndk" />
|
||||
<bpmn:sequenceFlow id="Flow_078rmm1" name="Done" sourceRef="Gateway_0pp8ndk" targetRef="Event_0mcuev1" />
|
||||
<bpmn:sequenceFlow id="Flow_0nq00df" sourceRef="Activity_0700v9z" targetRef="Gateway_1wzu3jk" />
|
||||
<bpmn:callActivity id="Activity_0700v9z" name="Call Get Form Data">
|
||||
<bpmn:incoming>Flow_00e1516</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0nq00df</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_00e1516</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:userTask id="Activity_0igcome" name="Enter Request">
|
||||
<bpmn:incoming>Flow_0brg3cf</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0wrmrk3</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_1wzu3jk">
|
||||
<bpmn:incoming>Flow_0nq00df</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1ctcnhy</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0brg3cf</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0brg3cf" sourceRef="Gateway_1wzu3jk" targetRef="Activity_0igcome" />
|
||||
<bpmn:exclusiveGateway id="Gateway_0dlynao" name="Which Approver?">
|
||||
<bpmn:incoming>Flow_1dvzfbt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_07i8omp</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1mlq9cy</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0wn499e</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_04cobnz</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1crnc7j</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1wqfmip</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:exclusiveGateway id="Gateway_0vu56ru">
|
||||
<bpmn:incoming>Flow_0kfh6sc</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1n23wqf</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0duuanr</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1mm2xrq</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0bnb7zp</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1lv7d80</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1tlc0b0</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:scriptTask id="Activity_19z0mrp" name="Check Progress">
|
||||
<bpmn:incoming>Flow_1tlc0b0</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0brdikk</bpmn:outgoing>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:scriptTask id="Activity_1b0ub6i" name="Get Next Approval">
|
||||
<bpmn:incoming>Flow_167iw4p</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1h730km</bpmn:outgoing>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:callActivity id="Activity_0yruxj0" name="Call Waku. Messages">
|
||||
<bpmn:incoming>Flow_1h730km</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1dvzfbt</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_1dtu97h" name="Call Security">
|
||||
<bpmn:incoming>Flow_1crnc7j</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0bnb7zp</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_1bhsbxj" name="Call PPG BA">
|
||||
<bpmn:incoming>Flow_1mlq9cy</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1n23wqf</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_1i9gcv8" name="Call PeopleOps Partner">
|
||||
<bpmn:incoming>Flow_04cobnz</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1mm2xrq</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_0robt2l" name="Call Budget Owner">
|
||||
<bpmn:incoming>Flow_07i8omp</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0kfh6sc</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_1y75sbj" name="Call Infrastructure SME">
|
||||
<bpmn:incoming>Flow_1wqfmip</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1lv7d80</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_0iuygwe" name="Call Legal SME">
|
||||
<bpmn:incoming>Flow_0wn499e</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0duuanr</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:exclusiveGateway id="Gateway_0pp8ndk" name="What Next?">
|
||||
<bpmn:incoming>Flow_0y63nmt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_078rmm1</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1ctcnhy</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1sxuvni</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:endEvent id="Event_0mcuev1">
|
||||
<bpmn:incoming>Flow_078rmm1</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:callActivity id="Activity_1mmd0dk" name="Call Waku. Messages">
|
||||
<bpmn:incoming>Flow_0brdikk</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0y63nmt</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:exclusiveGateway id="Gateway_03jst8f">
|
||||
<bpmn:incoming>Flow_0wrmrk3</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1sxuvni</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_167iw4p</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_167iw4p" sourceRef="Gateway_03jst8f" targetRef="Activity_1b0ub6i" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_1b8omro">
|
||||
<bpmn:text>Send notification message(s)</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:textAnnotation id="TextAnnotation_1sg8q12">
|
||||
<bpmn:text>Send notification message(s)</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_0satbod" sourceRef="Activity_0yruxj0" targetRef="TextAnnotation_1b8omro" />
|
||||
<bpmn:association id="Association_09vd9k3" sourceRef="Activity_1mmd0dk" targetRef="TextAnnotation_1sg8q12" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1q2gp80">
|
||||
<bpmndi:BPMNShape id="Participant_1y5mafy_di" bpmnElement="Participant_1y5mafy" isHorizontal="true">
|
||||
<dc:Bounds x="120" y="40" width="2210" height="930" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1b8omro_di" bpmnElement="TextAnnotation_1b8omro">
|
||||
<dc:Bounds x="960" y="410" width="99.99156545209178" height="55.33063427800269" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1sg8q12_di" bpmnElement="TextAnnotation_1sg8q12">
|
||||
<dc:Bounds x="1890" y="380" width="99.99156545209178" height="55.330634278002705" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0yhyz7z_di" bpmnElement="Activity_0700v9z">
|
||||
<dc:Bounds x="330" y="490" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="212" y="512" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1j40wjc_di" bpmnElement="Activity_0igcome">
|
||||
<dc:Bounds x="590" y="490" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1wzu3jk_di" bpmnElement="Gateway_1wzu3jk" isMarkerVisible="true">
|
||||
<dc:Bounds x="485" y="505" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0dlynao_di" bpmnElement="Gateway_0dlynao" isMarkerVisible="true">
|
||||
<dc:Bounds x="1245" y="505" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1168" y="553" width="84" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0vu56ru_di" bpmnElement="Gateway_0vu56ru" isMarkerVisible="true">
|
||||
<dc:Bounds x="1525" y="505" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0hutku1_di" bpmnElement="Activity_19z0mrp">
|
||||
<dc:Bounds x="1660" y="490" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0bttajq_di" bpmnElement="Activity_1b0ub6i">
|
||||
<dc:Bounds x="860" y="490" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1j5hk5i_di" bpmnElement="Activity_0yruxj0">
|
||||
<dc:Bounds x="1030" y="490" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_183wo98_di" bpmnElement="Activity_1dtu97h">
|
||||
<dc:Bounds x="1360" y="550" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1xr77hf_di" bpmnElement="Activity_1bhsbxj">
|
||||
<dc:Bounds x="1360" y="430" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1otvq2y_di" bpmnElement="Activity_1i9gcv8">
|
||||
<dc:Bounds x="1360" y="310" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1umi5b7_di" bpmnElement="Activity_0robt2l">
|
||||
<dc:Bounds x="1360" y="190" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1555ix6_di" bpmnElement="Activity_1y75sbj">
|
||||
<dc:Bounds x="1360" y="660" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_178as5y_di" bpmnElement="Activity_0iuygwe">
|
||||
<dc:Bounds x="1360" y="780" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0pp8ndk_di" bpmnElement="Gateway_0pp8ndk" isMarkerVisible="true">
|
||||
<dc:Bounds x="2045" y="505" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1991" y="553" width="58" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0mcuev1_di" bpmnElement="Event_0mcuev1">
|
||||
<dc:Bounds x="2192" y="512" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1rywnvr" bpmnElement="Activity_1mmd0dk">
|
||||
<dc:Bounds x="1840" y="490" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_03jst8f_di" bpmnElement="Gateway_03jst8f" isMarkerVisible="true">
|
||||
<dc:Bounds x="745" y="505" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_0satbod_di" bpmnElement="Association_0satbod">
|
||||
<di:waypoint x="1053" y="490" />
|
||||
<di:waypoint x="1037" y="465" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_09vd9k3_di" bpmnElement="Association_09vd9k3">
|
||||
<di:waypoint x="1905" y="490" />
|
||||
<di:waypoint x="1925" y="435" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_00e1516_di" bpmnElement="Flow_00e1516">
|
||||
<di:waypoint x="248" y="530" />
|
||||
<di:waypoint x="330" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ctcnhy_di" bpmnElement="Flow_1ctcnhy">
|
||||
<di:waypoint x="2070" y="505" />
|
||||
<di:waypoint x="2070" y="140" />
|
||||
<di:waypoint x="510" y="140" />
|
||||
<di:waypoint x="510" y="505" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1241" y="97" width="56" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0wrmrk3_di" bpmnElement="Flow_0wrmrk3">
|
||||
<di:waypoint x="690" y="530" />
|
||||
<di:waypoint x="745" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1dvzfbt_di" bpmnElement="Flow_1dvzfbt">
|
||||
<di:waypoint x="1130" y="530" />
|
||||
<di:waypoint x="1245" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_07i8omp_di" bpmnElement="Flow_07i8omp">
|
||||
<di:waypoint x="1270" y="505" />
|
||||
<di:waypoint x="1270" y="230" />
|
||||
<di:waypoint x="1360" y="230" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1mlq9cy_di" bpmnElement="Flow_1mlq9cy">
|
||||
<di:waypoint x="1270" y="505" />
|
||||
<di:waypoint x="1270" y="470" />
|
||||
<di:waypoint x="1360" y="470" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0wn499e_di" bpmnElement="Flow_0wn499e">
|
||||
<di:waypoint x="1270" y="555" />
|
||||
<di:waypoint x="1270" y="820" />
|
||||
<di:waypoint x="1360" y="820" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_04cobnz_di" bpmnElement="Flow_04cobnz">
|
||||
<di:waypoint x="1270" y="505" />
|
||||
<di:waypoint x="1270" y="350" />
|
||||
<di:waypoint x="1360" y="350" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1crnc7j_di" bpmnElement="Flow_1crnc7j">
|
||||
<di:waypoint x="1270" y="555" />
|
||||
<di:waypoint x="1270" y="590" />
|
||||
<di:waypoint x="1360" y="590" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1wqfmip_di" bpmnElement="Flow_1wqfmip">
|
||||
<di:waypoint x="1270" y="555" />
|
||||
<di:waypoint x="1270" y="700" />
|
||||
<di:waypoint x="1360" y="700" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0kfh6sc_di" bpmnElement="Flow_0kfh6sc">
|
||||
<di:waypoint x="1460" y="230" />
|
||||
<di:waypoint x="1550" y="230" />
|
||||
<di:waypoint x="1550" y="505" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1n23wqf_di" bpmnElement="Flow_1n23wqf">
|
||||
<di:waypoint x="1460" y="470" />
|
||||
<di:waypoint x="1550" y="470" />
|
||||
<di:waypoint x="1550" y="505" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0duuanr_di" bpmnElement="Flow_0duuanr">
|
||||
<di:waypoint x="1460" y="820" />
|
||||
<di:waypoint x="1550" y="820" />
|
||||
<di:waypoint x="1550" y="555" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1mm2xrq_di" bpmnElement="Flow_1mm2xrq">
|
||||
<di:waypoint x="1460" y="350" />
|
||||
<di:waypoint x="1550" y="350" />
|
||||
<di:waypoint x="1550" y="505" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0bnb7zp_di" bpmnElement="Flow_0bnb7zp">
|
||||
<di:waypoint x="1460" y="590" />
|
||||
<di:waypoint x="1550" y="590" />
|
||||
<di:waypoint x="1550" y="555" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1lv7d80_di" bpmnElement="Flow_1lv7d80">
|
||||
<di:waypoint x="1460" y="700" />
|
||||
<di:waypoint x="1550" y="700" />
|
||||
<di:waypoint x="1550" y="555" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1tlc0b0_di" bpmnElement="Flow_1tlc0b0">
|
||||
<di:waypoint x="1575" y="530" />
|
||||
<di:waypoint x="1660" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0brdikk_di" bpmnElement="Flow_0brdikk">
|
||||
<di:waypoint x="1760" y="530" />
|
||||
<di:waypoint x="1840" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1sxuvni_di" bpmnElement="Flow_1sxuvni">
|
||||
<di:waypoint x="2070" y="555" />
|
||||
<di:waypoint x="2070" y="900" />
|
||||
<di:waypoint x="770" y="900" />
|
||||
<di:waypoint x="770" y="555" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1437" y="903" width="85" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1h730km_di" bpmnElement="Flow_1h730km">
|
||||
<di:waypoint x="960" y="530" />
|
||||
<di:waypoint x="1030" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0y63nmt_di" bpmnElement="Flow_0y63nmt">
|
||||
<di:waypoint x="1940" y="530" />
|
||||
<di:waypoint x="2045" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_078rmm1_di" bpmnElement="Flow_078rmm1">
|
||||
<di:waypoint x="2095" y="530" />
|
||||
<di:waypoint x="2192" y="530" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2117" y="512" width="27" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0nq00df_di" bpmnElement="Flow_0nq00df">
|
||||
<di:waypoint x="430" y="530" />
|
||||
<di:waypoint x="485" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0brg3cf_di" bpmnElement="Flow_0brg3cf">
|
||||
<di:waypoint x="535" y="530" />
|
||||
<di:waypoint x="590" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_167iw4p_di" bpmnElement="Flow_167iw4p">
|
||||
<di:waypoint x="795" y="530" />
|
||||
<di:waypoint x="860" y="530" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,13 +0,0 @@
|
||||
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Process_902qex9" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_902qex9">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,38 +0,0 @@
|
||||
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Process_ilugw66" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_170kvdm</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_170kvdm" sourceRef="StartEvent_1" targetRef="Activity_13tma0r" />
|
||||
<bpmn:endEvent id="Event_13l3bu2">
|
||||
<bpmn:incoming>Flow_0ti3tw2</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0ti3tw2" sourceRef="Activity_13tma0r" targetRef="Event_13l3bu2" />
|
||||
<bpmn:manualTask id="Activity_13tma0r">
|
||||
<bpmn:incoming>Flow_170kvdm</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ti3tw2</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_ilugw66">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_13l3bu2_di" bpmnElement="Event_13l3bu2">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_12xceqy_di" bpmnElement="Activity_13tma0r">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_170kvdm_di" bpmnElement="Flow_170kvdm">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ti3tw2_di" bpmnElement="Flow_0ti3tw2">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "",
|
||||
"display_name": "Delete Me",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "delete_me.bpmn",
|
||||
"primary_process_id": "Process_ilugw66"
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "A process to gather information about the user",
|
||||
"display_name": "Get User Information",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "simple_get_user_info.bpmn",
|
||||
"primary_process_id": "Process_GetUserInformation"
|
||||
}
|
@ -1,44 +0,0 @@
|
||||
<?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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Process_GetUserInformation" name="Simple Get User Info" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_03g91vn</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_03g91vn" sourceRef="StartEvent_1" targetRef="Activity_UserInformationForm" />
|
||||
<bpmn:userTask id="Activity_UserInformationForm" name="User Information Form">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="user_information_form.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_03g91vn</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_01dpypl</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:endEvent id="Event_0ygip2j">
|
||||
<bpmn:incoming>Flow_01dpypl</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_01dpypl" sourceRef="Activity_UserInformationForm" targetRef="Event_0ygip2j" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_GetUserInformation">
|
||||
<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_08ea4v3_di" bpmnElement="Activity_UserInformationForm">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0ygip2j_di" bpmnElement="Event_0ygip2j">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_03g91vn_di" bpmnElement="Flow_03g91vn">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_01dpypl_di" bpmnElement="Flow_01dpypl">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"title": "User Information",
|
||||
"description": "A form to gather user information.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"title": "Name"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Hello World",
|
||||
"display_name": "Hello World",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "simple_form.bpmn",
|
||||
"primary_process_id": "Proccess_675t08t"
|
||||
}
|
@ -1,61 +0,0 @@
|
||||
<?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:process id="Proccess_675t08t" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1pf9ks5</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1pf9ks5" sourceRef="StartEvent_1" targetRef="Activity_GetName" />
|
||||
<bpmn:sequenceFlow id="Flow_0thwoy4" sourceRef="Activity_GetName" targetRef="Activity_DisplayName" />
|
||||
<bpmn:endEvent id="Event_000csmo">
|
||||
<bpmn:incoming>Flow_1kqj4ac</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1kqj4ac" sourceRef="Activity_DisplayName" targetRef="Event_000csmo" />
|
||||
<bpmn:userTask id="Activity_GetName" name="Get Name">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="simple_form.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1pf9ks5</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0thwoy4</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:manualTask id="Activity_DisplayName" name="Display Name">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>## Say Hello
|
||||
Hello {{ name }}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0thwoy4</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1kqj4ac</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_675t08t">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_000csmo_di" bpmnElement="Event_000csmo">
|
||||
<dc:Bounds x="592" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_01tmin8_di" bpmnElement="Activity_GetName">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0v3euw3_di" bpmnElement="Activity_DisplayName">
|
||||
<dc:Bounds x="430" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1pf9ks5_di" bpmnElement="Flow_1pf9ks5">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0thwoy4_di" bpmnElement="Flow_0thwoy4">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="430" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1kqj4ac_di" bpmnElement="Flow_1kqj4ac">
|
||||
<di:waypoint x="530" y="177" />
|
||||
<di:waypoint x="592" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,15 +0,0 @@
|
||||
{
|
||||
"title": "Simple form",
|
||||
"description": "A simple form example.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"name"
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"title": "Name",
|
||||
"default": "World"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,57 +0,0 @@
|
||||
<?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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Process_vtzncdh" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1mjjfi2</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1mjjfi2" sourceRef="StartEvent_1" targetRef="Activity_1nh8381" />
|
||||
<bpmn:manualTask id="Activity_0wnzta7" name="Show Variables">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>{{ "%-15s:%-30s %-15s:%-30s"|format(label_1, variable_1, label_2, variable_2) }}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_179pkvj</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1v4wbov</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:endEvent id="Event_1pakf5t">
|
||||
<bpmn:incoming>Flow_1v4wbov</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1v4wbov" sourceRef="Activity_0wnzta7" targetRef="Event_1pakf5t" />
|
||||
<bpmn:scriptTask id="Activity_1nh8381" name="Set Variables">
|
||||
<bpmn:incoming>Flow_1mjjfi2</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_179pkvj</bpmn:outgoing>
|
||||
<bpmn:script>label_1 = "Requestor"
|
||||
variable_1 = "Core Contributor"
|
||||
label_2 = "Project"
|
||||
variable_2 = "Infrastructure Ops"</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_179pkvj" sourceRef="Activity_1nh8381" targetRef="Activity_0wnzta7" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_vtzncdh">
|
||||
<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_03wfwx2_di" bpmnElement="Activity_0wnzta7">
|
||||
<dc:Bounds x="430" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1pakf5t_di" bpmnElement="Event_1pakf5t">
|
||||
<dc:Bounds x="592" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0o5v03m_di" bpmnElement="Activity_1nh8381">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1mjjfi2_di" bpmnElement="Flow_1mjjfi2">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1v4wbov_di" bpmnElement="Flow_1v4wbov">
|
||||
<di:waypoint x="530" y="177" />
|
||||
<di:waypoint x="592" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_179pkvj_di" bpmnElement="Flow_179pkvj">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="430" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,16 +0,0 @@
|
||||
{
|
||||
"description": "Test of Jinja column formatting by Alex ",
|
||||
"display_name": "Jinja Columns",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": [
|
||||
{
|
||||
"key": "my_key",
|
||||
"path": "label_1"
|
||||
}
|
||||
],
|
||||
"primary_file_name": "jinja-column-test.bpmn",
|
||||
"primary_process_id": "Process_vtzncdh"
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
{
|
||||
"title": "Get Data form",
|
||||
"description": "Form to gather data.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"title": "ID"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
{
|
||||
"title": "Get More Data form",
|
||||
"description": "Form to gather more data.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"item_id",
|
||||
"item_desc"
|
||||
],
|
||||
"properties": {
|
||||
"item_id": {
|
||||
"type": "string",
|
||||
"title": "Item ID"
|
||||
},
|
||||
"item_desc": {
|
||||
"type": "string",
|
||||
"title": "Item Description"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,155 +0,0 @@
|
||||
<?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:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_ef63ba4" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:collaboration id="Collaboration_LaneWorkflow">
|
||||
<bpmn:documentation>## Lane Workflow
|
||||
</bpmn:documentation>
|
||||
<bpmn:participant id="Participant_Case" name="Case" processRef="Process_LaneWorkflow" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_LaneWorkflow" name="Lane Workflow" isExecutable="true">
|
||||
<bpmn:laneSet id="LaneSet_0ft4417">
|
||||
<bpmn:lane id="Lane_Initiator">
|
||||
<bpmn:documentation>## Initiator</bpmn:documentation>
|
||||
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_GetID</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_ReviewCase</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_02egqno</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_GetReviewers</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_Reviewer" name="Reviewer">
|
||||
<bpmn:documentation>## Reviewer</bpmn:documentation>
|
||||
<bpmn:flowNodeRef>Activity_GetMoreData</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_MakeCase</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
</bpmn:laneSet>
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0xivass</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0xivass" sourceRef="StartEvent_1" targetRef="Activity_GetReviewers" />
|
||||
<bpmn:sequenceFlow id="Flow_11j3kuv" sourceRef="Activity_GetID" targetRef="Activity_GetMoreData" />
|
||||
<bpmn:sequenceFlow id="Flow_0q7kef5" sourceRef="Activity_GetMoreData" targetRef="Activity_MakeCase" />
|
||||
<bpmn:sequenceFlow id="Flow_1hr7g04" sourceRef="Activity_ReviewCase" targetRef="Event_02egqno" />
|
||||
<bpmn:sequenceFlow id="Flow_06x58q0" sourceRef="Activity_MakeCase" targetRef="Activity_ReviewCase" />
|
||||
<bpmn:userTask id="Activity_GetID" name="Get ID" camunda:formKey="DataForm">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:formData>
|
||||
<camunda:formField id="id" label="'ID'" type="long">
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="True" />
|
||||
</camunda:validation>
|
||||
</camunda:formField>
|
||||
</camunda:formData>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="get_data_form.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_16cpayc</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_11j3kuv</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:manualTask id="Activity_ReviewCase" name="Review Case">
|
||||
<bpmn:documentation>## Case
|
||||
ID: {{ case.id }}
|
||||
|
||||
Case ID: {{ case.case_id }}
|
||||
|
||||
Case Worker: {{ case.case_worker }}
|
||||
|
||||
Notes: {{ case.notes }}
|
||||
|
||||
|
||||
</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_06x58q0</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1hr7g04</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:endEvent id="Event_02egqno">
|
||||
<bpmn:incoming>Flow_1hr7g04</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:userTask id="Activity_GetMoreData" name="Get More Data" camunda:formKey="MoreDataForm">
|
||||
<bpmn:extensionElements>
|
||||
<camunda:formData>
|
||||
<camunda:formField id="case_id" label="'Case ID'" type="long">
|
||||
<camunda:validation>
|
||||
<camunda:constraint name="required" config="True" />
|
||||
</camunda:validation>
|
||||
</camunda:formField>
|
||||
<camunda:formField id="case_worker" label="'Case Worker'" type="string" />
|
||||
<camunda:formField id="notes" label="'Notes'" type="string" />
|
||||
</camunda:formData>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="get_more_data_form.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_11j3kuv</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0q7kef5</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:scriptTask id="Activity_MakeCase" name="Make Case">
|
||||
<bpmn:incoming>Flow_0q7kef5</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_06x58q0</bpmn:outgoing>
|
||||
<bpmn:script>case = {'id': id, 'case_id': case_id, 'case_worker': case_worker, 'notes': notes}</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_16cpayc" sourceRef="Activity_GetReviewers" targetRef="Activity_GetID" />
|
||||
<bpmn:scriptTask id="Activity_GetReviewers" name="Get Reviewers">
|
||||
<bpmn:incoming>Flow_0xivass</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_16cpayc</bpmn:outgoing>
|
||||
<bpmn:script># current_user = get_current_user()['username']
|
||||
lane_owners = {"Reviewer": ["alex@sartography.com", "madhurya@sartography.com"]}</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_LaneWorkflow">
|
||||
<bpmndi:BPMNShape id="Participant_0aw2kvp_di" bpmnElement="Participant_Case" isHorizontal="true">
|
||||
<dc:Bounds x="129" y="120" width="681" height="250" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0qw7svk_di" bpmnElement="Lane_Reviewer" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="245" width="651" height="125" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_07wdf9d_di" bpmnElement="Lane_Initiator" isHorizontal="true">
|
||||
<dc:Bounds x="159" y="120" width="651" height="125" />
|
||||
</bpmndi:BPMNShape>
|
||||
<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_0ys90wq_di" bpmnElement="Activity_GetID">
|
||||
<dc:Bounds x="420" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_04nwttv_di" bpmnElement="Activity_ReviewCase">
|
||||
<dc:Bounds x="570" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_02egqno_di" bpmnElement="Event_02egqno">
|
||||
<dc:Bounds x="722" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0kmaqbt_di" bpmnElement="Activity_GetMoreData">
|
||||
<dc:Bounds x="420" y="270" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1v5jg8i_di" bpmnElement="Activity_MakeCase">
|
||||
<dc:Bounds x="570" y="270" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0ig1l4t_di" bpmnElement="Activity_GetReviewers">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0xivass_di" bpmnElement="Flow_0xivass">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_11j3kuv_di" bpmnElement="Flow_11j3kuv">
|
||||
<di:waypoint x="470" y="217" />
|
||||
<di:waypoint x="470" y="270" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0q7kef5_di" bpmnElement="Flow_0q7kef5">
|
||||
<di:waypoint x="520" y="310" />
|
||||
<di:waypoint x="570" y="310" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1hr7g04_di" bpmnElement="Flow_1hr7g04">
|
||||
<di:waypoint x="670" y="177" />
|
||||
<di:waypoint x="722" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_06x58q0_di" bpmnElement="Flow_06x58q0">
|
||||
<di:waypoint x="620" y="270" />
|
||||
<di:waypoint x="620" y="217" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_16cpayc_di" bpmnElement="Flow_16cpayc">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="420" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "A Process Model with Form and Lane",
|
||||
"display_name": "Process Model with Form and Lane",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "lane_workflow_2023-02-06_14 57.bpmn",
|
||||
"primary_process_id": "Process_LaneWorkflow"
|
||||
}
|
@ -1,29 +0,0 @@
|
||||
{
|
||||
"admin": false,
|
||||
"display_name": "Mike",
|
||||
"display_order": 10,
|
||||
"process_models": [
|
||||
{
|
||||
"description": "Hello World",
|
||||
"display_name": "Hello World",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "simple_form.bpmn",
|
||||
"primary_process_id": "Proccess_675t08t",
|
||||
"process_group_id": "mike"
|
||||
},
|
||||
{
|
||||
"description": "Test Get Localtime",
|
||||
"display_name": "Test Get Localtime",
|
||||
"display_order": 1,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "get_localtime.bpmn",
|
||||
"primary_process_id": "Proccess_LocalTime",
|
||||
"process_group_id": "mike"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Process that sends a waku message",
|
||||
"display_name": "Send Waku Message",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "send_waku_message.bpmn",
|
||||
"primary_process_id": "Process_SendWakuMessage"
|
||||
}
|
@ -1,83 +0,0 @@
|
||||
<?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:process id="Process_SendWakuMessage" name="Send Waku Message" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1x786gf</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1x786gf" sourceRef="StartEvent_1" targetRef="Activity_1f2pm8i" />
|
||||
<bpmn:sequenceFlow id="Flow_02bp24o" sourceRef="Activity_1f2pm8i" targetRef="Activity_0ee2ch8" />
|
||||
<bpmn:sequenceFlow id="Flow_0syxn30" sourceRef="Activity_0ee2ch8" targetRef="Activity_0p8odiv" />
|
||||
<bpmn:endEvent id="Event_0h067s4">
|
||||
<bpmn:incoming>Flow_0ngrgqp</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0ngrgqp" sourceRef="Activity_0p8odiv" targetRef="Event_0h067s4" />
|
||||
<bpmn:userTask id="Activity_1f2pm8i" name="Get Waku Message Data">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="send_waky_message.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1x786gf</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_02bp24o</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:serviceTask id="Activity_0ee2ch8" name="Send Waku Message">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="waku/SendMessage" resultVariable="waku_message_response">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="message" type="str" value="message" />
|
||||
<spiffworkflow:parameter id="message_type" type="str" value=""wakuext_sendOneToOneMessage"" />
|
||||
<spiffworkflow:parameter id="recipient" type="str" value="[address]" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_02bp24o</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0syxn30</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:manualTask id="Activity_0p8odiv" name="Display Waku Message Results">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>## Waku Message Response
|
||||
waku_message_response</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0syxn30</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ngrgqp</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_SendWakuMessage">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0h067s4_di" bpmnElement="Event_0h067s4">
|
||||
<dc:Bounds x="752" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_13onubm_di" bpmnElement="Activity_1f2pm8i">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_02gp9v4_di" bpmnElement="Activity_0ee2ch8">
|
||||
<dc:Bounds x="430" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0786cqv_di" bpmnElement="Activity_0p8odiv">
|
||||
<dc:Bounds x="590" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1x786gf_di" bpmnElement="Flow_1x786gf">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_02bp24o_di" bpmnElement="Flow_02bp24o">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="430" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0syxn30_di" bpmnElement="Flow_0syxn30">
|
||||
<di:waypoint x="530" y="177" />
|
||||
<di:waypoint x="590" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ngrgqp_di" bpmnElement="Flow_0ngrgqp">
|
||||
<di:waypoint x="690" y="177" />
|
||||
<di:waypoint x="752" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,19 +0,0 @@
|
||||
{
|
||||
"title": "Waku Message",
|
||||
"description": "Send a waku message.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"address",
|
||||
"message"
|
||||
],
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string",
|
||||
"title": "Address"
|
||||
},
|
||||
"message": {
|
||||
"type": "string",
|
||||
"title": "Message"
|
||||
}
|
||||
}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Simple Script",
|
||||
"display_name": "Simple Script",
|
||||
"display_order": 2,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "simple_script.bpmn",
|
||||
"primary_process_id": "Proccess_SimpleScript"
|
||||
}
|
@ -1,77 +0,0 @@
|
||||
<?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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Proccess_SimpleScript" name="Simple Script" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0kdd8x0</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0kdd8x0" sourceRef="StartEvent_1" targetRef="Activity_0fei9ju" />
|
||||
<bpmn:sequenceFlow id="Flow_1xp2da5" sourceRef="Activity_0fei9ju" targetRef="Activity_13w9tgj" />
|
||||
<bpmn:sequenceFlow id="Flow_1wa446t" sourceRef="Activity_13w9tgj" targetRef="Activity_0i8axai" />
|
||||
<bpmn:endEvent id="Event_0ng3s7z">
|
||||
<bpmn:incoming>Flow_09k4m7l</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_09k4m7l" sourceRef="Activity_0i8axai" targetRef="Event_0ng3s7z" />
|
||||
<bpmn:scriptTask id="Activity_0fei9ju" name="Set Initial Data">
|
||||
<bpmn:incoming>Flow_0kdd8x0</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1xp2da5</bpmn:outgoing>
|
||||
<bpmn:script>a = 1
|
||||
b = 2</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:scriptTask id="Activity_13w9tgj" name="Calculate New Data">
|
||||
<bpmn:incoming>Flow_1xp2da5</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1wa446t</bpmn:outgoing>
|
||||
<bpmn:script>c = a + b</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:manualTask id="Activity_0i8axai" name="Display All Data">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>## Data
|
||||
### A
|
||||
{{ a }}
|
||||
## B
|
||||
{{ b }}
|
||||
## C
|
||||
{{ c }}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1wa446t</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_09k4m7l</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_SimpleScript">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0ng3s7z_di" bpmnElement="Event_0ng3s7z">
|
||||
<dc:Bounds x="752" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_11ukc6l_di" bpmnElement="Activity_0fei9ju">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1qefush_di" bpmnElement="Activity_13w9tgj">
|
||||
<dc:Bounds x="430" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0dpqey6_di" bpmnElement="Activity_0i8axai">
|
||||
<dc:Bounds x="590" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0kdd8x0_di" bpmnElement="Flow_0kdd8x0">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1xp2da5_di" bpmnElement="Flow_1xp2da5">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="430" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1wa446t_di" bpmnElement="Flow_1wa446t">
|
||||
<di:waypoint x="530" y="177" />
|
||||
<di:waypoint x="590" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_09k4m7l_di" bpmnElement="Flow_09k4m7l">
|
||||
<di:waypoint x="690" y="177" />
|
||||
<di:waypoint x="752" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,79 +0,0 @@
|
||||
<?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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Proccess_LocalTime" name="Get LocalTime" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0ijucqh</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0ijucqh" sourceRef="StartEvent_1" targetRef="Activity_GetTimezone" />
|
||||
<bpmn:scriptTask id="Activity_GetTime" name="Get Time">
|
||||
<bpmn:documentation>Get Time</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_10y2eax</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1gcfk27</bpmn:outgoing>
|
||||
<bpmn:script>some_time = datetime.now()
|
||||
localtime = get_localtime(some_time, timezone)</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_1gcfk27" sourceRef="Activity_GetTime" targetRef="Activity_DisplayTime" />
|
||||
<bpmn:endEvent id="Event_1c50ix7">
|
||||
<bpmn:incoming>Flow_0dcc306</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0dcc306" sourceRef="Activity_DisplayTime" targetRef="Event_1c50ix7" />
|
||||
<bpmn:manualTask id="Activity_DisplayTime" name="Display Time">
|
||||
<bpmn:documentation>Display the time</bpmn:documentation>
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>## Time
|
||||
### Some Time: {{ some_time }}
|
||||
### Timezone: {{ timezone }}
|
||||
### Localtime: {{ localtime }}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1gcfk27</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0dcc306</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:sequenceFlow id="Flow_10y2eax" sourceRef="Activity_GetTimezone" targetRef="Activity_GetTime" />
|
||||
<bpmn:userTask id="Activity_GetTimezone" name="Get Timezone">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="test_get_localtime.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0ijucqh</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_10y2eax</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_LocalTime">
|
||||
<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_1ahvmya_di" bpmnElement="Activity_GetTime">
|
||||
<dc:Bounds x="430" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1c50ix7_di" bpmnElement="Event_1c50ix7">
|
||||
<dc:Bounds x="752" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1gfsyxd_di" bpmnElement="Activity_DisplayTime">
|
||||
<dc:Bounds x="590" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1x3u69s_di" bpmnElement="Activity_GetTimezone">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0ijucqh_di" bpmnElement="Flow_0ijucqh">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1gcfk27_di" bpmnElement="Flow_1gcfk27">
|
||||
<di:waypoint x="530" y="177" />
|
||||
<di:waypoint x="590" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0dcc306_di" bpmnElement="Flow_0dcc306">
|
||||
<di:waypoint x="690" y="177" />
|
||||
<di:waypoint x="752" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_10y2eax_di" bpmnElement="Flow_10y2eax">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="430" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Test Get Localtime",
|
||||
"display_name": "Test Get Localtime",
|
||||
"display_order": 1,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "get_localtime.bpmn",
|
||||
"primary_process_id": "Proccess_LocalTime"
|
||||
}
|
@ -1,23 +0,0 @@
|
||||
{
|
||||
"title": "Get Timezone",
|
||||
"description": "Form to select a timezone.",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"timezone"
|
||||
],
|
||||
"properties": {
|
||||
"timezone": {
|
||||
"type": "string",
|
||||
"title": "Timezone",
|
||||
"enum": [
|
||||
"Asia/Dubai",
|
||||
"Australia/ACT",
|
||||
"Australia/Sydney",
|
||||
"Europe/Berlin",
|
||||
"Europe/Stockholm",
|
||||
"US/Eastern",
|
||||
"US/Pacific"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -1,53 +0,0 @@
|
||||
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Build_Department_List_BBHR" name="Build Department List from BBHR" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_11u7nrl</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:serviceTask id="Activity_0maxt1y" name="Get Department list from BBHR">
|
||||
<bpmn:documentation>to get list of Depatrtments from BBHR</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_11u7nrl</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1x11s8w</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:scriptTask id="Activity_17utzm6" name="Build Project List from BBHR">
|
||||
<bpmn:documentation>To create Enum list, Project = Department</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_1x11s8w</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0rlsmvi</bpmn:outgoing>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_11u7nrl" sourceRef="StartEvent_1" targetRef="Activity_0maxt1y" />
|
||||
<bpmn:endEvent id="Event_1jhd53a">
|
||||
<bpmn:incoming>Flow_0rlsmvi</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0rlsmvi" sourceRef="Activity_17utzm6" targetRef="Event_1jhd53a" />
|
||||
<bpmn:sequenceFlow id="Flow_1x11s8w" sourceRef="Activity_0maxt1y" targetRef="Activity_17utzm6" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Build_Department_List_BBHR">
|
||||
<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_087nicc_di" bpmnElement="Activity_0maxt1y">
|
||||
<dc:Bounds x="260" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0namoxl_di" bpmnElement="Activity_17utzm6">
|
||||
<dc:Bounds x="410" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1jhd53a_di" bpmnElement="Event_1jhd53a">
|
||||
<dc:Bounds x="562" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_11u7nrl_di" bpmnElement="Flow_11u7nrl">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="260" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0rlsmvi_di" bpmnElement="Flow_0rlsmvi">
|
||||
<di:waypoint x="510" y="177" />
|
||||
<di:waypoint x="562" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1x11s8w_di" bpmnElement="Flow_1x11s8w">
|
||||
<di:waypoint x="360" y="177" />
|
||||
<di:waypoint x="410" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Build Enum List from BBHR",
|
||||
"display_name": "Call Shared: Build Enum List from BBHR",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "build_department_list_bbhr.bpmn",
|
||||
"primary_process_id": "Build_Department_List_BBHR"
|
||||
}
|
@ -1,69 +0,0 @@
|
||||
<?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:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" camunda:diagramRelationId="90585b47-c41e-4414-8a35-65e0247fd456">
|
||||
<bpmn:process id="Define_Approval_Strategy" name="Define Approval Strategy" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1" name="Input for Approval strategy has been gathered">
|
||||
<bpmn:outgoing>Flow_0zfse3j</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:serviceTask id="Activity_1ux86r6" name="Get Team/Project_Lead Info">
|
||||
<bpmn:incoming>Flow_0zfse3j</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_093kc2f</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:endEvent id="Event_1aday4x" name="Approval strategy has been defined">
|
||||
<bpmn:incoming>Flow_1v3yxjj</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0zfse3j" sourceRef="StartEvent_1" targetRef="Activity_1ux86r6" />
|
||||
<bpmn:sequenceFlow id="Flow_093kc2f" sourceRef="Activity_1ux86r6" targetRef="Activity_0qkcxjo" />
|
||||
<bpmn:businessRuleTask id="Activity_0qkcxjo" name="Identify SMEs list">
|
||||
<bpmn:incoming>Flow_093kc2f</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1v3yxjj</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
<bpmn:sequenceFlow id="Flow_1v3yxjj" sourceRef="Activity_0qkcxjo" targetRef="Event_1aday4x" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_1hsid93">
|
||||
<bpmn:text>BBHR</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_0sekykw" sourceRef="Activity_1ux86r6" targetRef="TextAnnotation_1hsid93" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Define_Approval_Strategy">
|
||||
<bpmndi:BPMNShape id="BPMNShape_0j8unwd" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="182" y="162" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="156" y="205" width="88" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1p7ixj1" bpmnElement="Activity_1ux86r6">
|
||||
<dc:Bounds x="290" y="140" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0g7sm2j" bpmnElement="TextAnnotation_1hsid93">
|
||||
<dc:Bounds x="290" y="80" width="100" height="30" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_13zacf3_di" bpmnElement="Activity_0qkcxjo">
|
||||
<dc:Bounds x="460" y="140" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_183roy9" bpmnElement="Event_1aday4x">
|
||||
<dc:Bounds x="622" y="162" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="598" y="205" width="86" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_08ukdn9" bpmnElement="Flow_0zfse3j">
|
||||
<di:waypoint x="218" y="180" />
|
||||
<di:waypoint x="290" y="180" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_1b03gbf" bpmnElement="Flow_093kc2f">
|
||||
<di:waypoint x="390" y="180" />
|
||||
<di:waypoint x="460" y="180" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="BPMNEdge_18ob2wk" bpmnElement="Association_0sekykw">
|
||||
<di:waypoint x="340" y="140" />
|
||||
<di:waypoint x="340" y="110" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1v3yxjj_di" bpmnElement="Flow_1v3yxjj">
|
||||
<di:waypoint x="560" y="180" />
|
||||
<di:waypoint x="622" y="180" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Define Approval Strategy",
|
||||
"display_name": "Call Shared: Define Approval Strategy",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "call-activity-define-approval-strategy.bpmn",
|
||||
"primary_process_id": "Define_Approval_Strategy"
|
||||
}
|
@ -1,90 +0,0 @@
|
||||
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Get_Form_Data" name="Call Shared: Get Form Data" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_16gpvu2</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_16gpvu2" sourceRef="StartEvent_1" targetRef="Activity_1p88bha" />
|
||||
<bpmn:endEvent id="Event_105nl74">
|
||||
<bpmn:incoming>Flow_0ov7amk</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:callActivity id="Activity_1p88bha" name="Call Shared: Build Project List from BBHR" calledElement="Build_Department_List_BBHR">
|
||||
<bpmn:documentation>"Project" = "Department" from BBHR</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_16gpvu2</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1lzimag</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_0y8yr4f" name="Call Shared: Build Enum Lists from Postgres">
|
||||
<bpmn:incoming>Flow_1lzimag</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1sq48fn</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_03xrkjs" name="Call Shared: Build Enum List for Currency">
|
||||
<bpmn:incoming>Flow_1sq48fn</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0ov7amk</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:sequenceFlow id="Flow_1lzimag" sourceRef="Activity_1p88bha" targetRef="Activity_0y8yr4f" />
|
||||
<bpmn:sequenceFlow id="Flow_1sq48fn" sourceRef="Activity_0y8yr4f" targetRef="Activity_03xrkjs" />
|
||||
<bpmn:sequenceFlow id="Flow_0ov7amk" sourceRef="Activity_03xrkjs" targetRef="Event_105nl74" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_0vv9iw0">
|
||||
<bpmn:text>combine fiat currency from Xero and Crypto</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_02o6t7j" sourceRef="Activity_03xrkjs" targetRef="TextAnnotation_0vv9iw0" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_15nko0n">
|
||||
<bpmn:text>Purchase Category, Purchase Sub-Category, Payment method</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_0pnkdfe" sourceRef="Activity_0y8yr4f" targetRef="TextAnnotation_15nko0n" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Get_Form_Data">
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0vv9iw0_di" bpmnElement="TextAnnotation_0vv9iw0">
|
||||
<dc:Bounds x="590" y="70" width="130" height="40" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_15nko0n_di" bpmnElement="TextAnnotation_15nko0n">
|
||||
<dc:Bounds x="410" y="60" width="150" height="50" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_105nl74_di" bpmnElement="Event_105nl74">
|
||||
<dc:Bounds x="762" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0pq4qwe_di" bpmnElement="Activity_1p88bha">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_1wz6cxd" bpmnElement="Activity_0y8yr4f">
|
||||
<dc:Bounds x="430" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0lfntfq" bpmnElement="Activity_03xrkjs">
|
||||
<dc:Bounds x="600" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_02o6t7j_di" bpmnElement="Association_02o6t7j">
|
||||
<di:waypoint x="643" y="137" />
|
||||
<di:waypoint x="637" y="110" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_0pnkdfe_di" bpmnElement="Association_0pnkdfe">
|
||||
<di:waypoint x="480" y="137" />
|
||||
<di:waypoint x="480" y="110" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_16gpvu2_di" bpmnElement="Flow_16gpvu2">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1lzimag_di" bpmnElement="Flow_1lzimag">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="430" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1sq48fn_di" bpmnElement="Flow_1sq48fn">
|
||||
<di:waypoint x="530" y="177" />
|
||||
<di:waypoint x="600" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ov7amk_di" bpmnElement="Flow_0ov7amk">
|
||||
<di:waypoint x="700" y="177" />
|
||||
<di:waypoint x="762" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Get Form Data",
|
||||
"display_name": "Call Shared: Get Form Data",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "get form data.bpmn",
|
||||
"primary_process_id": "Get_Form_Data"
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"admin": false,
|
||||
"description": "Call Activities - Shared",
|
||||
"display_name": "Call Activities - Shared",
|
||||
"display_order": 0,
|
||||
"parent_groups": null,
|
||||
"process_groups": [],
|
||||
"process_models": []
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"admin": false,
|
||||
"description": "Pilot process configs",
|
||||
"display_name": "Requisition Order Management",
|
||||
"display_order": 0,
|
||||
"parent_groups": null,
|
||||
"process_groups": [],
|
||||
"process_models": []
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "WIP - Raise New Demand Request (New Hire)",
|
||||
"display_name": "Raise New Demand Request (Compensation)",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "raise-new-demand-request-fte-to-be-v3.bpmn",
|
||||
"primary_process_id": "New_Role_Request"
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "WIP - Raise New Demand Request (General Procurement requests)",
|
||||
"display_name": "Raise New Demand Request (Procurement)",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "raise-new-demand-request-excl-fte-and-travel-to-be-v5.bpmn",
|
||||
"primary_process_id": "New_Procurement_Request"
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "WIP - Raise New Demand Request (Travel requests)",
|
||||
"display_name": "Raise New Demand Request (Travel)",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "raise-new-demand-request-travel-request-to-be-v2.bpmn",
|
||||
"primary_process_id": "New_Travel_Request"
|
||||
}
|
@ -1,936 +0,0 @@
|
||||
<?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:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" camunda:diagramRelationId="e2ca1956-ba04-4aae-a05b-5712b18fb9da">
|
||||
<bpmn:collaboration id="Collaboration_11kan0p">
|
||||
<bpmn:documentation>Name of the process - Raise New Demand Request
|
||||
|
||||
Process Goal - To collect and review all purchase requests and prepare them for the procurement steps.
|
||||
|
||||
Trigger - Purchase need has been identified by a Core Contributor.
|
||||
|
||||
Customer - Service Units and Core Contributors
|
||||
|
||||
Actors - Core Contributor, Team/Project Lead (Budget Owner),
|
||||
|
||||
Systems/Environment -
|
||||
Data objects -
|
||||
|
||||
Process Description - WIP
|
||||
</bpmn:documentation>
|
||||
<bpmn:participant id="Participant_1cjcby5" name="New Demand Request" processRef="New_Travel_Request">
|
||||
<bpmn:documentation>Name of the process - Raise Travel Request
|
||||
Process Goal - Get approval for the traveling and expenses associated
|
||||
Trigger - Event date is approaching/an event has been identified
|
||||
Actors - Core Contributor, Project/Team Lead, PeopleOps Partner, Finance manager
|
||||
Customer - Core Contributor, PeopleOps partner
|
||||
Steps and decision points -
|
||||
Data objects - New Demand Request, Budget
|
||||
Systems/Environment - Spiff, BBHR, StatusApp, GSheets?</bpmn:documentation>
|
||||
</bpmn:participant>
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="New_Travel_Request" isExecutable="true">
|
||||
<bpmn:documentation>https://www.notion.so/Raise-New-Demand-Request-Travel-06db3450784e4320adb425688d8dbe3f</bpmn:documentation>
|
||||
<bpmn:laneSet id="LaneSet_0suizaw">
|
||||
<bpmn:lane id="Lane_1tozxks" name="Budget Owner">
|
||||
<bpmn:flowNodeRef>Gateway_1k61xs7</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_12tt6fj</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0moag4v</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_05470yw</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_14fif5h</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0klocsj</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_0ry9118</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_04utv09</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_057tit8</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1a63r3x</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_1d1z27s</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1oyx0u3</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_1mrq305" name="Core Contributor">
|
||||
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0rfep3p</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_14j5ul9</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_05le46k</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_0iwcrxf</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_0kqyhb0</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_04uftwi</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0jhske2</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0fid0s2</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_1fvwi9n</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_18vuhhf</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0yi6n6n</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_1dfvwgx</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_1v4rxu0</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0tt12kf</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_0mcmk2b</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_0scax7o</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_1i8r1i2</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_1g0fyse</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_1xs01k4</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_0txefzi" name="PeopleOps Partner">
|
||||
<bpmn:flowNodeRef>Event_1t6m3yh</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0q98cm9</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_1j55qwu</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0zszjko</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1s3p42s</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1w5tu4w</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1b4cvmw</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0r84cpb</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_05wvlyg</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
</bpmn:laneSet>
|
||||
<bpmn:startEvent id="StartEvent_1" name="CC's travel need for Status has been identified">
|
||||
<bpmn:outgoing>Flow_0mbb848</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:callActivity id="Activity_0rfep3p" name="Call Shared: Get Form Data" calledElement="Get_Form_Data">
|
||||
<bpmn:incoming>Flow_0mbb848</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0v7se5y</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:sequenceFlow id="Flow_0mbb848" sourceRef="StartEvent_1" targetRef="Activity_0rfep3p" />
|
||||
<bpmn:sequenceFlow id="Flow_0v7se5y" sourceRef="Activity_0rfep3p" targetRef="Gateway_14j5ul9" />
|
||||
<bpmn:sequenceFlow id="Flow_1ipb2ul" sourceRef="Activity_05le46k" targetRef="Gateway_0iwcrxf" />
|
||||
<bpmn:sequenceFlow id="Flow_0cznde0" sourceRef="Activity_1v4rxu0" targetRef="Event_0mcmk2b" />
|
||||
<bpmn:sequenceFlow id="Flow_0vw379z" sourceRef="Activity_0tt12kf" targetRef="Gateway_1g0fyse" />
|
||||
<bpmn:sequenceFlow id="Flow_0hpzx53" name="Accommodation" sourceRef="Gateway_0iwcrxf" targetRef="Activity_0fid0s2" />
|
||||
<bpmn:sequenceFlow id="Flow_0sn1b3k" name="Flights" sourceRef="Gateway_0iwcrxf" targetRef="Activity_0jhske2" />
|
||||
<bpmn:sequenceFlow id="Flow_1ydkj7x" name="Transportation" sourceRef="Gateway_0iwcrxf" targetRef="Activity_1fvwi9n" />
|
||||
<bpmn:sequenceFlow id="Flow_1yd4u6b" name="Meals" sourceRef="Gateway_0iwcrxf" targetRef="Activity_04uftwi" />
|
||||
<bpmn:sequenceFlow id="Flow_1ggeeyf" name="Tickets" sourceRef="Gateway_0iwcrxf" targetRef="Activity_18vuhhf" />
|
||||
<bpmn:sequenceFlow id="Flow_0mw61by" sourceRef="Activity_0fid0s2" targetRef="Gateway_0kqyhb0" />
|
||||
<bpmn:sequenceFlow id="Flow_15jbopb" sourceRef="Activity_04uftwi" targetRef="Gateway_0kqyhb0" />
|
||||
<bpmn:sequenceFlow id="Flow_0mcrbva" sourceRef="Activity_0jhske2" targetRef="Gateway_0kqyhb0" />
|
||||
<bpmn:sequenceFlow id="Flow_008xbhz" sourceRef="Activity_1fvwi9n" targetRef="Gateway_0kqyhb0" />
|
||||
<bpmn:sequenceFlow id="Flow_11q18td" sourceRef="Activity_18vuhhf" targetRef="Gateway_0kqyhb0" />
|
||||
<bpmn:sequenceFlow id="Flow_1qb7cb6" sourceRef="Gateway_0kqyhb0" targetRef="Activity_1dfvwgx" />
|
||||
<bpmn:sequenceFlow id="Flow_0jxiatt" sourceRef="Activity_1i8r1i2" targetRef="Event_0scax7o" />
|
||||
<bpmn:sequenceFlow id="Flow_0u9k2wx" sourceRef="Activity_14fif5h" targetRef="Activity_0moag4v" />
|
||||
<bpmn:sequenceFlow id="Flow_0b5yksq" name="Additional info is required" sourceRef="Gateway_05470yw" targetRef="Gateway_1k61xs7" />
|
||||
<bpmn:sequenceFlow id="Flow_0ck5jwb" name="Additional info is required" sourceRef="Gateway_1j55qwu" targetRef="Gateway_1k61xs7" />
|
||||
<bpmn:sequenceFlow id="Flow_12bnhp1" name="Rejected" sourceRef="Gateway_05470yw" targetRef="Event_0ry9118" />
|
||||
<bpmn:sequenceFlow id="Flow_0hkgrae" sourceRef="Activity_0zszjko" targetRef="Gateway_1j55qwu" />
|
||||
<bpmn:sequenceFlow id="Flow_1s2ql8h" name="Rejected" sourceRef="Gateway_1j55qwu" targetRef="Event_1b4cvmw" />
|
||||
<bpmn:sequenceFlow id="Flow_0j8pv5q" name="Approved" sourceRef="Gateway_1j55qwu" targetRef="Event_1w5tu4w" />
|
||||
<bpmn:exclusiveGateway id="Gateway_14j5ul9">
|
||||
<bpmn:incoming>Flow_0v7se5y</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_17tshyf</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_17tshyf" sourceRef="Gateway_14j5ul9" targetRef="Activity_05le46k" />
|
||||
<bpmn:userTask id="Activity_05le46k" name="Submit a New Travel request">
|
||||
<bpmn:documentation>https://www.figma.com/file/9NP2BUoLuwHUCGStvDMgOw/Form?node-id=0%3A1&t=LWR3p6ApVs4DqSSD-0</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_17tshyf</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_02l4yqt</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0xw1gem</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ipb2ul</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_0itfogn">
|
||||
<bpmn:targetRef>DataObjectReference_070iy0o</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:userTask>
|
||||
<bpmn:inclusiveGateway id="Gateway_0iwcrxf" name="Sub-categories selected">
|
||||
<bpmn:incoming>Flow_1ipb2ul</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0hpzx53</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0sn1b3k</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1ydkj7x</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1yd4u6b</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1ggeeyf</bpmn:outgoing>
|
||||
</bpmn:inclusiveGateway>
|
||||
<bpmn:inclusiveGateway id="Gateway_0kqyhb0">
|
||||
<bpmn:incoming>Flow_0mw61by</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_15jbopb</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0mcrbva</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_008xbhz</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_11q18td</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1qb7cb6</bpmn:outgoing>
|
||||
</bpmn:inclusiveGateway>
|
||||
<bpmn:userTask id="Activity_04uftwi" name="Submit Meals">
|
||||
<bpmn:incoming>Flow_1yd4u6b</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_15jbopb</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="Activity_0jhske2" name="Submit Flights">
|
||||
<bpmn:incoming>Flow_0sn1b3k</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0mcrbva</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="Activity_0fid0s2" name="Submit Accommodation">
|
||||
<bpmn:incoming>Flow_0hpzx53</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0mw61by</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="Activity_1fvwi9n" name="Submit Transportation">
|
||||
<bpmn:incoming>Flow_1ydkj7x</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_008xbhz</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:userTask id="Activity_18vuhhf" name="Submit Tickets">
|
||||
<bpmn:incoming>Flow_1ggeeyf</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_11q18td</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_0irl5s5" sourceRef="Event_0scax7o" targetRef="Activity_14fif5h" />
|
||||
<bpmn:sequenceFlow id="Flow_0xxa78z" sourceRef="Activity_0moag4v" targetRef="Gateway_05470yw" />
|
||||
<bpmn:sequenceFlow id="Flow_07lq3en" sourceRef="Activity_0klocsj" targetRef="Event_12tt6fj" />
|
||||
<bpmn:sequenceFlow id="Flow_1j54ncr" name="Approved" sourceRef="Gateway_05470yw" targetRef="Event_04utv09" />
|
||||
<bpmn:sequenceFlow id="Flow_0wnumhn" sourceRef="Activity_057tit8" targetRef="Event_1a63r3x" />
|
||||
<bpmn:sequenceFlow id="Flow_10nexen" sourceRef="Event_1a63r3x" targetRef="Activity_0zszjko" />
|
||||
<bpmn:sequenceFlow id="Flow_0mjxdwu" sourceRef="Activity_0q98cm9" targetRef="Event_1t6m3yh" />
|
||||
<bpmn:sequenceFlow id="Flow_0evmlil" sourceRef="Activity_0r84cpb" targetRef="Event_1s3p42s" />
|
||||
<bpmn:sequenceFlow id="Flow_1svl4e2" sourceRef="Activity_0yi6n6n" targetRef="Gateway_1k61xs7" />
|
||||
<bpmn:sequenceFlow id="Flow_02l4yqt" sourceRef="Activity_0yi6n6n" targetRef="Activity_05le46k" />
|
||||
<bpmn:serviceTask id="Activity_0yi6n6n" name="Additional info - Send Waku message to CC">
|
||||
<bpmn:outgoing>Flow_1svl4e2</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_02l4yqt</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_0l83tqf">
|
||||
<bpmn:targetRef>DataObjectReference_08v14vn</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_08v14vn" name="Message Additional Info" dataObjectRef="message_Additional_info" />
|
||||
<bpmn:sequenceFlow id="Flow_15mb4wr" sourceRef="Event_0mcmk2b" targetRef="Activity_0tt12kf" />
|
||||
<bpmn:exclusiveGateway id="Gateway_1k61xs7">
|
||||
<bpmn:incoming>Flow_0b5yksq</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0ck5jwb</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1svl4e2</bpmn:incoming>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0p8pykp" sourceRef="Event_0ry9118" targetRef="Activity_0klocsj" />
|
||||
<bpmn:sequenceFlow id="Flow_0te1qzm" sourceRef="Event_04utv09" targetRef="Gateway_1d1z27s" />
|
||||
<bpmn:sequenceFlow id="Flow_0wa76lf" sourceRef="Event_1w5tu4w" targetRef="Activity_0q98cm9" />
|
||||
<bpmn:sequenceFlow id="Flow_13dojnu" sourceRef="Event_1b4cvmw" targetRef="Activity_0r84cpb" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_12gd7nc" dataObjectRef="message_Request_Rejected" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0pe0se7" dataObjectRef="New_Demand_Request" />
|
||||
<bpmn:dataObject id="message_Additional_info" />
|
||||
<bpmn:sequenceFlow id="Flow_0xqd7t2" sourceRef="Gateway_1g0fyse" targetRef="Activity_1i8r1i2" />
|
||||
<bpmn:sequenceFlow id="Flow_16bq3s4" sourceRef="Event_1oyx0u3" targetRef="Gateway_1g0fyse" />
|
||||
<bpmn:sequenceFlow id="Flow_0pyprx1" sourceRef="Gateway_1d1z27s" targetRef="Activity_057tit8" />
|
||||
<bpmn:sequenceFlow id="Flow_0qjvcfe" sourceRef="Event_05wvlyg" targetRef="Gateway_1d1z27s" />
|
||||
<bpmn:sequenceFlow id="Flow_16xbljt" sourceRef="Activity_1dfvwgx" targetRef="Gateway_1xs01k4" />
|
||||
<bpmn:userTask id="Activity_1dfvwgx" name="Show Review">
|
||||
<bpmn:incoming>Flow_1qb7cb6</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_16xbljt</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:scriptTask id="Activity_1v4rxu0" name="Group info">
|
||||
<bpmn:documentation>to consolidate info for Approver</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_0smwz5e</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0cznde0</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_1v4h8k8">
|
||||
<bpmn:targetRef>DataObjectReference_1fmxy5c</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_1fmxy5c" name="New Demand Request" dataObjectRef="New_Demand_Request" />
|
||||
<bpmn:callActivity id="Activity_0tt12kf" name="Call Shared: Define Approval strategy" calledElement="Define_Approval_Strategy">
|
||||
<bpmn:incoming>Flow_15mb4wr</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0vw379z</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:intermediateThrowEvent id="Event_0mcmk2b" name="New Demand Request is submitted">
|
||||
<bpmn:incoming>Flow_0cznde0</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_15mb4wr</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:endEvent id="Event_12tt6fj" name="The Request has been Rejected">
|
||||
<bpmn:incoming>Flow_07lq3en</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0leto91" name="Message Request Approval" dataObjectRef="message_Request_Approval" />
|
||||
<bpmn:dataObject id="message_Request_Approval" />
|
||||
<bpmn:intermediateThrowEvent id="Event_0scax7o" name="Request is sent for Project Lead Approval">
|
||||
<bpmn:incoming>Flow_0jxiatt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0irl5s5</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:serviceTask id="Activity_1i8r1i2" name="Send Waku message to Budget Owner">
|
||||
<bpmn:documentation>check messages section here - https://www.notion.so/Raise-New-Demand-Request-Travel-06db3450784e4320adb425688d8dbe3f</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_0xqd7t2</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0jxiatt</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_0tvpg45">
|
||||
<bpmn:targetRef>DataObjectReference_0leto91</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:manualTask id="Activity_0moag4v" name="Request Additional Budget">
|
||||
<bpmn:incoming>Flow_0u9k2wx</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0xxa78z</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
<bpmn:exclusiveGateway id="Gateway_05470yw">
|
||||
<bpmn:incoming>Flow_0xxa78z</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_12bnhp1</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0b5yksq</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1j54ncr</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:userTask id="Activity_14fif5h" name="Review the request">
|
||||
<bpmn:documentation>https://www.figma.com/file/9NP2BUoLuwHUCGStvDMgOw/Form?node-id=0%3A1&t=LWR3p6ApVs4DqSSD-0</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_0irl5s5</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0u9k2wx</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_1clug1u">
|
||||
<bpmn:targetRef>DataObjectReference_0yzc2w4</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:userTask>
|
||||
<bpmn:serviceTask id="Activity_0klocsj" name="Rejected - Send Waku message to CC">
|
||||
<bpmn:documentation>check messages section here - https://www.notion.so/Raise-New-Demand-Request-Travel-06db3450784e4320adb425688d8dbe3f</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_0p8pykp</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_07lq3en</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_1env96g">
|
||||
<bpmn:targetRef>DataObjectReference_0muynhw</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:intermediateThrowEvent id="Event_0ry9118" name="Rejected by Project/Team Lead">
|
||||
<bpmn:incoming>Flow_12bnhp1</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0p8pykp</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:intermediateThrowEvent id="Event_04utv09" name="Approved by Project/Team Lead">
|
||||
<bpmn:incoming>Flow_1j54ncr</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0te1qzm</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0yzc2w4" name="New Demand Request" dataObjectRef="New_Demand_Request" />
|
||||
<bpmn:exclusiveGateway id="Gateway_1g0fyse">
|
||||
<bpmn:incoming>Flow_0vw379z</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_16bq3s4</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0xqd7t2</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:endEvent id="Event_1t6m3yh" name="The Request has been Approved">
|
||||
<bpmn:incoming>Flow_0mjxdwu</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:serviceTask id="Activity_0q98cm9" name="Approved - Send Waku message to CC">
|
||||
<bpmn:documentation>check messages section here - https://www.notion.so/Raise-New-Demand-Request-Travel-06db3450784e4320adb425688d8dbe3f</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_0wa76lf</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0mjxdwu</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_0vhtb7x">
|
||||
<bpmn:targetRef>DataObjectReference_1xbeykt</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_11lhxd6" name="Message Request P Ops" dataObjectRef="message_Request_POps" />
|
||||
<bpmn:dataObject id="message_Request_POps" />
|
||||
<bpmn:serviceTask id="Activity_057tit8" name="Send Waku message to PeopleOps">
|
||||
<bpmn:documentation>check messages section here - https://www.notion.so/Raise-New-Demand-Request-Travel-06db3450784e4320adb425688d8dbe3f</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_0pyprx1</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0wnumhn</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_0rzdmkt">
|
||||
<bpmn:targetRef>DataObjectReference_11lhxd6</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:intermediateThrowEvent id="Event_1a63r3x" name="PeopleOps review">
|
||||
<bpmn:incoming>Flow_0wnumhn</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_10nexen</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:exclusiveGateway id="Gateway_1j55qwu">
|
||||
<bpmn:incoming>Flow_0hkgrae</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0j8pv5q</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1s2ql8h</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0ck5jwb</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:userTask id="Activity_0zszjko" name="Review the Request">
|
||||
<bpmn:documentation>https://www.figma.com/file/9NP2BUoLuwHUCGStvDMgOw/Form?node-id=0%3A1&t=LWR3p6ApVs4DqSSD-0</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_10nexen</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0hkgrae</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_0gg28mj">
|
||||
<bpmn:targetRef>DataObjectReference_0rdxajs</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:userTask>
|
||||
<bpmn:endEvent id="Event_1s3p42s" name="The Request has been Rejected">
|
||||
<bpmn:incoming>Flow_0evmlil</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:intermediateThrowEvent id="Event_1w5tu4w" name="Approved by PeopleOps partner">
|
||||
<bpmn:incoming>Flow_0j8pv5q</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0wa76lf</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:intermediateThrowEvent id="Event_1b4cvmw" name="Rejected by PeopleOps partner">
|
||||
<bpmn:incoming>Flow_1s2ql8h</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_13dojnu</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0rdxajs" name="New Demand Request" dataObjectRef="New_Demand_Request" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0muynhw" name="Message Request Rejected" dataObjectRef="message_Request_Rejected" />
|
||||
<bpmn:exclusiveGateway id="Gateway_1d1z27s">
|
||||
<bpmn:incoming>Flow_0te1qzm</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_0qjvcfe</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0pyprx1</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:serviceTask id="Activity_0r84cpb" name="Rejected - Send Waku message to CC">
|
||||
<bpmn:documentation>check messages section here - https://www.notion.so/Raise-New-Demand-Request-Travel-06db3450784e4320adb425688d8dbe3f</bpmn:documentation>
|
||||
<bpmn:incoming>Flow_13dojnu</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0evmlil</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_1b01zok">
|
||||
<bpmn:targetRef>DataObjectReference_1pw850e</bpmn:targetRef>
|
||||
</bpmn:dataOutputAssociation>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_1pw850e" name="Message Request Rejected" dataObjectRef="message_Request_Rejected" />
|
||||
<bpmn:dataObject id="message_Request_Rejected" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_1xbeykt" name="Message Request Approved" dataObjectRef="message_Request_Approved" />
|
||||
<bpmn:dataObject id="message_Request_Approved" />
|
||||
<bpmn:boundaryEvent id="Event_05wvlyg" name="1 day" attachedToRef="Activity_0zszjko">
|
||||
<bpmn:outgoing>Flow_0qjvcfe</bpmn:outgoing>
|
||||
<bpmn:timerEventDefinition id="TimerEventDefinition_1m3lmrg" />
|
||||
</bpmn:boundaryEvent>
|
||||
<bpmn:boundaryEvent id="Event_1oyx0u3" name="1 day" attachedToRef="Activity_14fif5h">
|
||||
<bpmn:outgoing>Flow_16bq3s4</bpmn:outgoing>
|
||||
<bpmn:timerEventDefinition id="TimerEventDefinition_0ao8njb" />
|
||||
</bpmn:boundaryEvent>
|
||||
<bpmn:exclusiveGateway id="Gateway_1xs01k4" name="Coorect?">
|
||||
<bpmn:incoming>Flow_16xbljt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0smwz5e</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0xw1gem</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:sequenceFlow id="Flow_0smwz5e" sourceRef="Gateway_1xs01k4" targetRef="Activity_1v4rxu0" />
|
||||
<bpmn:dataObjectReference id="DataObjectReference_070iy0o" name="New Demand Request" dataObjectRef="New_Demand_Request">
|
||||
<bpmn:documentation>https://docs.google.com/spreadsheets/d/1bcYVeNupdy0W0h7tg5vXSiZRHdqIXyEREmRA1rNl--o/edit#gid=1736626389</bpmn:documentation>
|
||||
</bpmn:dataObjectReference>
|
||||
<bpmn:dataObject id="New_Demand_Request" />
|
||||
<bpmn:sequenceFlow id="Flow_0xw1gem" name="No" sourceRef="Gateway_1xs01k4" targetRef="Activity_05le46k" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_0ygggal">
|
||||
<bpmn:text>Orgdata from BBHR, Categories from a DB, Currencies from Xero</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_1aqc55e" sourceRef="Activity_0rfep3p" targetRef="TextAnnotation_0ygggal" />
|
||||
<bpmn:textAnnotation id="TextAnnotation_0rxyqkg">
|
||||
<bpmn:text>Typeform</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_0smlglp" sourceRef="Activity_0moag4v" targetRef="TextAnnotation_0rxyqkg" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_11kan0p">
|
||||
<bpmndi:BPMNShape id="Participant_1cjcby5_di" bpmnElement="Participant_1cjcby5" isHorizontal="true">
|
||||
<dc:Bounds x="152" y="260" width="3398" height="1860" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0txefzi_di" bpmnElement="Lane_0txefzi" isHorizontal="true">
|
||||
<dc:Bounds x="182" y="1540" width="3368" height="580" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1mrq305_di" bpmnElement="Lane_1mrq305" isHorizontal="true">
|
||||
<dc:Bounds x="182" y="260" width="3368" height="760" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1tozxks_di" bpmnElement="Lane_1tozxks" isHorizontal="true">
|
||||
<dc:Bounds x="182" y="1020" width="3368" height="520" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0rxyqkg_di" bpmnElement="TextAnnotation_0rxyqkg">
|
||||
<dc:Bounds x="2270" y="1230" width="100" height="30" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="242" y="642" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="221" y="685" width="81" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0zd355v_di" bpmnElement="Activity_0rfep3p">
|
||||
<dc:Bounds x="330" y="620" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_14j5ul9_di" bpmnElement="Gateway_14j5ul9" isMarkerVisible="true">
|
||||
<dc:Bounds x="485" y="635" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1074h4c_di" bpmnElement="Activity_05le46k">
|
||||
<dc:Bounds x="610" y="620" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1a9iuj5_di" bpmnElement="Gateway_0iwcrxf">
|
||||
<dc:Bounds x="815" y="635" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="757" y="681" width="74" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1z080ny_di" bpmnElement="Gateway_0kqyhb0">
|
||||
<dc:Bounds x="1165" y="635" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1xywxt5_di" bpmnElement="Activity_04uftwi">
|
||||
<dc:Bounds x="980" y="300" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_04xami7_di" bpmnElement="Activity_0jhske2">
|
||||
<dc:Bounds x="980" y="440" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0lq4kxe_di" bpmnElement="Activity_0fid0s2">
|
||||
<dc:Bounds x="980" y="620" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1boyhah_di" bpmnElement="Activity_1fvwi9n">
|
||||
<dc:Bounds x="980" y="760" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1a7vipp_di" bpmnElement="Activity_18vuhhf">
|
||||
<dc:Bounds x="980" y="890" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_10m8yh4_di" bpmnElement="Activity_0yi6n6n">
|
||||
<dc:Bounds x="610" y="800" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_08v14vn_di" bpmnElement="DataObjectReference_08v14vn">
|
||||
<dc:Bounds x="532" y="825" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="516" y="882" width="70" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1k61xs7_di" bpmnElement="Gateway_1k61xs7" isMarkerVisible="true">
|
||||
<dc:Bounds x="635" y="1445" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0ygggal_di" bpmnElement="TextAnnotation_0ygggal">
|
||||
<dc:Bounds x="290" y="510" width="140" height="57" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0q3xj4f_di" bpmnElement="Activity_1dfvwgx">
|
||||
<dc:Bounds x="1270" y="620" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0uvky0a_di" bpmnElement="Activity_1v4rxu0">
|
||||
<dc:Bounds x="1570" y="620" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1fmxy5c_di" bpmnElement="DataObjectReference_1fmxy5c">
|
||||
<dc:Bounds x="1602" y="525" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1587" y="488" width="67" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1trh55u_di" bpmnElement="Activity_0tt12kf">
|
||||
<dc:Bounds x="1820" y="620" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0mcmk2b_di" bpmnElement="Event_0mcmk2b">
|
||||
<dc:Bounds x="1722" y="642" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1707" y="685" width="67" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1u50487_di" bpmnElement="Event_12tt6fj">
|
||||
<dc:Bounds x="2442" y="1042" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2348" y="1046" width="84" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_0leto91_di" bpmnElement="DataObjectReference_0leto91">
|
||||
<dc:Bounds x="2132" y="525" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2109" y="486" width="89" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0scax7o_di" bpmnElement="Event_0scax7o">
|
||||
<dc:Bounds x="2132" y="762" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2181" y="760" width="78" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_078lr4q_di" bpmnElement="Activity_1i8r1i2">
|
||||
<dc:Bounds x="2100" y="620" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0gd8rxl" bpmnElement="Activity_0moag4v">
|
||||
<dc:Bounds x="2270" y="1290" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_05470yw_di" bpmnElement="Gateway_05470yw" isMarkerVisible="true">
|
||||
<dc:Bounds x="2435" y="1305" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="687.5" y="605" width="65" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1dg2cxw_di" bpmnElement="Activity_14fif5h">
|
||||
<dc:Bounds x="2100" y="1290" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0qkkg1q_di" bpmnElement="Activity_0klocsj">
|
||||
<dc:Bounds x="2410" y="1120" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0ry9118_di" bpmnElement="Event_0ry9118">
|
||||
<dc:Bounds x="2442" y="1227" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2487" y="1230" width="65" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_04utv09_di" bpmnElement="Event_04utv09">
|
||||
<dc:Bounds x="2552" y="1312" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2538" y="1355" width="65" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_0yzc2w4_di" bpmnElement="DataObjectReference_0yzc2w4">
|
||||
<dc:Bounds x="2082" y="1185" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2067" y="1242" width="67" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1g0fyse_di" bpmnElement="Gateway_1g0fyse" isMarkerVisible="true">
|
||||
<dc:Bounds x="1985" y="635" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0xzmep7_di" bpmnElement="Event_1t6m3yh">
|
||||
<dc:Bounds x="3002" y="1592" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3048" y="1596" width="84" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1t6u8md_di" bpmnElement="Activity_0q98cm9">
|
||||
<dc:Bounds x="2970" y="1680" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_11lhxd6_di" bpmnElement="DataObjectReference_11lhxd6">
|
||||
<dc:Bounds x="2742" y="1205" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2715" y="1166" width="89" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1izfbmj_di" bpmnElement="Activity_057tit8">
|
||||
<dc:Bounds x="2710" y="1290" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1a63r3x_di" bpmnElement="Event_1a63r3x">
|
||||
<dc:Bounds x="2862" y="1312" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2835" y="1288" width="90" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1j55qwu_di" bpmnElement="Gateway_1j55qwu" isMarkerVisible="true">
|
||||
<dc:Bounds x="2995" y="1855" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1f62h9q_di" bpmnElement="Activity_0zszjko">
|
||||
<dc:Bounds x="2830" y="1840" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0xt1l6a_di" bpmnElement="Event_1s3p42s">
|
||||
<dc:Bounds x="3382" y="1862" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3418" y="1846" width="84" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1w5tu4w_di" bpmnElement="Event_1w5tu4w">
|
||||
<dc:Bounds x="3002" y="1792" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3049" y="1790" width="62" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1b4cvmw_di" bpmnElement="Event_1b4cvmw">
|
||||
<dc:Bounds x="3112" y="1862" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3101" y="1905" width="59" height="40" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0bbtyxi" bpmnElement="DataObjectReference_0rdxajs">
|
||||
<dc:Bounds x="2812" y="1745" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2798" y="1706" width="67" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_0muynhw_di" bpmnElement="DataObjectReference_0muynhw">
|
||||
<dc:Bounds x="2532" y="1045" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2506" y="1102" width="89" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1d1z27s_di" bpmnElement="Gateway_1d1z27s" isMarkerVisible="true">
|
||||
<dc:Bounds x="2625" y="1305" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0nu0j5u_di" bpmnElement="Activity_0r84cpb">
|
||||
<dc:Bounds x="3220" y="1840" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1pw850e_di" bpmnElement="DataObjectReference_1pw850e">
|
||||
<dc:Bounds x="3252" y="1745" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3225" y="1708" width="89" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_1xbeykt_di" bpmnElement="DataObjectReference_1xbeykt">
|
||||
<dc:Bounds x="3112" y="1689" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3087" y="1746" width="89" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1xs01k4_di" bpmnElement="Gateway_1xs01k4" isMarkerVisible="true">
|
||||
<dc:Bounds x="1435" y="635" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1438" y="692" width="45" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_070iy0o_di" bpmnElement="DataObjectReference_070iy0o">
|
||||
<dc:Bounds x="542" y="519" width="36" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="530" y="486" width="67" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Association_0smlglp_di" bpmnElement="Association_0smlglp">
|
||||
<di:waypoint x="2321" y="1290" />
|
||||
<di:waypoint x="2320" y="1260" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="Event_1ax7tqn_di" bpmnElement="Event_05wvlyg">
|
||||
<dc:Bounds x="2892" y="1902" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2866" y="1933" width="27" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1om0837_di" bpmnElement="Event_1oyx0u3">
|
||||
<dc:Bounds x="2162" y="1352" width="36" height="36" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2146" y="1395" width="27" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0mbb848_di" bpmnElement="Flow_0mbb848">
|
||||
<di:waypoint x="278" y="660" />
|
||||
<di:waypoint x="330" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0v7se5y_di" bpmnElement="Flow_0v7se5y">
|
||||
<di:waypoint x="430" y="660" />
|
||||
<di:waypoint x="485" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ipb2ul_di" bpmnElement="Flow_1ipb2ul">
|
||||
<di:waypoint x="710" y="660" />
|
||||
<di:waypoint x="815" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0cznde0_di" bpmnElement="Flow_0cznde0">
|
||||
<di:waypoint x="1670" y="660" />
|
||||
<di:waypoint x="1722" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0vw379z_di" bpmnElement="Flow_0vw379z">
|
||||
<di:waypoint x="1920" y="660" />
|
||||
<di:waypoint x="1985" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0hpzx53_di" bpmnElement="Flow_0hpzx53">
|
||||
<di:waypoint x="865" y="660" />
|
||||
<di:waypoint x="980" y="660" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="883" y="642" width="79" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0sn1b3k_di" bpmnElement="Flow_0sn1b3k">
|
||||
<di:waypoint x="840" y="635" />
|
||||
<di:waypoint x="840" y="480" />
|
||||
<di:waypoint x="980" y="480" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="863" y="463" width="33" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ydkj7x_di" bpmnElement="Flow_1ydkj7x">
|
||||
<di:waypoint x="840" y="685" />
|
||||
<di:waypoint x="840" y="800" />
|
||||
<di:waypoint x="980" y="800" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="884" y="773" width="71" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1yd4u6b_di" bpmnElement="Flow_1yd4u6b">
|
||||
<di:waypoint x="840" y="635" />
|
||||
<di:waypoint x="840" y="340" />
|
||||
<di:waypoint x="980" y="340" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="854" y="323" width="30" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ggeeyf_di" bpmnElement="Flow_1ggeeyf">
|
||||
<di:waypoint x="840" y="685" />
|
||||
<di:waypoint x="840" y="930" />
|
||||
<di:waypoint x="980" y="930" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="902" y="903" width="35" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0mw61by_di" bpmnElement="Flow_0mw61by">
|
||||
<di:waypoint x="1080" y="660" />
|
||||
<di:waypoint x="1165" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_15jbopb_di" bpmnElement="Flow_15jbopb">
|
||||
<di:waypoint x="1080" y="340" />
|
||||
<di:waypoint x="1190" y="340" />
|
||||
<di:waypoint x="1190" y="635" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0mcrbva_di" bpmnElement="Flow_0mcrbva">
|
||||
<di:waypoint x="1080" y="480" />
|
||||
<di:waypoint x="1190" y="480" />
|
||||
<di:waypoint x="1190" y="635" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_008xbhz_di" bpmnElement="Flow_008xbhz">
|
||||
<di:waypoint x="1080" y="800" />
|
||||
<di:waypoint x="1190" y="800" />
|
||||
<di:waypoint x="1190" y="685" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_11q18td_di" bpmnElement="Flow_11q18td">
|
||||
<di:waypoint x="1080" y="930" />
|
||||
<di:waypoint x="1190" y="930" />
|
||||
<di:waypoint x="1190" y="685" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1qb7cb6_di" bpmnElement="Flow_1qb7cb6">
|
||||
<di:waypoint x="1215" y="660" />
|
||||
<di:waypoint x="1270" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0jxiatt_di" bpmnElement="Flow_0jxiatt">
|
||||
<di:waypoint x="2150" y="700" />
|
||||
<di:waypoint x="2150" y="762" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0u9k2wx_di" bpmnElement="Flow_0u9k2wx">
|
||||
<di:waypoint x="2200" y="1330" />
|
||||
<di:waypoint x="2270" y="1330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0b5yksq_di" bpmnElement="Flow_0b5yksq">
|
||||
<di:waypoint x="2460" y="1355" />
|
||||
<di:waypoint x="2460" y="1470" />
|
||||
<di:waypoint x="685" y="1470" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2369" y="1432" width="81" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ck5jwb_di" bpmnElement="Flow_0ck5jwb">
|
||||
<di:waypoint x="3020" y="1905" />
|
||||
<di:waypoint x="3020" y="2010" />
|
||||
<di:waypoint x="660" y="2010" />
|
||||
<di:waypoint x="660" y="1495" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2919" y="1976" width="81" height="27" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_12bnhp1_di" bpmnElement="Flow_12bnhp1">
|
||||
<di:waypoint x="2460" y="1305" />
|
||||
<di:waypoint x="2460" y="1263" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2408" y="1278" width="44" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0hkgrae_di" bpmnElement="Flow_0hkgrae">
|
||||
<di:waypoint x="2930" y="1880" />
|
||||
<di:waypoint x="2995" y="1880" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1s2ql8h_di" bpmnElement="Flow_1s2ql8h">
|
||||
<di:waypoint x="3045" y="1880" />
|
||||
<di:waypoint x="3112" y="1880" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="3058" y="1862" width="44" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0j8pv5q_di" bpmnElement="Flow_0j8pv5q">
|
||||
<di:waypoint x="3020" y="1855" />
|
||||
<di:waypoint x="3020" y="1828" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2966" y="1847" width="48" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_17tshyf_di" bpmnElement="Flow_17tshyf">
|
||||
<di:waypoint x="535" y="660" />
|
||||
<di:waypoint x="610" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0irl5s5_di" bpmnElement="Flow_0irl5s5">
|
||||
<di:waypoint x="2150" y="798" />
|
||||
<di:waypoint x="2150" y="1290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0xxa78z_di" bpmnElement="Flow_0xxa78z">
|
||||
<di:waypoint x="2370" y="1330" />
|
||||
<di:waypoint x="2435" y="1330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_07lq3en_di" bpmnElement="Flow_07lq3en">
|
||||
<di:waypoint x="2460" y="1120" />
|
||||
<di:waypoint x="2460" y="1078" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1j54ncr_di" bpmnElement="Flow_1j54ncr">
|
||||
<di:waypoint x="2485" y="1330" />
|
||||
<di:waypoint x="2552" y="1330" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="2490" y="1312" width="48" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0wnumhn_di" bpmnElement="Flow_0wnumhn">
|
||||
<di:waypoint x="2810" y="1330" />
|
||||
<di:waypoint x="2862" y="1330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_10nexen_di" bpmnElement="Flow_10nexen">
|
||||
<di:waypoint x="2880" y="1348" />
|
||||
<di:waypoint x="2880" y="1840" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0mjxdwu_di" bpmnElement="Flow_0mjxdwu">
|
||||
<di:waypoint x="3020" y="1680" />
|
||||
<di:waypoint x="3020" y="1628" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0evmlil_di" bpmnElement="Flow_0evmlil">
|
||||
<di:waypoint x="3320" y="1880" />
|
||||
<di:waypoint x="3382" y="1880" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1svl4e2_di" bpmnElement="Flow_1svl4e2">
|
||||
<di:waypoint x="660" y="880" />
|
||||
<di:waypoint x="660" y="1445" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_02l4yqt_di" bpmnElement="Flow_02l4yqt">
|
||||
<di:waypoint x="660" y="800" />
|
||||
<di:waypoint x="660" y="700" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_15mb4wr_di" bpmnElement="Flow_15mb4wr">
|
||||
<di:waypoint x="1758" y="660" />
|
||||
<di:waypoint x="1820" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0p8pykp_di" bpmnElement="Flow_0p8pykp">
|
||||
<di:waypoint x="2460" y="1227" />
|
||||
<di:waypoint x="2460" y="1200" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0te1qzm_di" bpmnElement="Flow_0te1qzm">
|
||||
<di:waypoint x="2588" y="1330" />
|
||||
<di:waypoint x="2625" y="1330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0wa76lf_di" bpmnElement="Flow_0wa76lf">
|
||||
<di:waypoint x="3020" y="1792" />
|
||||
<di:waypoint x="3020" y="1760" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_13dojnu_di" bpmnElement="Flow_13dojnu">
|
||||
<di:waypoint x="3148" y="1880" />
|
||||
<di:waypoint x="3220" y="1880" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0xqd7t2_di" bpmnElement="Flow_0xqd7t2">
|
||||
<di:waypoint x="2035" y="660" />
|
||||
<di:waypoint x="2100" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_16bq3s4_di" bpmnElement="Flow_16bq3s4">
|
||||
<di:waypoint x="2180" y="1388" />
|
||||
<di:waypoint x="2180" y="1420" />
|
||||
<di:waypoint x="2010" y="1420" />
|
||||
<di:waypoint x="2010" y="685" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0pyprx1_di" bpmnElement="Flow_0pyprx1">
|
||||
<di:waypoint x="2675" y="1330" />
|
||||
<di:waypoint x="2710" y="1330" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0qjvcfe_di" bpmnElement="Flow_0qjvcfe">
|
||||
<di:waypoint x="2910" y="1938" />
|
||||
<di:waypoint x="2910" y="1970" />
|
||||
<di:waypoint x="2650" y="1970" />
|
||||
<di:waypoint x="2650" y="1355" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1aqc55e_di" bpmnElement="Association_1aqc55e">
|
||||
<di:waypoint x="368" y="620" />
|
||||
<di:waypoint x="352" y="567" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_16xbljt_di" bpmnElement="Flow_16xbljt">
|
||||
<di:waypoint x="1370" y="660" />
|
||||
<di:waypoint x="1435" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0smwz5e_di" bpmnElement="Flow_0smwz5e">
|
||||
<di:waypoint x="1485" y="660" />
|
||||
<di:waypoint x="1570" y="660" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0xw1gem_di" bpmnElement="Flow_0xw1gem">
|
||||
<di:waypoint x="1460" y="635" />
|
||||
<di:waypoint x="1460" y="280" />
|
||||
<di:waypoint x="660" y="280" />
|
||||
<di:waypoint x="660" y="620" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1053" y="262" width="15" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_0itfogn_di" bpmnElement="DataOutputAssociation_0itfogn">
|
||||
<di:waypoint x="625" y="620" />
|
||||
<di:waypoint x="578" y="567" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_1v4h8k8_di" bpmnElement="DataOutputAssociation_1v4h8k8">
|
||||
<di:waypoint x="1619" y="620" />
|
||||
<di:waypoint x="1618" y="575" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_0l83tqf_di" bpmnElement="DataOutputAssociation_0l83tqf">
|
||||
<di:waypoint x="610" y="847" />
|
||||
<di:waypoint x="568" y="853" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_0tvpg45_di" bpmnElement="DataOutputAssociation_0tvpg45">
|
||||
<di:waypoint x="2149" y="620" />
|
||||
<di:waypoint x="2148" y="575" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_1clug1u_di" bpmnElement="DataOutputAssociation_1clug1u">
|
||||
<di:waypoint x="2132" y="1290" />
|
||||
<di:waypoint x="2107" y="1235" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_1env96g_di" bpmnElement="DataOutputAssociation_1env96g">
|
||||
<di:waypoint x="2497" y="1120" />
|
||||
<di:waypoint x="2532" y="1082" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_0vhtb7x_di" bpmnElement="DataOutputAssociation_0vhtb7x">
|
||||
<di:waypoint x="3070" y="1719" />
|
||||
<di:waypoint x="3112" y="1719" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_0rzdmkt_di" bpmnElement="DataOutputAssociation_0rzdmkt">
|
||||
<di:waypoint x="2761" y="1290" />
|
||||
<di:waypoint x="2762" y="1255" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_0gg28mj_di" bpmnElement="DataOutputAssociation_0gg28mj">
|
||||
<di:waypoint x="2861" y="1840" />
|
||||
<di:waypoint x="2841" y="1795" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataOutputAssociation_1b01zok_di" bpmnElement="DataOutputAssociation_1b01zok">
|
||||
<di:waypoint x="3270" y="1840" />
|
||||
<di:waypoint x="3269" y="1795" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,152 +0,0 @@
|
||||
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:collaboration id="Collaboration_1bu6kw8">
|
||||
<bpmn:participant id="Participant_0exh9uj" name="Core Contributor" processRef="Process_489zk9m" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_489zk9m" name="Raise New Demand Request" isExecutable="true">
|
||||
<bpmn:exclusiveGateway id="Gateway_19omysq" name="Category?">
|
||||
<bpmn:incoming>Flow_0v2e2ml</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1mm6uz2</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0s5jvgp</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_08x110e</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:callActivity id="Activity_1vs8nu6" name="Raise New Demand Request (Compensation)" calledElement="New_Role_Request">
|
||||
<bpmn:incoming>Flow_08x110e</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1etakrx</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_1ew2127" name="Raise New Demand Request (Procurement)" calledElement="New_Procurement_Request">
|
||||
<bpmn:incoming>Flow_1mm6uz2</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1n2v07t</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:callActivity id="Activity_0uj2dxm" name="Raise New Demand Request (Travel)" calledElement="New_Travel_Request">
|
||||
<bpmn:incoming>Flow_0s5jvgp</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1cxxkmt</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:endEvent id="Event_1l2htbr">
|
||||
<bpmn:incoming>Flow_0498fqn</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:exclusiveGateway id="Gateway_1m8umui">
|
||||
<bpmn:incoming>Flow_1etakrx</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1n2v07t</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1cxxkmt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0498fqn</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0z8y9x8</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:scriptTask id="Activity_1qcx18z" name="Set Categories">
|
||||
<bpmn:incoming>Flow_0z8y9x8</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1k3j31g</bpmn:outgoing>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:userTask id="Activity_1dhb10w" name="Select Category">
|
||||
<bpmn:incoming>Flow_1k3j31g</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0v2e2ml</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_0v2e2ml" sourceRef="Activity_1dhb10w" targetRef="Gateway_19omysq" />
|
||||
<bpmn:sequenceFlow id="Flow_1mm6uz2" name="Procurement" sourceRef="Gateway_19omysq" targetRef="Activity_1ew2127" />
|
||||
<bpmn:sequenceFlow id="Flow_0s5jvgp" name="Travel" sourceRef="Gateway_19omysq" targetRef="Activity_0uj2dxm" />
|
||||
<bpmn:sequenceFlow id="Flow_08x110e" name="Compensation" sourceRef="Gateway_19omysq" targetRef="Activity_1vs8nu6" />
|
||||
<bpmn:sequenceFlow id="Flow_1etakrx" sourceRef="Activity_1vs8nu6" targetRef="Gateway_1m8umui" />
|
||||
<bpmn:sequenceFlow id="Flow_1n2v07t" sourceRef="Activity_1ew2127" targetRef="Gateway_1m8umui" />
|
||||
<bpmn:sequenceFlow id="Flow_1cxxkmt" sourceRef="Activity_0uj2dxm" targetRef="Gateway_1m8umui" />
|
||||
<bpmn:sequenceFlow id="Flow_0498fqn" sourceRef="Gateway_1m8umui" targetRef="Event_1l2htbr" />
|
||||
<bpmn:sequenceFlow id="Flow_0z8y9x8" sourceRef="StartEvent_1" targetRef="Activity_1qcx18z" />
|
||||
<bpmn:sequenceFlow id="Flow_1k3j31g" sourceRef="Activity_1qcx18z" targetRef="Activity_1dhb10w" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1bu6kw8">
|
||||
<bpmndi:BPMNShape id="Participant_0exh9uj_di" bpmnElement="Participant_0exh9uj" isHorizontal="true">
|
||||
<dc:Bounds x="190" y="20" width="950" height="410" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_19omysq_di" bpmnElement="Gateway_19omysq" isMarkerVisible="true">
|
||||
<dc:Bounds x="655" y="195" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="624" y="243" width="51" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1hhet0q_di" bpmnElement="Activity_1vs8nu6">
|
||||
<dc:Bounds x="800" y="40" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1eluylu_di" bpmnElement="Activity_1ew2127">
|
||||
<dc:Bounds x="800" y="180" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_10tfxp1_di" bpmnElement="Activity_0uj2dxm">
|
||||
<dc:Bounds x="800" y="330" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1l2htbr_di" bpmnElement="Event_1l2htbr">
|
||||
<dc:Bounds x="1082" y="202" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1m8umui_di" bpmnElement="Gateway_1m8umui" isMarkerVisible="true">
|
||||
<dc:Bounds x="955" y="195" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="242" y="202" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0k5z9kb_di" bpmnElement="Activity_1qcx18z">
|
||||
<dc:Bounds x="330" y="180" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0nc8oeq_di" bpmnElement="Activity_1dhb10w">
|
||||
<dc:Bounds x="490" y="180" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0v2e2ml_di" bpmnElement="Flow_0v2e2ml">
|
||||
<di:waypoint x="590" y="220" />
|
||||
<di:waypoint x="655" y="220" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1mm6uz2_di" bpmnElement="Flow_1mm6uz2">
|
||||
<di:waypoint x="705" y="220" />
|
||||
<di:waypoint x="800" y="220" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="706" y="202" width="63" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0s5jvgp_di" bpmnElement="Flow_0s5jvgp">
|
||||
<di:waypoint x="680" y="245" />
|
||||
<di:waypoint x="680" y="370" />
|
||||
<di:waypoint x="800" y="370" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="722" y="353" width="31" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_08x110e_di" bpmnElement="Flow_08x110e">
|
||||
<di:waypoint x="680" y="195" />
|
||||
<di:waypoint x="680" y="80" />
|
||||
<di:waypoint x="800" y="80" />
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="694" y="63" width="71" height="14" />
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1etakrx_di" bpmnElement="Flow_1etakrx">
|
||||
<di:waypoint x="900" y="80" />
|
||||
<di:waypoint x="980" y="80" />
|
||||
<di:waypoint x="980" y="195" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1n2v07t_di" bpmnElement="Flow_1n2v07t">
|
||||
<di:waypoint x="900" y="220" />
|
||||
<di:waypoint x="955" y="220" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1cxxkmt_di" bpmnElement="Flow_1cxxkmt">
|
||||
<di:waypoint x="900" y="370" />
|
||||
<di:waypoint x="980" y="370" />
|
||||
<di:waypoint x="980" y="245" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0498fqn_di" bpmnElement="Flow_0498fqn">
|
||||
<di:waypoint x="1005" y="220" />
|
||||
<di:waypoint x="1082" y="220" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0z8y9x8_di" bpmnElement="Flow_0z8y9x8">
|
||||
<di:waypoint x="278" y="220" />
|
||||
<di:waypoint x="330" y="220" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1k3j31g_di" bpmnElement="Flow_1k3j31g">
|
||||
<di:waypoint x="430" y="220" />
|
||||
<di:waypoint x="490" y="220" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "WIP - Raise New Demand Request - Master",
|
||||
"display_name": "Master - Raise New Demand Request",
|
||||
"display_order": 3,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"primary_file_name": "master_raise_new_demand_request.bpmn",
|
||||
"primary_process_id": "Process_489zk9m"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user