User: daniel.h.funk@gmail.com clicked save for playground/dan/dans-first-progress-model/messages_test.bpmn
This commit is contained in:
parent
0fbeaa7a33
commit
bed16c7c72
|
@ -1,9 +1,6 @@
|
|||
<?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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Process_tu1a632" isExecutable="true">
|
||||
<bpmn:correlationKey name="order">
|
||||
<bpmn:correlationPropertyRef>order_number</bpmn:correlationPropertyRef>
|
||||
</bpmn:correlationKey>
|
||||
<bpmn:message id="Message_0xwotkr" name="order_complete">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:messageVariable>order</spiffworkflow:messageVariable>
|
||||
|
@ -28,6 +25,9 @@
|
|||
<bpmn:sequenceFlow id="Flow_0v8egqu" sourceRef="Event_1hwvt6c" targetRef="Event_0ii3tvb" />
|
||||
<bpmn:sequenceFlow id="Flow_1nplk5p" sourceRef="Activity_0rwe87c" targetRef="Event_1hwvt6c" />
|
||||
</bpmn:process>
|
||||
<bpmn:correlationKey name="order">
|
||||
<bpmn:correlationPropertyRef>order_number</bpmn:correlationPropertyRef>
|
||||
</bpmn:correlationKey>
|
||||
<bpmn:message id="Message_1rcstnh" name="order_placed" />
|
||||
<bpmn:correlationProperty id="order_number" name="order_number">
|
||||
<bpmn:correlationPropertyRetrievalExpression messageRef="Message_1rcstnh">
|
||||
|
|
Loading…
Reference in New Issue