mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-22 12:48:21 +00:00
62 lines
3.3 KiB
XML
62 lines
3.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: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="Proccess_k1cmu31" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_05vxe68</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_05vxe68" sourceRef="StartEvent_1" targetRef="Activity_1nxo4yd" />
|
|
<bpmn:endEvent id="Event_1d47bjb">
|
|
<bpmn:incoming>Flow_1l1a3iv</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:sequenceFlow id="Flow_0se0cv1" sourceRef="Activity_1nxo4yd" targetRef="Activity_1a7v1zi" />
|
|
<bpmn:userTask id="Activity_1nxo4yd" name="Complete Form">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="fofm.json" />
|
|
<spiffworkflow:property name="formUiSchemaFilename" value="schema.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_05vxe68</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0se0cv1</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_1l1a3iv" sourceRef="Activity_1a7v1zi" targetRef="Event_1d47bjb" />
|
|
<bpmn:businessRuleTask id="Activity_1a7v1zi" name="Based on last name, set awesomeness">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:calledDecisionId>awesome</spiffworkflow:calledDecisionId>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0se0cv1</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1l1a3iv</bpmn:outgoing>
|
|
</bpmn:businessRuleTask>
|
|
</bpmn:process>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_k1cmu31">
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="192" y="202" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_1d47bjb_di" bpmnElement="Event_1d47bjb">
|
|
<dc:Bounds x="772" y="202" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_02qdcao_di" bpmnElement="Activity_1nxo4yd">
|
|
<dc:Bounds x="280" y="180" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_07ajb3h_di" bpmnElement="Activity_1a7v1zi">
|
|
<dc:Bounds x="500" y="180" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_05vxe68_di" bpmnElement="Flow_05vxe68">
|
|
<di:waypoint x="228" y="220" />
|
|
<di:waypoint x="280" y="220" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0se0cv1_di" bpmnElement="Flow_0se0cv1">
|
|
<di:waypoint x="380" y="220" />
|
|
<di:waypoint x="500" y="220" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1l1a3iv_di" bpmnElement="Flow_1l1a3iv">
|
|
<di:waypoint x="600" y="220" />
|
|
<di:waypoint x="772" y="220" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|