Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_16sayjh" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="2.2.4">
  3. <bpmn:process id="aaaaaaaa" name="aaaaaaaa" isExecutable="true">
  4. <bpmn:startEvent id="StartEvent_1">
  5. <bpmn:outgoing>SequenceFlow_1msggqz</bpmn:outgoing>
  6. </bpmn:startEvent>
  7. <bpmn:parallelGateway id="ExclusiveGateway_13jiqtb">
  8. <bpmn:incoming>SequenceFlow_1msggqz</bpmn:incoming>
  9. <bpmn:outgoing>SequenceFlow_06kisxc</bpmn:outgoing>
  10. <bpmn:outgoing>SequenceFlow_0f1bmhf</bpmn:outgoing>
  11. </bpmn:parallelGateway>
  12. <bpmn:sequenceFlow id="SequenceFlow_1msggqz" sourceRef="StartEvent_1" targetRef="ExclusiveGateway_13jiqtb" />
  13. <bpmn:sequenceFlow id="SequenceFlow_06kisxc" sourceRef="ExclusiveGateway_13jiqtb" targetRef="Task_0r8ge0k" />
  14. <bpmn:sequenceFlow id="SequenceFlow_0f1bmhf" sourceRef="ExclusiveGateway_13jiqtb" targetRef="Task_0qla4ti" />
  15. <bpmn:userTask id="Task_0qla4ti" name="Task 2" camunda:candidateGroups="whatever">
  16. <bpmn:incoming>SequenceFlow_0f1bmhf</bpmn:incoming>
  17. </bpmn:userTask>
  18. <bpmn:userTask id="Task_0r8ge0k" name="Emergency">
  19. <bpmn:incoming>SequenceFlow_06kisxc</bpmn:incoming>
  20. <bpmn:outgoing>SequenceFlow_1igdz07</bpmn:outgoing>
  21. </bpmn:userTask>
  22. <bpmn:endEvent id="EndEvent_137exzx">
  23. <bpmn:incoming>SequenceFlow_1igdz07</bpmn:incoming>
  24. <bpmn:terminateEventDefinition />
  25. </bpmn:endEvent>
  26. <bpmn:sequenceFlow id="SequenceFlow_1igdz07" sourceRef="Task_0r8ge0k" targetRef="EndEvent_137exzx" />
  27. </bpmn:process>
  28. <bpmndi:BPMNDiagram id="BPMNDiagram_1">
  29. <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="aaaaaaaa">
  30. <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
  31. <dc:Bounds x="154" y="146" width="36" height="36" />
  32. </bpmndi:BPMNShape>
  33. <bpmndi:BPMNShape id="ParallelGateway_1yzvssb_di" bpmnElement="ExclusiveGateway_13jiqtb">
  34. <dc:Bounds x="231" y="127" width="50" height="50" />
  35. </bpmndi:BPMNShape>
  36. <bpmndi:BPMNEdge id="SequenceFlow_1msggqz_di" bpmnElement="SequenceFlow_1msggqz">
  37. <di:waypoint x="190" y="164" />
  38. <di:waypoint x="211" y="164" />
  39. <di:waypoint x="211" y="152" />
  40. <di:waypoint x="231" y="152" />
  41. </bpmndi:BPMNEdge>
  42. <bpmndi:BPMNEdge id="SequenceFlow_06kisxc_di" bpmnElement="SequenceFlow_06kisxc">
  43. <di:waypoint x="256" y="127" />
  44. <di:waypoint x="256" y="61" />
  45. <di:waypoint x="317" y="61" />
  46. </bpmndi:BPMNEdge>
  47. <bpmndi:BPMNEdge id="SequenceFlow_0f1bmhf_di" bpmnElement="SequenceFlow_0f1bmhf">
  48. <di:waypoint x="256" y="177" />
  49. <di:waypoint x="256" y="207" />
  50. <di:waypoint x="317" y="207" />
  51. </bpmndi:BPMNEdge>
  52. <bpmndi:BPMNShape id="UserTask_1c6l341_di" bpmnElement="Task_0qla4ti">
  53. <dc:Bounds x="317" y="167" width="100" height="80" />
  54. </bpmndi:BPMNShape>
  55. <bpmndi:BPMNShape id="UserTask_1kxuv0v_di" bpmnElement="Task_0r8ge0k">
  56. <dc:Bounds x="317" y="21" width="100" height="80" />
  57. </bpmndi:BPMNShape>
  58. <bpmndi:BPMNShape id="EndEvent_0c6ef86_di" bpmnElement="EndEvent_137exzx">
  59. <dc:Bounds x="507" y="43" width="36" height="36" />
  60. </bpmndi:BPMNShape>
  61. <bpmndi:BPMNEdge id="SequenceFlow_1igdz07_di" bpmnElement="SequenceFlow_1igdz07">
  62. <di:waypoint x="417" y="61" />
  63. <di:waypoint x="507" y="61" />
  64. </bpmndi:BPMNEdge>
  65. </bpmndi:BPMNPlane>
  66. </bpmndi:BPMNDiagram>
  67. </bpmn:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement