45 lines
2.3 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: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: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:BPMNEdge id="Flow_1cygwuw_di" bpmnElement="Flow_1cygwuw">
<di:waypoint x="188" y="190" />
<di:waypoint x="240" y="190" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>