-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #912 from bpmn-miwg/2024-demo
Add BPMN MIWG 2023 demo results to reference
- Loading branch information
Showing
7 changed files
with
1,107 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" xmlns:camunda="http://camunda.org/schema/1.0/bpmn" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn/Definitions_1" exporter="Camunda Web Modeler" exporterVersion="3cd8340" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.1.0" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" camunda:diagramRelationId="af86f867-ab21-41fd-aa8f-3d258886a557"> | ||
<bpmn:message id="Message_1" name="MESSAGE_documentReceived"> | ||
<bpmn:extensionElements> | ||
<zeebe:subscription correlationKey="= documentReferenceId" /> | ||
</bpmn:extensionElements> | ||
</bpmn:message> | ||
<bpmn:collaboration id="Collaboration_0liisio"> | ||
<bpmn:participant id="Participant_02" name="Document Request" processRef="requestDocument_en" /> | ||
</bpmn:collaboration> | ||
<bpmn:process id="requestDocument_en" name="Document Request" isExecutable="true" camunda:isStartableInTasklist="false"> | ||
<bpmn:sendTask id="SendTask_RequestDocument" name="Request document" camunda:async="true" camunda:type="external" camunda:topic="emailService"> | ||
<bpmn:extensionElements> | ||
<zeebe:taskDefinition type="email" /> | ||
</bpmn:extensionElements> | ||
<bpmn:incoming>SequenceFlow_0d7dzn0</bpmn:incoming> | ||
<bpmn:outgoing>SequenceFlow_18a0pzl</bpmn:outgoing> | ||
</bpmn:sendTask> | ||
<bpmn:endEvent id="EndEvent_TalkedToCustomer" name="Answer received" camunda:asyncAfter="true"> | ||
<bpmn:incoming>SequenceFlow_3</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:sendTask id="SendTask_SendReminderEmail" name="Send reminder email" camunda:asyncBefore="true" camunda:type="external" camunda:topic="emailService"> | ||
<bpmn:extensionElements> | ||
<zeebe:taskDefinition type="email" /> | ||
</bpmn:extensionElements> | ||
<bpmn:incoming>SequenceFlow_1bqpxlf</bpmn:incoming> | ||
<bpmn:outgoing>SequenceFlow_2</bpmn:outgoing> | ||
</bpmn:sendTask> | ||
<bpmn:userTask id="UserTask_CallCustomer" name="Call customer"> | ||
<bpmn:incoming>SequenceFlow_0i97ejj</bpmn:incoming> | ||
<bpmn:outgoing>SequenceFlow_3</bpmn:outgoing> | ||
</bpmn:userTask> | ||
<bpmn:receiveTask id="ReceiveTask_WaitForDocument" name="Wait for answer" messageRef="Message_1"> | ||
<bpmn:incoming>SequenceFlow_18a0pzl</bpmn:incoming> | ||
<bpmn:outgoing>SequenceFlow_6</bpmn:outgoing> | ||
</bpmn:receiveTask> | ||
<bpmn:endEvent id="EndEvent_GotDocument" name="Document received" camunda:asyncAfter="true"> | ||
<bpmn:incoming>SequenceFlow_6</bpmn:incoming> | ||
</bpmn:endEvent> | ||
<bpmn:startEvent id="StartEvent_DocumentRequested" name="Document requested"> | ||
<bpmn:outgoing>SequenceFlow_0d7dzn0</bpmn:outgoing> | ||
</bpmn:startEvent> | ||
<bpmn:boundaryEvent id="BoundaryEvent_1" name="daily" cancelActivity="false" attachedToRef="ReceiveTask_WaitForDocument"> | ||
<bpmn:outgoing>SequenceFlow_1bqpxlf</bpmn:outgoing> | ||
<bpmn:timerEventDefinition id="_TimerEventDefinition_2"> | ||
<bpmn:timeCycle xsi:type="bpmn:tFormalExpression">R6/P1D</bpmn:timeCycle> | ||
</bpmn:timerEventDefinition> | ||
</bpmn:boundaryEvent> | ||
<bpmn:boundaryEvent id="BoundaryEvent_2" name="1 week" attachedToRef="ReceiveTask_WaitForDocument"> | ||
<bpmn:outgoing>SequenceFlow_0i97ejj</bpmn:outgoing> | ||
<bpmn:timerEventDefinition id="_TimerEventDefinition_3"> | ||
<bpmn:timeDuration xsi:type="bpmn:tFormalExpression">P7D</bpmn:timeDuration> | ||
</bpmn:timerEventDefinition> | ||
</bpmn:boundaryEvent> | ||
<bpmn:sequenceFlow id="SequenceFlow_6" name="" sourceRef="ReceiveTask_WaitForDocument" targetRef="EndEvent_GotDocument" /> | ||
<bpmn:sequenceFlow id="SequenceFlow_0i97ejj" sourceRef="BoundaryEvent_2" targetRef="UserTask_CallCustomer" /> | ||
<bpmn:sequenceFlow id="SequenceFlow_1bqpxlf" sourceRef="BoundaryEvent_1" targetRef="SendTask_SendReminderEmail" /> | ||
<bpmn:sequenceFlow id="SequenceFlow_2" name="" sourceRef="SendTask_SendReminderEmail" targetRef="EndEvent_ReminderSent" /> | ||
<bpmn:sequenceFlow id="SequenceFlow_3" name="" sourceRef="UserTask_CallCustomer" targetRef="EndEvent_TalkedToCustomer" /> | ||
<bpmn:sequenceFlow id="SequenceFlow_18a0pzl" sourceRef="SendTask_RequestDocument" targetRef="ReceiveTask_WaitForDocument" /> | ||
<bpmn:sequenceFlow id="SequenceFlow_0d7dzn0" sourceRef="StartEvent_DocumentRequested" targetRef="SendTask_RequestDocument" /> | ||
<bpmn:endEvent id="EndEvent_ReminderSent" name="Email sent"> | ||
<bpmn:incoming>SequenceFlow_2</bpmn:incoming> | ||
</bpmn:endEvent> | ||
</bpmn:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> | ||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0liisio"> | ||
<bpmndi:BPMNShape id="Participant_012xlj2_di" bpmnElement="Participant_02" isHorizontal="true"> | ||
<dc:Bounds x="156" y="76" width="829" height="301" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="SendTask_1hvdsj6_di" bpmnElement="SendTask_RequestDocument"> | ||
<dc:Bounds x="323" y="99" width="100" height="80" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="_BPMNShape_EndEvent_30" bpmnElement="EndEvent_TalkedToCustomer"> | ||
<dc:Bounds x="900" y="206" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="879" y="247" width="81" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="SendTask_0rs6zt3_di" bpmnElement="SendTask_SendReminderEmail"> | ||
<dc:Bounds x="663" y="280" width="100" height="80" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="UserTask_1pu6sug_di" bpmnElement="UserTask_CallCustomer"> | ||
<dc:Bounds x="663" y="184" width="100" height="80" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="ReceiveTask_1707zk0_di" bpmnElement="ReceiveTask_WaitForDocument"> | ||
<dc:Bounds x="494" y="99" width="100" height="80" /> | ||
<bpmndi:BPMNLabel /> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="EndEvent_1u6qjao_di" bpmnElement="EndEvent_GotDocument"> | ||
<dc:Bounds x="900" y="121" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="893" y="157" width="52" height="27" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_DocumentRequested"> | ||
<dc:Bounds x="212" y="121" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="205" y="157" width="52" height="27" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="_BPMNShape_EndEvent_29" bpmnElement="EndEvent_ReminderSent"> | ||
<dc:Bounds x="900" y="302" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="892" y="338" width="53" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_5" bpmnElement="BoundaryEvent_2"> | ||
<dc:Bounds x="576" y="161" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="605" y="196" width="36" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape id="_BPMNShape_BoundaryEvent_4" bpmnElement="BoundaryEvent_1"> | ||
<dc:Bounds x="527" y="161" width="36" height="36" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="515" y="196" width="24" height="14" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_6" bpmnElement="SequenceFlow_6"> | ||
<di:waypoint x="594" y="139" /> | ||
<di:waypoint x="900" y="139" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="591" y="139" width="90" height="6" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="SequenceFlow_0i97ejj_di" bpmnElement="SequenceFlow_0i97ejj"> | ||
<di:waypoint x="594" y="197" /> | ||
<di:waypoint x="594" y="224" /> | ||
<di:waypoint x="663" y="224" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="488" y="224" width="90" height="0" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="SequenceFlow_1bqpxlf_di" bpmnElement="SequenceFlow_1bqpxlf"> | ||
<di:waypoint x="545" y="197" /> | ||
<di:waypoint x="545" y="320" /> | ||
<di:waypoint x="663" y="320" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="484" y="235" width="90" height="0" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_2" bpmnElement="SequenceFlow_2"> | ||
<di:waypoint x="763" y="320" /> | ||
<di:waypoint x="900" y="320" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="681" y="320" width="90" height="6" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_SequenceFlow_3" bpmnElement="SequenceFlow_3"> | ||
<di:waypoint x="763" y="224" /> | ||
<di:waypoint x="900" y="224" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="681" y="224" width="90" height="6" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="SequenceFlow_18a0pzl_di" bpmnElement="SequenceFlow_18a0pzl"> | ||
<di:waypoint x="423" y="139" /> | ||
<di:waypoint x="494" y="139" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="369" y="129" width="90" height="0" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="SequenceFlow_0d7dzn0_di" bpmnElement="SequenceFlow_0d7dzn0"> | ||
<di:waypoint x="248" y="139" /> | ||
<di:waypoint x="323" y="139" /> | ||
<bpmndi:BPMNLabel> | ||
<dc:Bounds x="152" y="121" width="90" height="0" /> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNEdge> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn:definitions> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.