multiprocess.bpmn 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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"
  3. 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"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn"
  5. exporter="Camunda Modeler" exporterVersion="1.3.2">
  6. <bpmn:process id="taskLoopProcess" isExecutable="true">
  7. <bpmn:startEvent id="StartEvent_1">
  8. <bpmn:outgoing>SequenceFlow_00cfpc8</bpmn:outgoing>
  9. </bpmn:startEvent>
  10. <bpmn:sequenceFlow id="SequenceFlow_00cfpc8" sourceRef="StartEvent_1" targetRef="recurring" />
  11. <bpmn:userTask id="recurring" name="Recurring" scriptFormat="JavaScript" camunda:resultVariable="">
  12. <bpmn:incoming>SequenceFlow_00cfpc8</bpmn:incoming>
  13. <bpmn:outgoing>SequenceFlow_0givraz</bpmn:outgoing>
  14. <bpmn:multiInstanceLoopCharacteristics camunda:collection="${environment.variables.handlers}">
  15. </bpmn:multiInstanceLoopCharacteristics >
  16. </bpmn:userTask>
  17. <bpmn:endEvent id="EndEvent_16n25gf">
  18. <bpmn:incoming>SequenceFlow_0givraz</bpmn:incoming>
  19. </bpmn:endEvent>
  20. <bpmn:sequenceFlow id="SequenceFlow_0givraz" sourceRef="recurring" targetRef="EndEvent_16n25gf" />
  21. </bpmn:process>
  22. <bpmndi:BPMNDiagram id="BPMNDiagram_1">
  23. <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="taskLoopProcess">
  24. <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
  25. <dc:Bounds x="173" y="102" width="36" height="36" />
  26. </bpmndi:BPMNShape>
  27. <bpmndi:BPMNEdge id="SequenceFlow_00cfpc8_di" bpmnElement="SequenceFlow_00cfpc8">
  28. <di:waypoint xsi:type="dc:Point" x="209" y="120" />
  29. <di:waypoint xsi:type="dc:Point" x="288" y="120" />
  30. <bpmndi:BPMNLabel>
  31. <dc:Bounds x="203.5" y="95" width="90" height="20" />
  32. </bpmndi:BPMNLabel>
  33. </bpmndi:BPMNEdge>
  34. <bpmndi:BPMNShape id="ScriptTask_1rxtc3o_di" bpmnElement="recurring">
  35. <dc:Bounds x="288" y="80" width="100" height="80" />
  36. </bpmndi:BPMNShape>
  37. <bpmndi:BPMNShape id="EndEvent_16n25gf_di" bpmnElement="EndEvent_16n25gf">
  38. <dc:Bounds x="474" y="102" width="36" height="36" />
  39. <bpmndi:BPMNLabel>
  40. <dc:Bounds x="447" y="138" width="90" height="20" />
  41. </bpmndi:BPMNLabel>
  42. </bpmndi:BPMNShape>
  43. <bpmndi:BPMNEdge id="SequenceFlow_0givraz_di" bpmnElement="SequenceFlow_0givraz">
  44. <di:waypoint xsi:type="dc:Point" x="388" y="120" />
  45. <di:waypoint xsi:type="dc:Point" x="474" y="120" />
  46. <bpmndi:BPMNLabel>
  47. <dc:Bounds x="386" y="95" width="90" height="20" />
  48. </bpmndi:BPMNLabel>
  49. </bpmndi:BPMNEdge>
  50. </bpmndi:BPMNPlane>
  51. </bpmndi:BPMNDiagram>
  52. </bpmn:definitions>