demo-process-models/playground/dilshad/dilshad-workflow/lanes.bpmn

68 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0ibnyhd" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.11.1" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
<bpmn:process id="Process_14deqgz" name="Test User Task">
<bpmn:startEvent id="Event_10h437a" name="Start Order">
<bpmn:outgoing>Flow_0xhxs9z</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="Event_1a4lb5l" name="End Order">
<bpmn:incoming>Flow_1ho7x8t</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0xhxs9z" sourceRef="Event_10h437a" targetRef="Activity_1xjg7xh" />
<bpmn:sequenceFlow id="Flow_1ho7x8t" sourceRef="Activity_1cr8k68" targetRef="Event_1a4lb5l" />
<bpmn:userTask id="Activity_1xjg7xh" name="Select Product">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="select_product_and_quality.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="select_product_and_quality.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0xhxs9z</bpmn:incoming>
<bpmn:outgoing>Flow_1qae7jf</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_1qae7jf" sourceRef="Activity_1xjg7xh" targetRef="Activity_1cr8k68" />
<bpmn:businessRuleTask id="Activity_1cr8k68" name="Lookup Product Price">
<bpmn:extensionElements>
<spiffworkflow:calledDecisionId>product_price</spiffworkflow:calledDecisionId>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1qae7jf</bpmn:incoming>
<bpmn:outgoing>Flow_1ho7x8t</bpmn:outgoing>
</bpmn:businessRuleTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_14deqgz">
<bpmndi:BPMNShape id="Event_10h437a_di" bpmnElement="Event_10h437a">
<dc:Bounds x="392" y="242" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="383" y="285" width="56" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_18p0pnx_di" bpmnElement="Activity_1xjg7xh">
<dc:Bounds x="580" y="220" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0qdw4gz_di" bpmnElement="Activity_1cr8k68">
<dc:Bounds x="810" y="220" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1a4lb5l_di" bpmnElement="Event_1a4lb5l">
<dc:Bounds x="1062" y="242" width="36" height="36" />
<bpmndi:BPMNLabel>
<dc:Bounds x="1055" y="285" width="53" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0xhxs9z_di" bpmnElement="Flow_0xhxs9z">
<di:waypoint x="428" y="260" />
<di:waypoint x="580" y="260" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1ho7x8t_di" bpmnElement="Flow_1ho7x8t">
<di:waypoint x="910" y="260" />
<di:waypoint x="1062" y="260" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1qae7jf_di" bpmnElement="Flow_1qae7jf">
<di:waypoint x="680" y="260" />
<di:waypoint x="810" y="260" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>