This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bpmndi:BPMNShape id="Participant_1C_di" bpmnElement="Participant_1C" isHorizontal="true"> | |
<dc:Bounds x="160" y="1550" width="2200" height="200" /> | |
</bpmndi:BPMNShape> | |
<bpmndi:BPMNShape id="Participant_OtherOrg_di" bpmnElement="Participant_OtherOrg" isHorizontal="true"> | |
<dc:Bounds x="160" y="1780" width="2200" height="150" /> | |
</bpmndi:BPMNShape> | |
<!-- Lanes --> | |
<bpmndi:BPMNShape id="Lane_CCS_di" bpmnElement="Lane_CCS" isHorizontal="true"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_Claims_Refactored" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="5.39.0" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.0.0"> | |
<bpmn:collaboration id="Collaboration_Claims"> | |
<bpmn:participant id="Participant_Client" name="Клієнт" processRef="Process_Client" /> | |
<bpmn:participant id="Participant_Odoo" name="Odoo CRM" processRef="Process_Odoo" /> | |
<bpmn:participant id="Participant_1C" name="1С" processRef="Process_1C" /> | |
<bpmn:participant id="Participant_OtherOrg" name="Інша організація" |