Skip to content

Instantly share code, notes, and snippets.

View saig0's full-sized avatar
🌱
May the source be with you.

Philipp Ossler saig0

🌱
May the source be with you.
View GitHub Profile
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_02sgvrl" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Zeebe Modeler" exporterVersion="0.11.0">
<bpmn:process id="treeLike" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1utxg8g</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:exclusiveGateway id="Gateway_0dctso9" default="Flow_05tk0di">
<bpmn:incoming>Flow_1utxg8g</bpmn:incoming>
<bpmn:outgoing>Flow_0i1or7q</bpmn:outgoing>
<bpmn:outgoing>Flow_05tk0di</bpmn:outgoing>
@saig0
saig0 / collect-message-variables.bpmn
Last active September 21, 2020 03:23
BPMN with collecting message variables
<?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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1kevkh1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Zeebe Modeler" exporterVersion="0.10.0">
<bpmn:process id="collect-message-variables" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:extensionElements>
<zeebe:ioMapping>
<zeebe:output source="=[]" target="updates" />
</zeebe:ioMapping>
</bpmn:extensionElements>
<bpmn:outgoing>Flow_1f5qydh</bpmn:outgoing>
<?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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1iyoh28" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Zeebe Modeler" exporterVersion="0.8.0">
<bpmn:process id="issue-3930" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="Message1">
<bpmn:outgoing>SequenceFlow_0dffdpj</bpmn:outgoing>
<bpmn:messageEventDefinition messageRef="Message_1mbushq" />
</bpmn:startEvent>
<bpmn:startEvent id="StartEvent_1bl3cmg" name="Message2">
<bpmn:outgoing>SequenceFlow_18lsu3u</bpmn:outgoing>
<bpmn:messageEventDefinition id="MessageEventDefinition_1d1t3bd" messageRef="Message_0bsd4zy" />