demo-process-models/playground/matplus/marco-thom/marco-thom.bpmn

87 lines
4.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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_marco_thom_4l3bjoe" isExecutable="true">
<bpmn:dataObject id="DataObject_0ecllxl" name="Data Object 0 Ecllxl" />
<bpmn:dataObjectReference id="DataObjectReference_1tlymxi" dataObjectRef="DataObject_0ecllxl" />
<bpmn:startEvent id="Event_1dpm3v5">
<bpmn:outgoing>Flow_1cygwuw</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1cygwuw" sourceRef="Event_1dpm3v5" targetRef="Activity_1d3q3ni" />
<bpmn:scriptTask id="Activity_1d3q3ni" name="Simple Script Task">
<bpmn:extensionElements>
<spiffworkflow:unitTests>
<spiffworkflow:unitTest id="Simple_Test">
<spiffworkflow:inputJson>{}</spiffworkflow:inputJson>
<spiffworkflow:expectedOutputJson>{}</spiffworkflow:expectedOutputJson>
</spiffworkflow:unitTest>
</spiffworkflow:unitTests>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1cygwuw</bpmn:incoming>
<bpmn:outgoing>Flow_0znr9de</bpmn:outgoing>
<bpmn:script>age = 35
height = 1.90
bikes = ["20inch", "27.5 inch"]
is_working = True
likes_SPIFF = True
my_name = "Marco"</bpmn:script>
</bpmn:scriptTask>
<bpmn:endEvent id="Event_0cx97a6">
<bpmn:incoming>Flow_1w7wf3f</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0znr9de" sourceRef="Activity_1d3q3ni" targetRef="Activity_01b7nsz" />
<bpmn:userTask id="Activity_01b7nsz" name="Simple User Task">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="simple-user-task-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="simple-user-task-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0znr9de</bpmn:incoming>
<bpmn:outgoing>Flow_1ysjh8j</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1ysjh8j" sourceRef="Activity_01b7nsz" targetRef="Activity_1lolehc" />
<bpmn:sequenceFlow id="Flow_1w7wf3f" sourceRef="Activity_1lolehc" targetRef="Event_0cx97a6" />
<bpmn:serviceTask id="Activity_1lolehc" name="Simple Service Task">
<bpmn:incoming>Flow_1ysjh8j</bpmn:incoming>
<bpmn:outgoing>Flow_1w7wf3f</bpmn:outgoing>
</bpmn:serviceTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_marco_thom_4l3bjoe">
<bpmndi:BPMNShape id="Event_1dpm3v5_di" bpmnElement="Event_1dpm3v5">
<dc:Bounds x="152" y="172" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_141fww1_di" bpmnElement="Activity_1d3q3ni">
<dc:Bounds x="240" y="150" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0cx97a6_di" bpmnElement="Event_0cx97a6">
<dc:Bounds x="872" y="172" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1kvemi8_di" bpmnElement="Activity_01b7nsz">
<dc:Bounds x="440" y="150" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_07qbpjz_di" bpmnElement="Activity_1lolehc">
<dc:Bounds x="660" y="150" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1cygwuw_di" bpmnElement="Flow_1cygwuw">
<di:waypoint x="188" y="190" />
<di:waypoint x="240" y="190" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0znr9de_di" bpmnElement="Flow_0znr9de">
<di:waypoint x="340" y="190" />
<di:waypoint x="440" y="190" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ysjh8j_di" bpmnElement="Flow_1ysjh8j">
<di:waypoint x="540" y="190" />
<di:waypoint x="660" y="190" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1w7wf3f_di" bpmnElement="Flow_1w7wf3f">
<di:waypoint x="760" y="190" />
<di:waypoint x="872" y="190" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>