User: ciuser1 clicked save for test/TC-1.0/TC-1.0 - Send message from Send Task to one recipient.bpmn
This commit is contained in:
parent
96c2382a47
commit
74e50492d5
|
@ -1,32 +1,26 @@
|
|||
<?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" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:collaboration id="Collaboration_09094ed">
|
||||
<bpmn:participant id="Participant_1nhee2k" processRef="Process_test_TC_1_0_TC_1_0_Send_message_from_Send_Task_to_one_recipient_bd2e724" />
|
||||
</bpmn:collaboration>
|
||||
<bpmn:process id="Process_test_TC_1_0_TC_1_0_Send_message_from_Send_Task_to_one_recipient_bd2e724" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1ubhbu4</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:endEvent id="Event_09rsjgk">
|
||||
<bpmn:incoming>Flow_1ubhbu4</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1ubhbu4" sourceRef="StartEvent_1" targetRef="Event_09rsjgk" />
|
||||
</bpmn:process>
|
||||
<bpmn:message id="Message_2" name="Message_2" />
|
||||
<bpmn:process id="Process_1y60p54" isExecutable="true">
|
||||
<bpmn:startEvent id="Event_0rx9jqy">
|
||||
<bpmn:outgoing>Flow_1ii8x3u</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:endEvent id="Event_0gg8t15">
|
||||
<bpmn:incoming>Flow_1ii8x3u</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1ii8x3u" sourceRef="Event_0rx9jqy" targetRef="Event_0gg8t15" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_09094ed">
|
||||
<bpmndi:BPMNShape id="Participant_1nhee2k_di" bpmnElement="Participant_1nhee2k" isHorizontal="true">
|
||||
<dc:Bounds x="129" y="52" width="371" height="250" />
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1y60p54">
|
||||
<bpmndi:BPMNShape id="Event_0rx9jqy_di" bpmnElement="Event_0rx9jqy">
|
||||
<dc:Bounds x="212" y="142" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
<bpmndi:BPMNShape id="Event_0gg8t15_di" bpmnElement="Event_0gg8t15">
|
||||
<dc:Bounds x="442" y="142" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_09rsjgk_di" bpmnElement="Event_09rsjgk">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1ubhbu4_di" bpmnElement="Flow_1ubhbu4">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
<bpmndi:BPMNEdge id="Flow_1ii8x3u_di" bpmnElement="Flow_1ii8x3u">
|
||||
<di:waypoint x="248" y="160" />
|
||||
<di:waypoint x="442" y="160" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"libraries": [],
|
||||
"library": false,
|
||||
"primary_file_name": "TC-1.0 - Send message from Send Task to one recipient.bpmn",
|
||||
"primary_process_id": "Process_test_TC_1_0_TC_1_0_Send_message_from_Send_Task_to_one_recipient_bd2e724",
|
||||
"primary_process_id": "Process_1y60p54",
|
||||
"process_group_id": "test",
|
||||
"standalone": false
|
||||
}
|
Loading…
Reference in New Issue