mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
86 lines
4.6 KiB
XML
86 lines
4.6 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_user_task_input_collection" name="MI User Task 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_0wovgpj" />
|
|
<bpmn:endEvent id="Event_0uplx1r">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser>End MI Parallel User 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:userTask id="Activity_0y1unxh" name="Parallel Multi Instance User Task">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:preScript />
|
|
<spiffworkflow:postScript />
|
|
<spiffworkflow:instructionsForEndUser />
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="get-user-name-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="get-user-name-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_1qayeoj</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_100pgsz</bpmn:outgoing>
|
|
<bpmn:multiInstanceLoopCharacteristics>
|
|
<bpmn:loopDataInputRef>mylist</bpmn:loopDataInputRef>
|
|
<bpmn:loopDataOutputRef>z</bpmn:loopDataOutputRef>
|
|
<bpmn:inputDataItem id="c" name="c" />
|
|
<bpmn:outputDataItem id="firstName" name="firstName" />
|
|
</bpmn:multiInstanceLoopCharacteristics>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_1qayeoj" sourceRef="Activity_0wovgpj" targetRef="Activity_0y1unxh" />
|
|
<bpmn:manualTask id="Activity_0wovgpj">
|
|
<bpmn:incoming>Flow_1sci8ro</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1qayeoj</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Test_Multi_Instance_user_task_input_collection">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-8" 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="90" y="137" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_08bt1kn_di" bpmnElement="Activity_0y1unxh">
|
|
<dc:Bounds x="430" y="137" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1u4394u_di" bpmnElement="Activity_0wovgpj">
|
|
<dc:Bounds x="250" y="137" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_11sx51y_di" bpmnElement="Flow_11sx51y">
|
|
<di:waypoint x="28" y="177" />
|
|
<di:waypoint x="90" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1sci8ro_di" bpmnElement="Flow_1sci8ro">
|
|
<di:waypoint x="190" y="177" />
|
|
<di:waypoint x="250" 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:BPMNEdge id="Flow_1qayeoj_di" bpmnElement="Flow_1qayeoj">
|
|
<di:waypoint x="350" y="177" />
|
|
<di:waypoint x="430" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|