User: jon clicked save for jonjon/bamboo/test.bpmn
This commit is contained in:
parent
59f29995cf
commit
730743eec1
|
@ -0,0 +1,46 @@
|
|||
<?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_k7hz4tk" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_13zm9gj</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_13zm9gj" sourceRef="StartEvent_1" targetRef="Activity_1srkrca" />
|
||||
<bpmn:endEvent id="Event_15h0l4f">
|
||||
<bpmn:incoming>Flow_0zjeeiy</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0zjeeiy" sourceRef="Activity_1srkrca" targetRef="Event_15h0l4f" />
|
||||
<bpmn:serviceTask id="Activity_1srkrca">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="bamboohr/GetEmployeeInfo">
|
||||
<spiffworkflow:parameters>
|
||||
<spiffworkflow:parameter id="employee_id" type="str" value="109" />
|
||||
<spiffworkflow:parameter id="fields" type="str" value="'supervisorEmail,supervisorId,supervisorEid'" />
|
||||
</spiffworkflow:parameters>
|
||||
</spiffworkflow:serviceTaskOperator>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_13zm9gj</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0zjeeiy</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_k7hz4tk">
|
||||
<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_15h0l4f_di" bpmnElement="Event_15h0l4f">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_10o5p6c_di" bpmnElement="Activity_1srkrca">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_13zm9gj_di" bpmnElement="Flow_13zm9gj">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0zjeeiy_di" bpmnElement="Flow_0zjeeiy">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"description": "Bamboo",
|
||||
"display_name": "Bamboo",
|
||||
"display_order": 0,
|
||||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"id": "bamboo",
|
||||
"is_review": false,
|
||||
"primary_file_name": "test.bpmn",
|
||||
"primary_process_id": "Proccess_k7hz4tk",
|
||||
"process_group_id": "jonjon"
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"admin": false,
|
||||
"display_name": "Jon",
|
||||
"display_order": 16,
|
||||
"id": "jonjon",
|
||||
"process_models": []
|
||||
}
|
|
@ -0,0 +1,415 @@
|
|||
<?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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" 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="Process_dca6fba5-0593-4c4b-b3a0-f259b803dc93">
|
||||
<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:participant id="Participant_0bhe4r6" name="Status App" processRef="Process_01na29v"/>
|
||||
<bpmn:messageFlow id="Flow_09nunbw" sourceRef="Event_12tt6fj" targetRef="Participant_0bhe4r6"/>
|
||||
<bpmn:messageFlow id="Flow_1a377z7" sourceRef="Event_1s3p42s" targetRef="Participant_0bhe4r6"/>
|
||||
<bpmn:messageFlow id="Flow_0ux3r4r" name="CC" sourceRef="Event_1t6m3yh" targetRef="Participant_0bhe4r6"/>
|
||||
<bpmn:messageFlow id="Flow_0irl6vs" name="channel" sourceRef="Event_1t6m3yh" targetRef="Participant_0bhe4r6"/>
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_dca6fba5-0593-4c4b-b3a0-f259b803dc93" isExecutable="true">
|
||||
<bpmn:laneSet id="LaneSet_0suizaw">
|
||||
<bpmn:lane id="Lane_1mrq305" name="Core Contributor">
|
||||
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_05le46k</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1s7mkb4</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_0tt12kf</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_12tt6fj</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1t6m3yh</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Event_1s3p42s</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_1tozxks" name="Project/Team Lead">
|
||||
<bpmn:flowNodeRef>Gateway_05470yw</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Activity_14fif5h</bpmn:flowNodeRef>
|
||||
</bpmn:lane>
|
||||
<bpmn:lane id="Lane_0txefzi" name="PeopleOps Partner">
|
||||
<bpmn:flowNodeRef>Activity_0zszjko</bpmn:flowNodeRef>
|
||||
<bpmn:flowNodeRef>Gateway_1j55qwu</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:userTask id="Activity_05le46k" name="Submit a New Travel request">
|
||||
<bpmn:incoming>Flow_0mbb848</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1ipb2ul</bpmn:outgoing>
|
||||
<bpmn:property id="Property_0k9d4mr" name="__targetRef_placeholder"/>
|
||||
<bpmn:dataInputAssociation id="DataInputAssociation_1phyahz">
|
||||
<bpmn:sourceRef>DataObjectReference_070iy0o</bpmn:sourceRef>
|
||||
<bpmn:targetRef>Property_0k9d4mr</bpmn:targetRef>
|
||||
</bpmn:dataInputAssociation>
|
||||
</bpmn:userTask>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_070iy0o" name="New Demand Request" dataObjectRef="DataObject_00z4q1e"/>
|
||||
<bpmn:dataObject id="DataObject_00z4q1e"/>
|
||||
<bpmn:intermediateThrowEvent id="Event_1s7mkb4" name="Notification to an Approver has been sent">
|
||||
<bpmn:incoming>Flow_0vw379z</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0jxiatt</bpmn:outgoing>
|
||||
</bpmn:intermediateThrowEvent>
|
||||
<bpmn:callActivity id="Activity_0tt12kf" name="Define Approval strategy">
|
||||
<bpmn:incoming>Flow_1ipb2ul</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0vw379z</bpmn:outgoing>
|
||||
</bpmn:callActivity>
|
||||
<bpmn:sequenceFlow id="Flow_0mbb848" sourceRef="StartEvent_1" targetRef="Activity_05le46k"/>
|
||||
<bpmn:sequenceFlow id="Flow_1ipb2ul" sourceRef="Activity_05le46k" targetRef="Activity_0tt12kf"/>
|
||||
<bpmn:sequenceFlow id="Flow_0vw379z" sourceRef="Activity_0tt12kf" targetRef="Event_1s7mkb4"/>
|
||||
<bpmn:sequenceFlow id="Flow_0jxiatt" sourceRef="Event_1s7mkb4" targetRef="Activity_14fif5h"/>
|
||||
<bpmn:sequenceFlow id="Flow_0u9k2wx" sourceRef="Activity_14fif5h" targetRef="Gateway_05470yw"/>
|
||||
<bpmn:sequenceFlow id="Flow_12bnhp1" name="Reject" sourceRef="Gateway_05470yw" targetRef="Event_12tt6fj"/>
|
||||
<bpmn:endEvent id="Event_12tt6fj" name="The Request has been Rejected">
|
||||
<bpmn:incoming>Flow_12bnhp1</bpmn:incoming>
|
||||
<bpmn:messageEventDefinition id="MessageEventDefinition_1dl0xd4"/>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0hkgrae" sourceRef="Activity_0zszjko" targetRef="Gateway_1j55qwu"/>
|
||||
<bpmn:sequenceFlow id="Flow_0j8pv5q" name="Approve" sourceRef="Gateway_1j55qwu" targetRef="Event_1t6m3yh"/>
|
||||
<bpmn:sequenceFlow id="Flow_1s2ql8h" name="Reject" sourceRef="Gateway_1j55qwu" targetRef="Event_1s3p42s"/>
|
||||
<bpmn:exclusiveGateway id="Gateway_05470yw">
|
||||
<bpmn:incoming>Flow_0u9k2wx</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_12bnhp1</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1g7mtff</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:userTask id="Activity_14fif5h" name="Review the request">
|
||||
<bpmn:incoming>Flow_0jxiatt</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0u9k2wx</bpmn:outgoing>
|
||||
<bpmn:property id="Property_1j8rk3r" name="__targetRef_placeholder"/>
|
||||
<bpmn:dataInputAssociation id="DataInputAssociation_0443ml7">
|
||||
<bpmn:sourceRef>DataObjectReference_0pe0se7</bpmn:sourceRef>
|
||||
<bpmn:targetRef>Property_1j8rk3r</bpmn:targetRef>
|
||||
</bpmn:dataInputAssociation>
|
||||
</bpmn:userTask>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0pe0se7" name="New Demand Request" dataObjectRef="DataObject_1xdloek"/>
|
||||
<bpmn:dataObject id="DataObject_1xdloek"/>
|
||||
<bpmn:userTask id="Activity_0zszjko" name="Review the Request">
|
||||
<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:incoming>Flow_1g7mtff</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0hkgrae</bpmn:outgoing>
|
||||
<bpmn:property id="Property_1v3cf6s" name="__targetRef_placeholder"/>
|
||||
<bpmn:dataInputAssociation id="DataInputAssociation_16mm42w">
|
||||
<bpmn:sourceRef>DataObjectReference_0rdxajs</bpmn:sourceRef>
|
||||
<bpmn:targetRef>Property_1v3cf6s</bpmn:targetRef>
|
||||
</bpmn:dataInputAssociation>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_1g7mtff" name="Approve" sourceRef="Gateway_05470yw" targetRef="Activity_0zszjko"/>
|
||||
<bpmn:dataObjectReference id="DataObjectReference_0rdxajs" name="New Demand Request" dataObjectRef="DataObject_1f4i3me"/>
|
||||
<bpmn:dataObject id="DataObject_1f4i3me"/>
|
||||
<bpmn:exclusiveGateway id="Gateway_1j55qwu">
|
||||
<bpmn:incoming>Flow_0hkgrae</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_0j8pv5q</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_1s2ql8h</bpmn:outgoing>
|
||||
</bpmn:exclusiveGateway>
|
||||
<bpmn:endEvent id="Event_1t6m3yh" name="The Request has been Approved">
|
||||
<bpmn:incoming>Flow_0j8pv5q</bpmn:incoming>
|
||||
<bpmn:messageEventDefinition id="MessageEventDefinition_06zccit"/>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:endEvent id="Event_1s3p42s" name="The Request has been Rejected">
|
||||
<bpmn:incoming>Flow_1s2ql8h</bpmn:incoming>
|
||||
<bpmn:messageEventDefinition id="MessageEventDefinition_132dd79"/>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:textAnnotation id="TextAnnotation_0t9gxla">
|
||||
<bpmn:text>Form WIP</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_1wc1peq" sourceRef="DataObjectReference_070iy0o" targetRef="TextAnnotation_0t9gxla"/>
|
||||
<bpmn:textAnnotation id="TextAnnotation_14t4le3">
|
||||
<bpmn:text>+ reason provided</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_1hx7475" sourceRef="Event_12tt6fj" targetRef="TextAnnotation_14t4le3"/>
|
||||
<bpmn:textAnnotation id="TextAnnotation_0we8tnp">
|
||||
<bpmn:text>BBHR org data</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_1v56zzu" sourceRef="Activity_0tt12kf" targetRef="TextAnnotation_0we8tnp"/>
|
||||
<bpmn:textAnnotation id="TextAnnotation_184lexr">
|
||||
<bpmn:text>budget + purpose, exceptions/out of policy</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_0ldz8r2" sourceRef="Activity_14fif5h" targetRef="TextAnnotation_184lexr"/>
|
||||
<bpmn:textAnnotation id="TextAnnotation_1czt4lx">
|
||||
<bpmn:text>purpose+travel details + exceptions</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_1o3l97i" sourceRef="Activity_0zszjko" targetRef="TextAnnotation_1czt4lx"/>
|
||||
<bpmn:textAnnotation id="TextAnnotation_02t7hhp">
|
||||
<bpmn:text>+ reason provided</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_045wsun" sourceRef="Event_1s3p42s" targetRef="TextAnnotation_02t7hhp"/>
|
||||
<bpmn:textAnnotation id="TextAnnotation_1rjuepr">
|
||||
<bpmn:text>Review budget step should be performed here</bpmn:text>
|
||||
</bpmn:textAnnotation>
|
||||
<bpmn:association id="Association_02701qc" sourceRef="Activity_14fif5h" targetRef="TextAnnotation_1rjuepr"/>
|
||||
</bpmn:process>
|
||||
<bpmn:process id="Process_01na29v" isExecutable="false"/>
|
||||
<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="1138" height="790"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_0txefzi_di" bpmnElement="Lane_0txefzi" isHorizontal="true">
|
||||
<dc:Bounds x="182" y="860" width="1108" height="190"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1tozxks_di" bpmnElement="Lane_1tozxks" isHorizontal="true">
|
||||
<dc:Bounds x="182" y="620" width="1108" height="240"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Lane_1mrq305_di" bpmnElement="Lane_1mrq305" isHorizontal="true">
|
||||
<dc:Bounds x="182" y="260" width="1108" height="360"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="242" y="432" width="36" height="36"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="221" y="475" width="81" height="40"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1074h4c_di" bpmnElement="Activity_05le46k">
|
||||
<dc:Bounds x="360" y="410" width="100" height="80"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataObjectReference_070iy0o_di" bpmnElement="DataObjectReference_070iy0o">
|
||||
<dc:Bounds x="392" y="309" width="36" height="50"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="377" y="276" width="67" height="27"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1ybklsj_di" bpmnElement="Event_1s7mkb4">
|
||||
<dc:Bounds x="552" y="552" width="36" height="36"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="457" y="550" width="82" height="40"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1trh55u_di" bpmnElement="Activity_0tt12kf">
|
||||
<dc:Bounds x="520" y="410" width="100" height="80"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0vim4f8_di" bpmnElement="Event_12tt6fj">
|
||||
<dc:Bounds x="702" y="522" width="36" height="36"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="628" y="496" width="84" height="27"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_05470yw_di" bpmnElement="Gateway_05470yw" isMarkerVisible="true">
|
||||
<dc:Bounds x="695" y="725" 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="520" y="710" width="100" height="80"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0n1b3jh" bpmnElement="DataObjectReference_0pe0se7">
|
||||
<dc:Bounds x="462" y="665" width="36" height="50"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="447" y="631" width="67" height="27"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1f62h9q_di" bpmnElement="Activity_0zszjko">
|
||||
<dc:Bounds x="670" y="910" width="100" height="80"/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_0bbtyxi" bpmnElement="DataObjectReference_0rdxajs">
|
||||
<dc:Bounds x="592" y="905" width="36" height="50"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="577" y="866" width="67" height="27"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_1j55qwu_di" bpmnElement="Gateway_1j55qwu" isMarkerVisible="true">
|
||||
<dc:Bounds x="885" y="925" width="50" height="50"/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="BPMNShape_046a88h" bpmnElement="Event_1t6m3yh">
|
||||
<dc:Bounds x="892" y="522" width="36" height="36"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="928" y="496" width="84" height="27"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_1sk5in4_di" bpmnElement="Event_1s3p42s">
|
||||
<dc:Bounds x="1132" y="522" width="36" height="36"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="1038" y="496" width="84" height="27"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0t9gxla_di" bpmnElement="TextAnnotation_0t9gxla">
|
||||
<dc:Bounds x="460" y="290" width="100" height="26"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_14t4le3_di" bpmnElement="TextAnnotation_14t4le3">
|
||||
<dc:Bounds x="750" y="500" width="110" height="30"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_0we8tnp_di" bpmnElement="TextAnnotation_0we8tnp">
|
||||
<dc:Bounds x="560" y="350" width="99.99156545209178" height="25.64102564102564"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_184lexr_di" bpmnElement="TextAnnotation_184lexr">
|
||||
<dc:Bounds x="360" y="740" width="130" height="55"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1czt4lx_di" bpmnElement="TextAnnotation_1czt4lx">
|
||||
<dc:Bounds x="540" y="980" width="120" height="40"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_02t7hhp_di" bpmnElement="TextAnnotation_02t7hhp">
|
||||
<dc:Bounds x="1200" y="470" width="70" height="41"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="TextAnnotation_1rjuepr_di" bpmnElement="TextAnnotation_1rjuepr">
|
||||
<dc:Bounds x="430" y="810" width="158" height="40"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0mbb848_di" bpmnElement="Flow_0mbb848">
|
||||
<di:waypoint x="278" y="450"/>
|
||||
<di:waypoint x="360" y="450"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1ipb2ul_di" bpmnElement="Flow_1ipb2ul">
|
||||
<di:waypoint x="460" y="450"/>
|
||||
<di:waypoint x="520" y="450"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0vw379z_di" bpmnElement="Flow_0vw379z">
|
||||
<di:waypoint x="570" y="490"/>
|
||||
<di:waypoint x="570" y="552"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0jxiatt_di" bpmnElement="Flow_0jxiatt">
|
||||
<di:waypoint x="570" y="588"/>
|
||||
<di:waypoint x="570" y="710"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0u9k2wx_di" bpmnElement="Flow_0u9k2wx">
|
||||
<di:waypoint x="620" y="750"/>
|
||||
<di:waypoint x="695" y="750"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_12bnhp1_di" bpmnElement="Flow_12bnhp1">
|
||||
<di:waypoint x="720" y="725"/>
|
||||
<di:waypoint x="720" y="558"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="734" y="693" width="32" height="14"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0hkgrae_di" bpmnElement="Flow_0hkgrae">
|
||||
<di:waypoint x="770" y="950"/>
|
||||
<di:waypoint x="885" y="950"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0j8pv5q_di" bpmnElement="Flow_0j8pv5q">
|
||||
<di:waypoint x="910" y="925"/>
|
||||
<di:waypoint x="910" y="558"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="919" y="881" width="41" height="14"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1s2ql8h_di" bpmnElement="Flow_1s2ql8h">
|
||||
<di:waypoint x="935" y="950"/>
|
||||
<di:waypoint x="1150" y="950"/>
|
||||
<di:waypoint x="1150" y="558"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="964" y="932" width="32" height="14"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1g7mtff_di" bpmnElement="Flow_1g7mtff">
|
||||
<di:waypoint x="720" y="775"/>
|
||||
<di:waypoint x="720" y="910"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="729" y="803" width="41" height="14"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1wc1peq_di" bpmnElement="Association_1wc1peq">
|
||||
<di:waypoint x="428" y="329"/>
|
||||
<di:waypoint x="474" y="316"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1hx7475_di" bpmnElement="Association_1hx7475">
|
||||
<di:waypoint x="737" y="534"/>
|
||||
<di:waypoint x="751" y="530"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1v56zzu_di" bpmnElement="Association_1v56zzu">
|
||||
<di:waypoint x="589" y="410"/>
|
||||
<di:waypoint x="605" y="376"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_0ldz8r2_di" bpmnElement="Association_0ldz8r2">
|
||||
<di:waypoint x="520" y="751"/>
|
||||
<di:waypoint x="490" y="750"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_1o3l97i_di" bpmnElement="Association_1o3l97i">
|
||||
<di:waypoint x="670" y="973"/>
|
||||
<di:waypoint x="650" y="980"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_045wsun_di" bpmnElement="Association_045wsun">
|
||||
<di:waypoint x="1166" y="532"/>
|
||||
<di:waypoint x="1203" y="511"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Association_02701qc_di" bpmnElement="Association_02701qc">
|
||||
<di:waypoint x="524" y="788"/>
|
||||
<di:waypoint x="498" y="810"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNShape id="Participant_0bhe4r6_di" bpmnElement="Participant_0bhe4r6" isHorizontal="true">
|
||||
<dc:Bounds x="152" y="88" width="1138" height="110"/>
|
||||
<bpmndi:BPMNLabel/>
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_1phyahz_di" bpmnElement="DataInputAssociation_1phyahz">
|
||||
<di:waypoint x="410" y="359"/>
|
||||
<di:waypoint x="410" y="410"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_0443ml7_di" bpmnElement="DataInputAssociation_0443ml7">
|
||||
<di:waypoint x="498" y="702"/>
|
||||
<di:waypoint x="521" y="717"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="DataInputAssociation_16mm42w_di" bpmnElement="DataInputAssociation_16mm42w">
|
||||
<di:waypoint x="628" y="933"/>
|
||||
<di:waypoint x="670" y="941"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_09nunbw_di" bpmnElement="Flow_09nunbw">
|
||||
<di:waypoint x="720" y="522"/>
|
||||
<di:waypoint x="720" y="198"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1a377z7_di" bpmnElement="Flow_1a377z7">
|
||||
<di:waypoint x="1150" y="522"/>
|
||||
<di:waypoint x="1150" y="198"/>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0ux3r4r_di" bpmnElement="Flow_0ux3r4r">
|
||||
<di:waypoint x="892" y="540"/>
|
||||
<di:waypoint x="870" y="540"/>
|
||||
<di:waypoint x="870" y="198"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="842" y="357" width="16" height="14"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_0irl6vs_di" bpmnElement="Flow_0irl6vs">
|
||||
<di:waypoint x="910" y="522"/>
|
||||
<di:waypoint x="910" y="198"/>
|
||||
<bpmndi:BPMNLabel>
|
||||
<dc:Bounds x="920" y="357" width="39" height="14"/>
|
||||
</bpmndi:BPMNLabel>
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
Loading…
Reference in New Issue