mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-27 09:45:12 +00:00
0892db6fa7
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
65 lines
3.5 KiB
XML
65 lines
3.5 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_1c9mbga" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1">
|
|
<bpmn:process id="top_workflow" name="top_workflow" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_1xegt6f</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_11qyfqv" sourceRef="Activity_0gjyb1c" targetRef="Activity_02eu174" />
|
|
<bpmn:sequenceFlow id="Flow_0hntmrc" sourceRef="Activity_02eu174" targetRef="Activity_0fz4sv6" />
|
|
<bpmn:endEvent id="Event_0jgpqrj">
|
|
<bpmn:incoming>Flow_0qc6vpv</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0qc6vpv" sourceRef="Activity_0fz4sv6" targetRef="Event_0jgpqrj" />
|
|
<bpmn:sequenceFlow id="Flow_1xegt6f" sourceRef="StartEvent_1" targetRef="Activity_0gjyb1c" />
|
|
<bpmn:scriptTask id="Activity_0gjyb1c" name="print('task1')">
|
|
<bpmn:incoming>Flow_1xegt6f</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_11qyfqv</bpmn:outgoing>
|
|
<bpmn:script>print('task1')</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:callActivity id="Activity_02eu174" name="Invalid Activity" calledElement="InvalidActivity">
|
|
<bpmn:incoming>Flow_11qyfqv</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0hntmrc</bpmn:outgoing>
|
|
</bpmn:callActivity>
|
|
<bpmn:scriptTask id="Activity_0fz4sv6" name="print('task2')">
|
|
<bpmn:incoming>Flow_0hntmrc</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0qc6vpv</bpmn:outgoing>
|
|
<bpmn:script>print('task2')</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="top_workflow">
|
|
<bpmndi:BPMNEdge id="Flow_1xegt6f_di" bpmnElement="Flow_1xegt6f">
|
|
<di:waypoint x="215" y="117" />
|
|
<di:waypoint x="240" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0qc6vpv_di" bpmnElement="Flow_0qc6vpv">
|
|
<di:waypoint x="640" y="117" />
|
|
<di:waypoint x="692" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0hntmrc_di" bpmnElement="Flow_0hntmrc">
|
|
<di:waypoint x="490" y="117" />
|
|
<di:waypoint x="540" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_11qyfqv_di" bpmnElement="Flow_11qyfqv">
|
|
<di:waypoint x="340" y="117" />
|
|
<di:waypoint x="390" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0jgpqrj_di" bpmnElement="Event_0jgpqrj">
|
|
<dc:Bounds x="692" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0py36p6_di" bpmnElement="Activity_0gjyb1c">
|
|
<dc:Bounds x="240" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0zer2pn_di" bpmnElement="Activity_02eu174">
|
|
<dc:Bounds x="390" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0mjjhco_di" bpmnElement="Activity_0fz4sv6">
|
|
<dc:Bounds x="540" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|