mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-25 01:09:10 +00:00
0892db6fa7
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
50 lines
2.8 KiB
XML
50 lines
2.8 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" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_1reb12g" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.10.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
|
||
<bpmn:process id="same_id_sub" isExecutable="true">
|
||
<bpmn:startEvent id="StartEvent_1">
|
||
<bpmn:outgoing>Flow_1fij5ow</bpmn:outgoing>
|
||
</bpmn:startEvent>
|
||
<bpmn:task id="I_AM_TASK_1" name="Task 1">
|
||
<bpmn:incoming>Flow_1fij5ow</bpmn:incoming>
|
||
<bpmn:outgoing>Flow_0gdswwp</bpmn:outgoing>
|
||
</bpmn:task>
|
||
<bpmn:sequenceFlow id="Flow_1fij5ow" sourceRef="StartEvent_1" targetRef="I_AM_TASK_1" />
|
||
<bpmn:sequenceFlow id="Flow_0gdswwp" sourceRef="I_AM_TASK_1" targetRef="Event_0fd3fmj" />
|
||
<bpmn:endEvent id="Event_0fd3fmj">
|
||
<bpmn:incoming>Flow_0gdswwp</bpmn:incoming>
|
||
</bpmn:endEvent>
|
||
<bpmn:textAnnotation id="TextAnnotation_09fr7kt">
|
||
<bpmn:text>This Task's id is "I_AM_TASK_1" which is the same id of a task in workflow referenced in Task 2</bpmn:text>
|
||
</bpmn:textAnnotation>
|
||
<bpmn:association id="Association_0wxf3v4" sourceRef="I_AM_TASK_1" targetRef="TextAnnotation_09fr7kt" />
|
||
</bpmn:process>
|
||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="same_id_sub">
|
||
<bpmndi:BPMNShape id="TextAnnotation_09fr7kt_di" bpmnElement="TextAnnotation_09fr7kt">
|
||
<dc:Bounds x="370" y="50" width="240" height="60" />
|
||
</bpmndi:BPMNShape>
|
||
<bpmndi:BPMNEdge id="Flow_1fij5ow_di" bpmnElement="Flow_1fij5ow">
|
||
<di:waypoint x="215" y="177" />
|
||
<di:waypoint x="270" y="177" />
|
||
</bpmndi:BPMNEdge>
|
||
<bpmndi:BPMNEdge id="Flow_0gdswwp_di" bpmnElement="Flow_0gdswwp">
|
||
<di:waypoint x="370" y="177" />
|
||
<di:waypoint x="432" y="177" />
|
||
</bpmndi:BPMNEdge>
|
||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||
</bpmndi:BPMNShape>
|
||
<bpmndi:BPMNShape id="Activity_0n4aa2o_di" bpmnElement="I_AM_TASK_1">
|
||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||
</bpmndi:BPMNShape>
|
||
<bpmndi:BPMNShape id="Event_0fd3fmj_di" bpmnElement="Event_0fd3fmj">
|
||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||
</bpmndi:BPMNShape>
|
||
<bpmndi:BPMNEdge id="Association_0wxf3v4_di" bpmnElement="Association_0wxf3v4">
|
||
<di:waypoint x="356" y="137" />
|
||
<di:waypoint x="380" y="110" />
|
||
</bpmndi:BPMNEdge>
|
||
</bpmndi:BPMNPlane>
|
||
</bpmndi:BPMNDiagram>
|
||
</bpmn:definitions>
|