mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
60 lines
3.3 KiB
XML
60 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:collaboration id="Collaboration_0kp8epc">
|
|
<bpmn:participant id="Participant_0iktae8" processRef="Process_bd2e724" />
|
|
<bpmn:participant id="Participant_18ldjc3" processRef="Process_16aw9ra" />
|
|
<bpmn:messageFlow id="Flow_1akxdql" sourceRef="Participant_18ldjc3" targetRef="Activity_0fxjxwi" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_bd2e724" isExecutable="true">
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0zauvz2</bpmn:outgoing>
|
|
</bpmn:startEvent>
|
|
<bpmn:endEvent id="Event_0j93y48">
|
|
<bpmn:incoming>Flow_1w415vz</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:userTask id="Activity_0fxjxwi" name="Manual Task">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:properties>
|
|
<spiffworkflow:property name="formJsonSchemaFilename" value="A.1.0.1-1.json" />
|
|
</spiffworkflow:properties>
|
|
</bpmn:extensionElements>
|
|
<bpmn:incoming>Flow_0zauvz2</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_1w415vz</bpmn:outgoing>
|
|
</bpmn:userTask>
|
|
<bpmn:sequenceFlow id="Flow_0zauvz2" sourceRef="StartEvent_1" targetRef="Activity_0fxjxwi" />
|
|
<bpmn:sequenceFlow id="Flow_1w415vz" sourceRef="Activity_0fxjxwi" targetRef="Event_0j93y48" />
|
|
</bpmn:process>
|
|
<bpmn:process id="Process_16aw9ra" />
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0kp8epc">
|
|
<bpmndi:BPMNShape id="Participant_0iktae8_di" bpmnElement="Participant_0iktae8" isHorizontal="true">
|
|
<dc:Bounds x="129" y="52" width="600" height="250" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0j93y48_di" bpmnElement="Event_0j93y48">
|
|
<dc:Bounds x="432" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_1yz1qns_di" bpmnElement="Activity_0fxjxwi">
|
|
<dc:Bounds x="270" y="137" width="100" height="80" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0zauvz2_di" bpmnElement="Flow_0zauvz2">
|
|
<di:waypoint x="215" y="177" />
|
|
<di:waypoint x="270" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_1w415vz_di" bpmnElement="Flow_1w415vz">
|
|
<di:waypoint x="370" y="177" />
|
|
<di:waypoint x="432" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNShape id="Participant_18ldjc3_di" bpmnElement="Participant_18ldjc3" isHorizontal="true">
|
|
<dc:Bounds x="129" y="320" width="600" height="70" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_1akxdql_di" bpmnElement="Flow_1akxdql">
|
|
<di:waypoint x="320" y="320" />
|
|
<di:waypoint x="320" y="217" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|