2024-07-15 10:40:05 -04:00

69 lines
3.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: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="Test_Multi_Instance_parallel_manual_task_input_collection" name="MI Manual Task Parallel Input Collection" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_11sx51y</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_11sx51y" sourceRef="StartEvent_1" targetRef="Activity_0o22jvu" />
<bpmn:sequenceFlow id="Flow_1sci8ro" sourceRef="Activity_0o22jvu" targetRef="Activity_0y1unxh" />
<bpmn:endEvent id="Event_0uplx1r">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser>End MI Parallel Manual Task Input Collection Unit Test. </spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_100pgsz</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_100pgsz" sourceRef="Activity_0y1unxh" targetRef="Event_0uplx1r" />
<bpmn:scriptTask id="Activity_0o22jvu" name="Initializing Script Task">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser />
</bpmn:extensionElements>
<bpmn:incoming>Flow_11sx51y</bpmn:incoming>
<bpmn:outgoing>Flow_1sci8ro</bpmn:outgoing>
<bpmn:script>mylist = ["apple", "banana", "cherry"]</bpmn:script>
</bpmn:scriptTask>
<bpmn:manualTask id="Activity_0y1unxh" name="Parallel Multi Instance Manual Task" spiffworkflow:isOutputSynced="false">
<bpmn:extensionElements>
<spiffworkflow:preScript />
<spiffworkflow:postScript />
<spiffworkflow:instructionsForEndUser />
</bpmn:extensionElements>
<bpmn:incoming>Flow_1sci8ro</bpmn:incoming>
<bpmn:outgoing>Flow_100pgsz</bpmn:outgoing>
<bpmn:multiInstanceLoopCharacteristics isSequential="true">
<bpmn:loopDataInputRef>mylist</bpmn:loopDataInputRef>
<bpmn:loopDataOutputRef>z</bpmn:loopDataOutputRef>
</bpmn:multiInstanceLoopCharacteristics>
</bpmn:manualTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Test_Multi_Instance_parallel_manual_task_input_collection">
<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_0uplx1r_di" bpmnElement="Event_0uplx1r">
<dc:Bounds x="592" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_06yqodz_di" bpmnElement="Activity_0o22jvu">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1ygjg19_di" bpmnElement="Activity_0y1unxh">
<dc:Bounds x="430" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_11sx51y_di" bpmnElement="Flow_11sx51y">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1sci8ro_di" bpmnElement="Flow_1sci8ro">
<di:waypoint x="370" y="177" />
<di:waypoint x="430" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_100pgsz_di" bpmnElement="Flow_100pgsz">
<di:waypoint x="530" y="177" />
<di:waypoint x="592" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>