mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-03 13:43:59 +00:00
0892db6fa7
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
77 lines
3.9 KiB
XML
77 lines
3.9 KiB
XML
<?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_0ourc7y" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.10.0">
|
|
<bpmn:process id="TopLevel" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1mskfwg</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:callActivity id="SubProcess" name="Subrpocess" calledElement="SubProcessA">
|
|
<bpmn:incoming>Flow_1t8q9x8</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_07sx36q</bpmn:outgoing>
|
|
</bpmn:callActivity>
|
|
<bpmn:sequenceFlow id="Flow_1mskfwg" sourceRef="StartEvent_1" targetRef="Task1" />
|
|
<bpmn:sequenceFlow id="Flow_083r7tz" sourceRef="Task1" targetRef="Activity_08owj6n" />
|
|
<bpmn:sequenceFlow id="Flow_07sx36q" sourceRef="SubProcess" targetRef="Task2" />
|
|
<bpmn:endEvent id="Event_0mblyau">
|
|
<bpmn:incoming>Flow_1ydceye</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1ydceye" sourceRef="Task2" targetRef="Event_0mblyau" />
|
|
<bpmn:manualTask id="Task1" name="Task1">
|
|
<bpmn:incoming>Flow_1mskfwg</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_083r7tz</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:manualTask id="Task2" name="Task2">
|
|
<bpmn:incoming>Flow_07sx36q</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1ydceye</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:scriptTask id="Activity_08owj6n" name="Task 2">
|
|
<bpmn:incoming>Flow_083r7tz</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1t8q9x8</bpmn:outgoing>
|
|
<bpmn:script># Just need another task in here, to handle deep nesting.
|
|
x=1</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:sequenceFlow id="Flow_1t8q9x8" sourceRef="Activity_08owj6n" targetRef="SubProcess" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="TopLevel">
|
|
<bpmndi:BPMNEdge id="Flow_1ydceye_di" bpmnElement="Flow_1ydceye">
|
|
<di:waypoint x="760" y="124" />
|
|
<di:waypoint x="842" y="124" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_07sx36q_di" bpmnElement="Flow_07sx36q">
|
|
<di:waypoint x="580" y="124" />
|
|
<di:waypoint x="660" y="124" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_083r7tz_di" bpmnElement="Flow_083r7tz">
|
|
<di:waypoint x="330" y="117" />
|
|
<di:waypoint x="350" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1mskfwg_di" bpmnElement="Flow_1mskfwg">
|
|
<di:waypoint x="188" y="117" />
|
|
<di:waypoint x="230" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1t8q9x8_di" bpmnElement="Flow_1t8q9x8">
|
|
<di:waypoint x="450" y="117" />
|
|
<di:waypoint x="480" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="152" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1wbh717_di" bpmnElement="Task1">
|
|
<dc:Bounds x="230" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_01u9wd9_di" bpmnElement="SubProcess">
|
|
<dc:Bounds x="480" y="84" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1e0rjbx_di" bpmnElement="Task2">
|
|
<dc:Bounds x="660" y="84" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0mblyau_di" bpmnElement="Event_0mblyau">
|
|
<dc:Bounds x="842" y="106" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0wbprdt_di" bpmnElement="Activity_08owj6n">
|
|
<dc:Bounds x="350" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|