User: alex clicked save for misc/waku-messages/message/waku-message.bpmn
This commit is contained in:
parent
54959251a1
commit
a2a406c70a
|
@ -5,6 +5,7 @@
|
|||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"files": [],
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": "waku-message.bpmn",
|
||||
"primary_process_id": "Waku_Messages_Message"
|
||||
"primary_process_id": "Waku_Messages_Message_old"
|
||||
}
|
|
@ -1,6 +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: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:process id="Waku_Messages_Message" name="Waku Messages: Message" isExecutable="true">
|
||||
<bpmn:process id="Waku_Messages_Message_old" name="Waku Messages: Message" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0056x0e</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
|
@ -67,7 +67,7 @@ waku_message = waku_message_body + waku_message_timestamp + waku_message_variabl
|
|||
<bpmn:sequenceFlow id="Flow_0ynm0mf" sourceRef="Get_Waku_Messages_Message_Footer" targetRef="Activity_18vg53t" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Waku_Messages_Message">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Waku_Messages_Message_old">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="32" y="162" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
|
@ -83,16 +83,15 @@ waku_message = waku_message_body + waku_message_timestamp + waku_message_variabl
|
|||
<dc:Bounds x="450" y="140" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0vtbbbx_di" bpmnElement="Activity_18vg53t">
|
||||
<dc:Bounds x="620" y="134" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_13tt0o4_di" bpmnElement="Activity_1114i9z">
|
||||
<dc:Bounds x="780" y="134" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
<bpmndi:BPMNShape id="Event_0hgb9d6_di" bpmnElement="Event_0hgb9d6">
|
||||
<dc:Bounds x="1332" y="156" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1h667no_di" bpmnElement="Activity_1ll59ee">
|
||||
<dc:Bounds x="1060" y="134" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0vtbbbx_di" bpmnElement="Activity_18vg53t">
|
||||
<dc:Bounds x="620" y="134" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Gateway_0quuycl_di" bpmnElement="Gateway_0quuycl" isMarkerVisible="true">
|
||||
<dc:Bounds x="945" y="149" width="50" height="50" />
|
||||
<bpmndi:BPMNLabel>
|
||||
|
@ -102,8 +101,9 @@ waku_message = waku_message_body + waku_message_timestamp + waku_message_variabl
|
|||
<bpmndi:BPMNShape id="Gateway_1szvllt_di" bpmnElement="Gateway_1szvllt" isMarkerVisible="true">
|
||||
<dc:Bounds x="1225" y="149" width="50" height="50" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0hgb9d6_di" bpmnElement="Event_0hgb9d6">
|
||||
<dc:Bounds x="1332" y="156" width="36" height="36" />
|
||||
<bpmndi:BPMNShape id="Activity_13tt0o4_di" bpmnElement="Activity_1114i9z">
|
||||
<dc:Bounds x="780" y="134" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1b2tmcm_di" bpmnElement="Flow_1b2tmcm">
|
||||
<di:waypoint x="1160" y="174" />
|
||||
|
|
Loading…
Reference in New Issue