2023-05-09 15:40:56 -04:00

93 lines
4.2 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_sv3gl14" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1mtrss5</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1mtrss5" sourceRef="StartEvent_1" targetRef="Activity_1x1dfbq" />
<bpmn:sequenceFlow id="Flow_0p0vooh" sourceRef="Activity_1x1dfbq" targetRef="Activity_14nykkb" />
<bpmn:sequenceFlow id="Flow_0tv1x8e" sourceRef="Activity_14nykkb" targetRef="Activity_0da2qco" />
<bpmn:endEvent id="Event_0bw0599">
<bpmn:incoming>Flow_1svwu1k</bpmn:incoming>
</bpmn:endEvent>
<bpmn:manualTask id="Activity_1x1dfbq" name="Long page 1">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># This is very long page.
{% for n in range(200) %}
* This is one of 50 list items.
{% endfor %}
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1mtrss5</bpmn:incoming>
<bpmn:outgoing>Flow_0p0vooh</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:manualTask id="Activity_14nykkb" name="Long Page 2">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># This is ANOTHER very long page.
{% for n in range(200) %}
* This is ANOTHER one of 50 list items.
{% endfor %}
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0p0vooh</bpmn:incoming>
<bpmn:outgoing>Flow_0tv1x8e</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:manualTask id="Activity_0da2qco" name="Long Page 3">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># This is ANOTHER very long page.
{%= my_undefined_var %}
{% for n in range(200) %}
* This is ANOTHER one of 50 list items.
{% endfor %}
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0tv1x8e</bpmn:incoming>
<bpmn:outgoing>Flow_1svwu1k</bpmn:outgoing>
</bpmn:manualTask>
<bpmn:sequenceFlow id="Flow_1svwu1k" sourceRef="Activity_0da2qco" targetRef="Event_0bw0599" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_sv3gl14">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0bw0599_di" bpmnElement="Event_0bw0599">
<dc:Bounds x="752" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_09u0vpn_di" bpmnElement="Activity_1x1dfbq">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1k1wo0e_di" bpmnElement="Activity_14nykkb">
<dc:Bounds x="430" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="BPMNShape_0yzza2t" bpmnElement="Activity_0da2qco">
<dc:Bounds x="590" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1mtrss5_di" bpmnElement="Flow_1mtrss5">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0p0vooh_di" bpmnElement="Flow_0p0vooh">
<di:waypoint x="370" y="177" />
<di:waypoint x="430" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0tv1x8e_di" bpmnElement="Flow_0tv1x8e">
<di:waypoint x="530" y="177" />
<di:waypoint x="590" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1svwu1k_di" bpmnElement="Flow_1svwu1k">
<di:waypoint x="690" y="177" />
<di:waypoint x="752" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>