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
50 lines
2.6 KiB
XML
50 lines
2.6 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_18hhaw8" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.7.0">
|
|
<bpmn:process id="SubProcessA" name="Example subprocess" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1mp4u8z</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:userTask id="Subtask2" name="SubTask2">
|
|
<bpmn:incoming>Flow_1mp4u8z</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1ud341z</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_1mp4u8z" sourceRef="StartEvent_1" targetRef="Subtask2" />
|
|
<bpmn:endEvent id="Event_06n7z6a">
|
|
<bpmn:incoming>Flow_1qhjty2</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1ud341z" sourceRef="Subtask2" targetRef="Subtask2A" />
|
|
<bpmn:task id="Subtask2A" name="SubTask2A">
|
|
<bpmn:incoming>Flow_1ud341z</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1qhjty2</bpmn:outgoing>
|
|
</bpmn:task>
|
|
<bpmn:sequenceFlow id="Flow_1qhjty2" sourceRef="Subtask2A" targetRef="Event_06n7z6a" />
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="SubProcessA">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1ax20pn_di" bpmnElement="Subtask2">
|
|
<dc:Bounds x="260" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1mp4u8z_di" bpmnElement="Flow_1mp4u8z">
|
|
<di:waypoint x="215" y="117" />
|
|
<di:waypoint x="260" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Event_06n7z6a_di" bpmnElement="Event_06n7z6a">
|
|
<dc:Bounds x="612" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1ud341z_di" bpmnElement="Flow_1ud341z">
|
|
<di:waypoint x="360" y="117" />
|
|
<di:waypoint x="400" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Activity_0e09wil_di" bpmnElement="Subtask2A">
|
|
<dc:Bounds x="400" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1qhjty2_di" bpmnElement="Flow_1qhjty2">
|
|
<di:waypoint x="500" y="117" />
|
|
<di:waypoint x="612" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions> |