@5minds/node-red-contrib-processcube 0.14.0-feature-ebe375-lyxawl6i → 0.14.0-feature-255a65-lyxb1jwc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -10,6 +10,8 @@
|
|
10
10
|
<bpmn:flowNodeRef>Activity_1h843f0</bpmn:flowNodeRef>
|
11
11
|
<bpmn:flowNodeRef>Activity_1duxvq1</bpmn:flowNodeRef>
|
12
12
|
<bpmn:flowNodeRef>Event_0z1wtnd</bpmn:flowNodeRef>
|
13
|
+
<bpmn:flowNodeRef>Event_0k29zgm</bpmn:flowNodeRef>
|
14
|
+
<bpmn:flowNodeRef>Event_1fs4jyo</bpmn:flowNodeRef>
|
13
15
|
</bpmn:lane>
|
14
16
|
</bpmn:laneSet>
|
15
17
|
<bpmn:startEvent id="StartEvent_1" name="Start">
|
@@ -34,7 +36,16 @@
|
|
34
36
|
<bpmn:endEvent id="Event_0z1wtnd">
|
35
37
|
<bpmn:incoming>Flow_1u1afua</bpmn:incoming>
|
36
38
|
</bpmn:endEvent>
|
39
|
+
<bpmn:sequenceFlow id="Flow_0yjhpg7" sourceRef="Event_0k29zgm" targetRef="Event_1fs4jyo" />
|
40
|
+
<bpmn:boundaryEvent id="Event_0k29zgm" attachedToRef="Activity_1duxvq1">
|
41
|
+
<bpmn:outgoing>Flow_0yjhpg7</bpmn:outgoing>
|
42
|
+
<bpmn:errorEventDefinition id="ErrorEventDefinition_0wn3imr" errorRef="Error_lR3DfG7B" />
|
43
|
+
</bpmn:boundaryEvent>
|
44
|
+
<bpmn:endEvent id="Event_1fs4jyo">
|
45
|
+
<bpmn:incoming>Flow_0yjhpg7</bpmn:incoming>
|
46
|
+
</bpmn:endEvent>
|
37
47
|
</bpmn:process>
|
48
|
+
<bpmn:error id="Error_lR3DfG7B" errorCode="ExternalTaskWorkerError" />
|
38
49
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
39
50
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
40
51
|
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
@@ -60,6 +71,12 @@
|
|
60
71
|
<bpmndi:BPMNShape id="Event_0z1wtnd_di" bpmnElement="Event_0z1wtnd">
|
61
72
|
<dc:Bounds x="562" y="152" width="36" height="36" />
|
62
73
|
</bpmndi:BPMNShape>
|
74
|
+
<bpmndi:BPMNShape id="Event_1fs4jyo_di" bpmnElement="Event_1fs4jyo">
|
75
|
+
<dc:Bounds x="562" y="242" width="36" height="36" />
|
76
|
+
</bpmndi:BPMNShape>
|
77
|
+
<bpmndi:BPMNShape id="Event_15lb2jr_di" bpmnElement="Event_0k29zgm">
|
78
|
+
<dc:Bounds x="402" y="192" width="36" height="36" />
|
79
|
+
</bpmndi:BPMNShape>
|
63
80
|
<bpmndi:BPMNEdge id="Flow_1xfzejj_di" bpmnElement="Flow_1xfzejj">
|
64
81
|
<di:waypoint x="128" y="170" />
|
65
82
|
<di:waypoint x="180" y="170" />
|
@@ -72,6 +89,11 @@
|
|
72
89
|
<di:waypoint x="470" y="170" />
|
73
90
|
<di:waypoint x="562" y="170" />
|
74
91
|
</bpmndi:BPMNEdge>
|
92
|
+
<bpmndi:BPMNEdge id="Flow_0yjhpg7_di" bpmnElement="Flow_0yjhpg7">
|
93
|
+
<di:waypoint x="420" y="228" />
|
94
|
+
<di:waypoint x="420" y="260" />
|
95
|
+
<di:waypoint x="562" y="260" />
|
96
|
+
</bpmndi:BPMNEdge>
|
75
97
|
</bpmndi:BPMNPlane>
|
76
98
|
</bpmndi:BPMNDiagram>
|
77
99
|
</bpmn:definitions>
|