Skip to content

Commit f8bde26

Browse files
authored
Merge pull request #85 from datasharingframework/dev-doc
Process Development API v1 documentation
2 parents 527e42c + e1051bf commit f8bde26

File tree

55 files changed

+6100
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+6100
-1
lines changed
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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:modeler="http://camunda.org/schema/modeler/1.0" id="Definitions_0tk7cp7" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="4.12.0" modeler:executionPlatform="Camunda Platform" modeler:executionPlatformVersion="7.15.0">
3+
<bpmn:collaboration id="Collaboration_05uc86r">
4+
<bpmn:participant id="Participant_1u3es88" name="Organization 1" processRef="Process_0fb99l2" />
5+
<bpmn:participant id="Participant_0h427kw" name="Organization 2" processRef="Process_0zdj0xt" />
6+
<bpmn:messageFlow id="Flow_0sswg90" sourceRef="Event_1ndrm5j" targetRef="Participant_0h427kw" />
7+
<bpmn:messageFlow id="Flow_1wjv8rh" sourceRef="Participant_0h427kw" targetRef="Event_0qbztd3" />
8+
<bpmn:messageFlow id="Flow_0j7hwxl" sourceRef="Participant_0h427kw" targetRef="Event_0pq5qbd" />
9+
</bpmn:collaboration>
10+
<bpmn:process id="Process_0fb99l2" isExecutable="true">
11+
<bpmn:task id="Activity_1qh9sf8" name="Task 1">
12+
<bpmn:incoming>Flow_1vux1af</bpmn:incoming>
13+
<bpmn:outgoing>Flow_1i7hh0u</bpmn:outgoing>
14+
</bpmn:task>
15+
<bpmn:eventBasedGateway id="Gateway_0bsqjma">
16+
<bpmn:incoming>Flow_1cwt97i</bpmn:incoming>
17+
<bpmn:outgoing>Flow_19hvbdm</bpmn:outgoing>
18+
<bpmn:outgoing>Flow_1pre2mk</bpmn:outgoing>
19+
<bpmn:outgoing>Flow_1bf7gvl</bpmn:outgoing>
20+
</bpmn:eventBasedGateway>
21+
<bpmn:intermediateCatchEvent id="Event_0qbztd3">
22+
<bpmn:incoming>Flow_19hvbdm</bpmn:incoming>
23+
<bpmn:outgoing>Flow_0fn66bz</bpmn:outgoing>
24+
<bpmn:messageEventDefinition id="MessageEventDefinition_0n8fufh" />
25+
</bpmn:intermediateCatchEvent>
26+
<bpmn:endEvent id="Event_1pwd0kq" name="Option A">
27+
<bpmn:incoming>Flow_0fn66bz</bpmn:incoming>
28+
</bpmn:endEvent>
29+
<bpmn:endEvent id="Event_1voo3le" name="Option B">
30+
<bpmn:incoming>Flow_1qeyly0</bpmn:incoming>
31+
</bpmn:endEvent>
32+
<bpmn:intermediateThrowEvent id="Event_1ndrm5j">
33+
<bpmn:incoming>Flow_1i7hh0u</bpmn:incoming>
34+
<bpmn:outgoing>Flow_1cwt97i</bpmn:outgoing>
35+
<bpmn:messageEventDefinition id="MessageEventDefinition_0kl5mue" />
36+
</bpmn:intermediateThrowEvent>
37+
<bpmn:sequenceFlow id="Flow_1vux1af" sourceRef="StartEvent_1" targetRef="Activity_1qh9sf8" />
38+
<bpmn:sequenceFlow id="Flow_1i7hh0u" sourceRef="Activity_1qh9sf8" targetRef="Event_1ndrm5j" />
39+
<bpmn:sequenceFlow id="Flow_19hvbdm" sourceRef="Gateway_0bsqjma" targetRef="Event_0qbztd3" />
40+
<bpmn:sequenceFlow id="Flow_1pre2mk" sourceRef="Gateway_0bsqjma" targetRef="Event_0pq5qbd" />
41+
<bpmn:sequenceFlow id="Flow_0fn66bz" sourceRef="Event_0qbztd3" targetRef="Event_1pwd0kq" />
42+
<bpmn:sequenceFlow id="Flow_1qeyly0" sourceRef="Event_0pq5qbd" targetRef="Event_1voo3le" />
43+
<bpmn:sequenceFlow id="Flow_1cwt97i" sourceRef="Event_1ndrm5j" targetRef="Gateway_0bsqjma" />
44+
<bpmn:sequenceFlow id="Flow_1bf7gvl" sourceRef="Gateway_0bsqjma" targetRef="Event_18u9tw6" />
45+
<bpmn:intermediateCatchEvent id="Event_0pq5qbd">
46+
<bpmn:incoming>Flow_1pre2mk</bpmn:incoming>
47+
<bpmn:outgoing>Flow_1qeyly0</bpmn:outgoing>
48+
<bpmn:messageEventDefinition id="MessageEventDefinition_0ivkvzp" />
49+
</bpmn:intermediateCatchEvent>
50+
<bpmn:intermediateCatchEvent id="Event_18u9tw6">
51+
<bpmn:incoming>Flow_1bf7gvl</bpmn:incoming>
52+
<bpmn:outgoing>Flow_0u7wl2h</bpmn:outgoing>
53+
<bpmn:timerEventDefinition id="TimerEventDefinition_1697w25" />
54+
</bpmn:intermediateCatchEvent>
55+
<bpmn:endEvent id="Event_1uh09e9" name="Failure">
56+
<bpmn:incoming>Flow_0u7wl2h</bpmn:incoming>
57+
</bpmn:endEvent>
58+
<bpmn:sequenceFlow id="Flow_0u7wl2h" sourceRef="Event_18u9tw6" targetRef="Event_1uh09e9" />
59+
<bpmn:startEvent id="StartEvent_1">
60+
<bpmn:outgoing>Flow_1vux1af</bpmn:outgoing>
61+
<bpmn:messageEventDefinition id="MessageEventDefinition_19ffoug" />
62+
</bpmn:startEvent>
63+
</bpmn:process>
64+
<bpmn:process id="Process_0zdj0xt" isExecutable="false" />
65+
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
66+
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_05uc86r">
67+
<bpmndi:BPMNShape id="Participant_1u3es88_di" bpmnElement="Participant_1u3es88" isHorizontal="true">
68+
<dc:Bounds x="129" y="100" width="660" height="360" />
69+
</bpmndi:BPMNShape>
70+
<bpmndi:BPMNEdge id="Flow_1vux1af_di" bpmnElement="Flow_1vux1af">
71+
<di:waypoint x="215" y="177" />
72+
<di:waypoint x="270" y="177" />
73+
</bpmndi:BPMNEdge>
74+
<bpmndi:BPMNEdge id="Flow_1i7hh0u_di" bpmnElement="Flow_1i7hh0u">
75+
<di:waypoint x="370" y="177" />
76+
<di:waypoint x="422" y="177" />
77+
</bpmndi:BPMNEdge>
78+
<bpmndi:BPMNEdge id="Flow_19hvbdm_di" bpmnElement="Flow_19hvbdm">
79+
<di:waypoint x="575" y="177" />
80+
<di:waypoint x="632" y="177" />
81+
</bpmndi:BPMNEdge>
82+
<bpmndi:BPMNEdge id="Flow_1pre2mk_di" bpmnElement="Flow_1pre2mk">
83+
<di:waypoint x="550" y="202" />
84+
<di:waypoint x="550" y="290" />
85+
<di:waypoint x="632" y="290" />
86+
</bpmndi:BPMNEdge>
87+
<bpmndi:BPMNEdge id="Flow_0fn66bz_di" bpmnElement="Flow_0fn66bz">
88+
<di:waypoint x="668" y="177" />
89+
<di:waypoint x="732" y="177" />
90+
</bpmndi:BPMNEdge>
91+
<bpmndi:BPMNEdge id="Flow_1qeyly0_di" bpmnElement="Flow_1qeyly0">
92+
<di:waypoint x="668" y="290" />
93+
<di:waypoint x="732" y="290" />
94+
</bpmndi:BPMNEdge>
95+
<bpmndi:BPMNEdge id="Flow_1cwt97i_di" bpmnElement="Flow_1cwt97i">
96+
<di:waypoint x="458" y="177" />
97+
<di:waypoint x="525" y="177" />
98+
</bpmndi:BPMNEdge>
99+
<bpmndi:BPMNEdge id="Flow_1bf7gvl_di" bpmnElement="Flow_1bf7gvl">
100+
<di:waypoint x="550" y="202" />
101+
<di:waypoint x="550" y="400" />
102+
<di:waypoint x="632" y="400" />
103+
</bpmndi:BPMNEdge>
104+
<bpmndi:BPMNEdge id="Flow_0u7wl2h_di" bpmnElement="Flow_0u7wl2h">
105+
<di:waypoint x="668" y="400" />
106+
<di:waypoint x="732" y="400" />
107+
</bpmndi:BPMNEdge>
108+
<bpmndi:BPMNShape id="Activity_1qh9sf8_di" bpmnElement="Activity_1qh9sf8">
109+
<dc:Bounds x="270" y="137" width="100" height="80" />
110+
</bpmndi:BPMNShape>
111+
<bpmndi:BPMNShape id="Gateway_15df8vt_di" bpmnElement="Gateway_0bsqjma">
112+
<dc:Bounds x="525" y="152" width="50" height="50" />
113+
</bpmndi:BPMNShape>
114+
<bpmndi:BPMNShape id="Event_0qbztd3_di" bpmnElement="Event_0qbztd3">
115+
<dc:Bounds x="632" y="159" width="36" height="36" />
116+
</bpmndi:BPMNShape>
117+
<bpmndi:BPMNShape id="Event_1pwd0kq_di" bpmnElement="Event_1pwd0kq">
118+
<dc:Bounds x="732" y="159" width="36" height="36" />
119+
<bpmndi:BPMNLabel>
120+
<dc:Bounds x="729" y="202" width="44" height="14" />
121+
</bpmndi:BPMNLabel>
122+
</bpmndi:BPMNShape>
123+
<bpmndi:BPMNShape id="Event_1voo3le_di" bpmnElement="Event_1voo3le">
124+
<dc:Bounds x="732" y="272" width="36" height="36" />
125+
<bpmndi:BPMNLabel>
126+
<dc:Bounds x="729" y="315" width="43" height="14" />
127+
</bpmndi:BPMNLabel>
128+
</bpmndi:BPMNShape>
129+
<bpmndi:BPMNShape id="Event_0adyu75_di" bpmnElement="Event_1ndrm5j">
130+
<dc:Bounds x="422" y="159" width="36" height="36" />
131+
</bpmndi:BPMNShape>
132+
<bpmndi:BPMNShape id="Event_0wivlva_di" bpmnElement="Event_0pq5qbd">
133+
<dc:Bounds x="632" y="272" width="36" height="36" />
134+
</bpmndi:BPMNShape>
135+
<bpmndi:BPMNShape id="Event_1sevlq3_di" bpmnElement="Event_18u9tw6">
136+
<dc:Bounds x="632" y="382" width="36" height="36" />
137+
</bpmndi:BPMNShape>
138+
<bpmndi:BPMNShape id="Event_1uh09e9_di" bpmnElement="Event_1uh09e9">
139+
<dc:Bounds x="732" y="382" width="36" height="36" />
140+
<bpmndi:BPMNLabel>
141+
<dc:Bounds x="733" y="425" width="34" height="14" />
142+
</bpmndi:BPMNLabel>
143+
</bpmndi:BPMNShape>
144+
<bpmndi:BPMNShape id="Event_0zf8okn_di" bpmnElement="StartEvent_1">
145+
<dc:Bounds x="179" y="159" width="36" height="36" />
146+
</bpmndi:BPMNShape>
147+
<bpmndi:BPMNShape id="Participant_0h427kw_di" bpmnElement="Participant_0h427kw" isHorizontal="true">
148+
<dc:Bounds x="890" y="100" width="300" height="360" />
149+
</bpmndi:BPMNShape>
150+
<bpmndi:BPMNEdge id="Flow_0sswg90_di" bpmnElement="Flow_0sswg90">
151+
<di:waypoint x="440" y="159" />
152+
<di:waypoint x="440" y="130" />
153+
<di:waypoint x="890" y="130" />
154+
</bpmndi:BPMNEdge>
155+
<bpmndi:BPMNEdge id="Flow_1wjv8rh_di" bpmnElement="Flow_1wjv8rh">
156+
<di:waypoint x="890" y="230" />
157+
<di:waypoint x="650" y="230" />
158+
<di:waypoint x="650" y="195" />
159+
</bpmndi:BPMNEdge>
160+
<bpmndi:BPMNEdge id="Flow_0j7hwxl_di" bpmnElement="Flow_0j7hwxl">
161+
<di:waypoint x="890" y="340" />
162+
<di:waypoint x="650" y="340" />
163+
<di:waypoint x="650" y="308" />
164+
</bpmndi:BPMNEdge>
165+
</bpmndi:BPMNPlane>
166+
</bpmndi:BPMNDiagram>
167+
</bpmn:definitions>

0 commit comments

Comments
 (0)