sample-process-models/test/test1/test1.bpmn

56 lines
3.0 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:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
<bpmn:process id="Process_test_test1_test1_bd2e724" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1nx6qr6</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1nx6qr6" sourceRef="StartEvent_1" targetRef="Activity_1l35iyt" />
<bpmn:endEvent id="Event_0z9fy4o">
<bpmn:incoming>Flow_109f51l</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_109f51l" sourceRef="Activity_1ld1dve" targetRef="Event_0z9fy4o" />
<bpmn:businessRuleTask id="Activity_1ld1dve" name="Test">
<bpmn:extensionElements>
<spiffworkflow:calledDecision decisionId="Test_1" />
</bpmn:extensionElements>
<bpmn:incoming>Flow_0gcfwj8</bpmn:incoming>
<bpmn:outgoing>Flow_109f51l</bpmn:outgoing>
</bpmn:businessRuleTask>
<bpmn:sequenceFlow id="Flow_0gcfwj8" sourceRef="Activity_1l35iyt" targetRef="Activity_1ld1dve" />
<bpmn:scriptTask id="Activity_1l35iyt" name="Set Test">
<bpmn:incoming>Flow_1nx6qr6</bpmn:incoming>
<bpmn:outgoing>Flow_0gcfwj8</bpmn:outgoing>
<bpmn:script>test = "test"</bpmn:script>
</bpmn:scriptTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_test_test1_test1_bd2e724">
<bpmndi:BPMNEdge id="Flow_109f51l_di" bpmnElement="Flow_109f51l">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1nx6qr6_di" bpmnElement="Flow_1nx6qr6">
<di:waypoint x="48" y="177" />
<di:waypoint x="100" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0gcfwj8_di" bpmnElement="Flow_0gcfwj8">
<di:waypoint x="200" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNShape id="Event_0z9fy4o_di" bpmnElement="Event_0z9fy4o">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_02mqalg_di" bpmnElement="Activity_1ld1dve">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="12" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1is72nq_di" bpmnElement="Activity_1l35iyt">
<dc:Bounds x="100" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>