mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 01:38:07 +00:00
103 lines
5.3 KiB
XML
103 lines
5.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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
|
<bpmn:collaboration id="Collaboration_1gv878q">
|
|
<bpmn:participant id="Participant_0m2fswd" processRef="Process_8ydk0bh" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_8ydk0bh" isExecutable="true">
|
|
<bpmn:laneSet id="LaneSet_19zwbwi">
|
|
<bpmn:lane id="Lane_1xwssek">
|
|
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_19x8z4q</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Event_1enhsap</bpmn:flowNodeRef>
|
|
<bpmn:flowNodeRef>Activity_0u39yj2</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
<bpmn:lane id="Lane_1hrnzcs" name="approvers_one">
|
|
<bpmn:flowNodeRef>Activity_1kdx24p</bpmn:flowNodeRef>
|
|
</bpmn:lane>
|
|
</bpmn:laneSet>
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_130ey79</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:userTask id="Activity_19x8z4q" name="Make Request">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="request-schema.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="request-uischema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_130ey79</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1gfzcde</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_130ey79" sourceRef="StartEvent_1" targetRef="Activity_19x8z4q" />
|
|
<bpmn:endEvent id="Event_1enhsap">
|
|
<bpmn:incoming>Flow_12aqem8</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_1gfzcde" sourceRef="Activity_19x8z4q" targetRef="Activity_0u39yj2" />
|
|
<bpmn:scriptTask id="Activity_0u39yj2" name="set lane ownsers">
|
|
<bpmn:incoming>Flow_1gfzcde</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0qdzj5v</bpmn:outgoing>
|
|
<bpmn:script>lane_owners = {"approvers_one": ["dingli@gmail.com"]}</bpmn:script>
|
|
</bpmn:scriptTask>
|
|
<bpmn:sequenceFlow id="Flow_0qdzj5v" sourceRef="Activity_0u39yj2" targetRef="Activity_1kdx24p" />
|
|
<bpmn:sequenceFlow id="Flow_12aqem8" sourceRef="Activity_1kdx24p" targetRef="Event_1enhsap" />
|
|
<bpmn:manualTask id="Activity_1kdx24p" name="Approve Request">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:instructionsForEndUser># Approve it
|
|
By clicking the button below you approve this request.
|
|
</spiffworkflow:instructionsForEndUser>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0qdzj5v</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_12aqem8</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1gv878q">
|
|
<bpmndi:BPMNShape id="Participant_0m2fswd_di" bpmnElement="Participant_0m2fswd" isHorizontal="true">
|
|
<dc:Bounds x="-120" y="0" width="600" height="250" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_1xwssek_di" bpmnElement="Lane_1xwssek" isHorizontal="true">
|
|
<dc:Bounds x="-90" y="0" width="570" height="125" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Lane_1hrnzcs_di" bpmnElement="Lane_1hrnzcs" isHorizontal="true">
|
|
<dc:Bounds x="-90" y="125" width="570" height="125" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="-38" y="42" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_03z51oi_di" bpmnElement="Activity_19x8z4q">
|
|
<dc:Bounds x="50" y="20" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1enhsap_di" bpmnElement="Event_1enhsap">
|
|
<dc:Bounds x="412" y="42" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0dbxi08_di" bpmnElement="Activity_0u39yj2">
|
|
<dc:Bounds x="170" y="20" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_00kp7i0_di" bpmnElement="Activity_1kdx24p">
|
|
<dc:Bounds x="170" y="150" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_130ey79_di" bpmnElement="Flow_130ey79">
|
|
<di:waypoint x="-2" y="60" />
|
|
<di:waypoint x="50" y="60" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1gfzcde_di" bpmnElement="Flow_1gfzcde">
|
|
<di:waypoint x="150" y="60" />
|
|
<di:waypoint x="170" y="60" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0qdzj5v_di" bpmnElement="Flow_0qdzj5v">
|
|
<di:waypoint x="220" y="100" />
|
|
<di:waypoint x="220" y="150" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_12aqem8_di" bpmnElement="Flow_12aqem8">
|
|
<di:waypoint x="270" y="190" />
|
|
<di:waypoint x="341" y="190" />
|
|
<di:waypoint x="341" y="60" />
|
|
<di:waypoint x="412" y="60" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|