mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-05 14:13:44 +00:00
0892db6fa7
git-subtree-dir: SpiffWorkflow git-subtree-split: 63db3e45947ec66b8d0efc2c74064004f8ff482c
159 lines
8.5 KiB
XML
159 lines
8.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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_0u8zyj3" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.5.0">
|
|
<bpmn:process id="Process_1hb021r" name="Parallel Task Process" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>SequenceFlow_1vv685e</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="SequenceFlow_1vv685e" sourceRef="StartEvent_1" targetRef="Task_0rpy9wa" />
|
|
<bpmn:sequenceFlow id="SequenceFlow_160ihio" sourceRef="Task_0rpy9wa" targetRef="ExclusiveGateway_1wcqtl6" />
|
|
<bpmn:parallelGateway id="ExclusiveGateway_1wcqtl6">
|
|
<bpmn:incoming>SequenceFlow_160ihio</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_01s4u0j</bpmn:outgoing>
|
|
<bpmn:outgoing>SequenceFlow_1x5zcdu</bpmn:outgoing>
|
|
<bpmn:outgoing>SequenceFlow_1g26zbi</bpmn:outgoing>
|
|
</bpmn:parallelGateway>
|
|
<bpmn:sequenceFlow id="SequenceFlow_01s4u0j" sourceRef="ExclusiveGateway_1wcqtl6" targetRef="Task_0ubymyg" />
|
|
<bpmn:sequenceFlow id="SequenceFlow_1x5zcdu" sourceRef="ExclusiveGateway_1wcqtl6" targetRef="Task_1gd4zvp" />
|
|
<bpmn:sequenceFlow id="SequenceFlow_1g26zbi" sourceRef="ExclusiveGateway_1wcqtl6" targetRef="Task_0anfkt0" />
|
|
<bpmn:sequenceFlow id="SequenceFlow_11uv01u" sourceRef="Task_0ubymyg" targetRef="ExclusiveGateway_0e4eseh" />
|
|
<bpmn:parallelGateway id="ExclusiveGateway_0e4eseh">
|
|
<bpmn:incoming>SequenceFlow_11uv01u</bpmn:incoming>
|
|
<bpmn:incoming>SequenceFlow_0z80s5o</bpmn:incoming>
|
|
<bpmn:incoming>SequenceFlow_0cquzxd</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_0uq97wv</bpmn:outgoing>
|
|
</bpmn:parallelGateway>
|
|
<bpmn:sequenceFlow id="SequenceFlow_0z80s5o" sourceRef="Task_1gd4zvp" targetRef="ExclusiveGateway_0e4eseh" />
|
|
<bpmn:sequenceFlow id="SequenceFlow_0cquzxd" sourceRef="Task_0anfkt0" targetRef="ExclusiveGateway_0e4eseh" />
|
|
<bpmn:sequenceFlow id="SequenceFlow_0uq97wv" sourceRef="ExclusiveGateway_0e4eseh" targetRef="Task_1liod5x" />
|
|
<bpmn:endEvent id="EndEvent_03j72ek">
|
|
<bpmn:incoming>SequenceFlow_1a97zm5</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="SequenceFlow_1a97zm5" sourceRef="Task_1liod5x" targetRef="EndEvent_03j72ek" />
|
|
<bpmn:userTask id="Task_0rpy9wa" name="First Task" camunda:formKey="form_first">
|
|
<bpmn:extensionElements>
|
|
<camunda:formData>
|
|
<camunda:formField id="FormField_07flg8u" type="string" />
|
|
<camunda:formField id="FormField_12nvnea" type="long" />
|
|
<camunda:formField id="FormField_2c4qmo2" type="boolean" />
|
|
<camunda:formField id="FormField_3mob4jl" type="date" />
|
|
<camunda:formField id="FormField_10j8bsd" type="enum" />
|
|
<camunda:formField id="FormField_0imnge4" type="" />
|
|
</camunda:formData>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>SequenceFlow_1vv685e</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_160ihio</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:userTask id="Task_0ubymyg" name="Parallel Task A" camunda:formKey="form_a">
|
|
<bpmn:extensionElements>
|
|
<camunda:formData>
|
|
<camunda:formField id="FormField_1qi2ai1" type="string" />
|
|
</camunda:formData>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>SequenceFlow_01s4u0j</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_11uv01u</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:userTask id="Task_1gd4zvp" name="Parallel Task B" camunda:formKey="form_b">
|
|
<bpmn:extensionElements>
|
|
<camunda:formData>
|
|
<camunda:formField id="FormField_3lr11hq" type="string" />
|
|
</camunda:formData>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>SequenceFlow_1x5zcdu</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_0z80s5o</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:userTask id="Task_0anfkt0" name="Parallel Task C" camunda:formKey="form_c">
|
|
<bpmn:extensionElements>
|
|
<camunda:formData>
|
|
<camunda:formField id="FormField_38fgtvr" type="string" />
|
|
</camunda:formData>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>SequenceFlow_1g26zbi</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_0cquzxd</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:userTask id="Task_1liod5x" name="Last Task" camunda:formKey="form_last">
|
|
<bpmn:extensionElements>
|
|
<camunda:formData>
|
|
<camunda:formField id="FormField_3ajkldv" type="string" />
|
|
</camunda:formData>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>SequenceFlow_0uq97wv</bpmn:incoming>
|
|
<bpmn:outgoing>SequenceFlow_1a97zm5</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1hb021r">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_1vv685e_di" bpmnElement="SequenceFlow_1vv685e">
|
|
<di:waypoint x="215" y="117" />
|
|
<di:waypoint x="270" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_160ihio_di" bpmnElement="SequenceFlow_160ihio">
|
|
<di:waypoint x="370" y="117" />
|
|
<di:waypoint x="425" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="ParallelGateway_0ihaxlj_di" bpmnElement="ExclusiveGateway_1wcqtl6">
|
|
<dc:Bounds x="425" y="92" width="50" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_01s4u0j_di" bpmnElement="SequenceFlow_01s4u0j">
|
|
<di:waypoint x="475" y="117" />
|
|
<di:waypoint x="530" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_1x5zcdu_di" bpmnElement="SequenceFlow_1x5zcdu">
|
|
<di:waypoint x="450" y="142" />
|
|
<di:waypoint x="450" y="230" />
|
|
<di:waypoint x="530" y="230" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_1g26zbi_di" bpmnElement="SequenceFlow_1g26zbi">
|
|
<di:waypoint x="450" y="142" />
|
|
<di:waypoint x="450" y="340" />
|
|
<di:waypoint x="530" y="340" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_11uv01u_di" bpmnElement="SequenceFlow_11uv01u">
|
|
<di:waypoint x="630" y="117" />
|
|
<di:waypoint x="685" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="ParallelGateway_0mw7nfq_di" bpmnElement="ExclusiveGateway_0e4eseh">
|
|
<dc:Bounds x="685" y="92" width="50" height="50" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_0z80s5o_di" bpmnElement="SequenceFlow_0z80s5o">
|
|
<di:waypoint x="630" y="230" />
|
|
<di:waypoint x="710" y="230" />
|
|
<di:waypoint x="710" y="142" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_0cquzxd_di" bpmnElement="SequenceFlow_0cquzxd">
|
|
<di:waypoint x="630" y="340" />
|
|
<di:waypoint x="710" y="340" />
|
|
<di:waypoint x="710" y="142" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_0uq97wv_di" bpmnElement="SequenceFlow_0uq97wv">
|
|
<di:waypoint x="735" y="117" />
|
|
<di:waypoint x="790" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="EndEvent_03j72ek_di" bpmnElement="EndEvent_03j72ek">
|
|
<dc:Bounds x="952" y="99" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="SequenceFlow_1a97zm5_di" bpmnElement="SequenceFlow_1a97zm5">
|
|
<di:waypoint x="890" y="117" />
|
|
<di:waypoint x="952" y="117" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="UserTask_1k9d01t_di" bpmnElement="Task_0rpy9wa">
|
|
<dc:Bounds x="270" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="UserTask_1cvekvq_di" bpmnElement="Task_0ubymyg">
|
|
<dc:Bounds x="530" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="UserTask_100fy8j_di" bpmnElement="Task_1gd4zvp">
|
|
<dc:Bounds x="530" y="190" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="UserTask_0f0qik2_di" bpmnElement="Task_0anfkt0">
|
|
<dc:Bounds x="530" y="300" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="UserTask_1hby9o0_di" bpmnElement="Task_1liod5x">
|
|
<dc:Bounds x="790" y="77" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|