mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
58 lines
3.2 KiB
XML
58 lines
3.2 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_1pfkv08" messages="[object Object],[object Object],[object Object],[object Object]">
|
|
<bpmn:participant id="Participant_140oa8u" processRef="Process_bd2e724" />
|
|
<bpmn:correlationKey name="CorrelationKey_1b6a1c9" />
|
|
</bpmn:collaboration>
|
|
<bpmn:process id="Process_bd2e724" isExecutable="true">
|
|
<bpmn:endEvent id="Event_0r9n1wt">
|
|
<bpmn:incoming>Flow_0qanvbo</bpmn:incoming>
|
|
</bpmn:endEvent>
|
|
<bpmn:manualTask id="manual_task_id" name="Manual Task">
|
|
<bpmn:incoming>Flow_0cgghnv</bpmn:incoming>
|
|
<bpmn:outgoing>Flow_0qanvbo</bpmn:outgoing>
|
|
</bpmn:manualTask>
|
|
<bpmn:startEvent id="StartEvent_1">
|
|
<bpmn:outgoing>Flow_0cgghnv</bpmn:outgoing>
|
|
<bpmn:messageEventDefinition id="MessageEventDefinition_1vfr21z" messageRef="Message_1" />
|
|
</bpmn:startEvent>
|
|
<bpmn:sequenceFlow id="Flow_0qanvbo" sourceRef="manual_task_id" targetRef="Event_0r9n1wt" />
|
|
<bpmn:sequenceFlow id="Flow_0cgghnv" sourceRef="StartEvent_1" targetRef="manual_task_id" />
|
|
</bpmn:process>
|
|
<bpmn:message id="Message_1" name="Message_1">
|
|
<bpmn:extensionElements>
|
|
<spiffworkflow:messageVariable>mes1</spiffworkflow:messageVariable>
|
|
</bpmn:extensionElements>
|
|
</bpmn:message>
|
|
<bpmn:correlationProperty id="CorrelationProperty_1gqha8w" name="CorrelationProperty_1gqha8w">
|
|
<bpmn:correlationPropertyRetrievalExpression messageRef="Message_1">
|
|
<bpmn:formalExpression>key_payload</bpmn:formalExpression>
|
|
</bpmn:correlationPropertyRetrievalExpression>
|
|
</bpmn:correlationProperty>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1pfkv08">
|
|
<bpmndi:BPMNShape id="Participant_140oa8u_di" bpmnElement="Participant_140oa8u" isHorizontal="true">
|
|
<dc:Bounds x="120" y="60" width="520" height="250" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0r9n1wt_di" bpmnElement="Event_0r9n1wt">
|
|
<dc:Bounds x="422" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Activity_0bhjiky_di" bpmnElement="manual_task_id">
|
|
<dc:Bounds x="270" y="137" width="100" height="80" />
|
|
<bpmndi:BPMNLabel />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="Event_0tgtcnt_di" bpmnElement="StartEvent_1">
|
|
<dc:Bounds x="179" y="159" width="36" height="36" />
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNEdge id="Flow_0qanvbo_di" bpmnElement="Flow_0qanvbo">
|
|
<di:waypoint x="370" y="177" />
|
|
<di:waypoint x="422" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
<bpmndi:BPMNEdge id="Flow_0cgghnv_di" bpmnElement="Flow_0cgghnv">
|
|
<di:waypoint x="215" y="177" />
|
|
<di:waypoint x="270" y="177" />
|
|
</bpmndi:BPMNEdge>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions>
|