mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 13:18:21 +00:00
User: ciuser1 clicked save for category_number_one/message-sender/message_sender.bpmn
This commit is contained in:
parent
a132faaf55
commit
3c716beb5f
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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: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_0oye1os">
|
<bpmn:collaboration id="Collaboration_for_message_sender">
|
||||||
<bpmn:participant id="message-receiver-one" name="Message Receiver One" />
|
<bpmn:participant id="message-receiver-one" name="Message Receiver One" />
|
||||||
<bpmn:participant id="message_initiator" name="Message Initiator" processRef="message_send_process" />
|
<bpmn:participant id="message_initiator" name="Message Initiator" processRef="message_send_process" />
|
||||||
<bpmn:messageFlow id="message_send_flow" name="Message Send Flow" sourceRef="send_message_to_one" targetRef="message-receiver-one" />
|
<bpmn:messageFlow id="message_send_flow" name="Message Send Flow" sourceRef="send_message_to_one" targetRef="message-receiver-one" />
|
||||||
@ -141,7 +141,7 @@ del time</bpmn:script>
|
|||||||
</bpmn:intermediateCatchEvent>
|
</bpmn:intermediateCatchEvent>
|
||||||
</bpmn:process>
|
</bpmn:process>
|
||||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_0oye1os">
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_for_message_sender">
|
||||||
<bpmndi:BPMNShape id="Participant_158b3ei_di" bpmnElement="message-receiver-one" isHorizontal="true">
|
<bpmndi:BPMNShape id="Participant_158b3ei_di" bpmnElement="message-receiver-one" isHorizontal="true">
|
||||||
<dc:Bounds x="120" y="330" width="710" height="60" />
|
<dc:Bounds x="120" y="330" width="710" height="60" />
|
||||||
<bpmndi:BPMNLabel />
|
<bpmndi:BPMNLabel />
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<decisionTable id="DecisionTable_02m334z">
|
<decisionTable id="DecisionTable_02m334z">
|
||||||
<input id="Input_1">
|
<input id="Input_1">
|
||||||
<inputExpression id="InputExpression_1" typeRef="string">
|
<inputExpression id="InputExpression_1" typeRef="string">
|
||||||
<text>persons</text>
|
<text>person</text>
|
||||||
</inputExpression>
|
</inputExpression>
|
||||||
</input>
|
</input>
|
||||||
<output id="Output_1" name="wonderfulness" typeRef="string" />
|
<output id="Output_1" name="wonderfulness" typeRef="string" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user