@5minds/node-red-contrib-processcube 1.1.4-feature-49abe2-m053zeo1 → 1.1.4-feature-8dd331-m05435uk
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 +1 -1
- package/processes/User-Task-Sample.bpmn +13 -26
package/package.json
CHANGED
@@ -17,24 +17,17 @@
|
|
17
17
|
</camunda:formData>
|
18
18
|
</bpmn:extensionElements>
|
19
19
|
<bpmn:incoming>Flow_142awo6</bpmn:incoming>
|
20
|
-
<bpmn:outgoing>
|
20
|
+
<bpmn:outgoing>Flow_0i7xqvi</bpmn:outgoing>
|
21
21
|
</bpmn:userTask>
|
22
|
-
<bpmn:
|
23
|
-
<bpmn:incoming>
|
24
|
-
<bpmn:outgoing>Flow_05f69lu</bpmn:outgoing>
|
25
|
-
</bpmn:exclusiveGateway>
|
26
|
-
<bpmn:sequenceFlow id="Flow_0z2tka5" sourceRef="user_task" targetRef="Gateway_1frlxvt" />
|
27
|
-
<bpmn:endEvent id="Event_118hnmn">
|
28
|
-
<bpmn:incoming>Flow_05f69lu</bpmn:incoming>
|
22
|
+
<bpmn:endEvent id="Event_07hak5r" name="End">
|
23
|
+
<bpmn:incoming>Flow_0i7xqvi</bpmn:incoming>
|
29
24
|
</bpmn:endEvent>
|
30
|
-
<bpmn:sequenceFlow id="
|
31
|
-
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"></bpmn:conditionExpression>
|
32
|
-
</bpmn:sequenceFlow>
|
25
|
+
<bpmn:sequenceFlow id="Flow_0i7xqvi" sourceRef="user_task" targetRef="Event_07hak5r" />
|
33
26
|
</bpmn:process>
|
34
27
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
35
28
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|
36
29
|
<bpmndi:BPMNShape id="Participant_0px403d_di" bpmnElement="Participant_0px403d" isHorizontal="true">
|
37
|
-
<dc:Bounds x="5" y="30" width="
|
30
|
+
<dc:Bounds x="5" y="30" width="415" height="260" />
|
38
31
|
</bpmndi:BPMNShape>
|
39
32
|
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1">
|
40
33
|
<dc:Bounds x="92" y="152" width="36" height="36" />
|
@@ -42,28 +35,22 @@
|
|
42
35
|
<dc:Bounds x="98" y="195" width="24" height="14" />
|
43
36
|
</bpmndi:BPMNLabel>
|
44
37
|
</bpmndi:BPMNShape>
|
38
|
+
<bpmndi:BPMNShape id="Event_07hak5r_di" bpmnElement="Event_07hak5r">
|
39
|
+
<dc:Bounds x="332" y="152" width="36" height="36" />
|
40
|
+
<bpmndi:BPMNLabel>
|
41
|
+
<dc:Bounds x="340" y="195" width="20" height="14" />
|
42
|
+
</bpmndi:BPMNLabel>
|
43
|
+
</bpmndi:BPMNShape>
|
45
44
|
<bpmndi:BPMNShape id="Activity_0c7im8g_di" bpmnElement="user_task">
|
46
45
|
<dc:Bounds x="180" y="130" width="100" height="80" />
|
47
46
|
</bpmndi:BPMNShape>
|
48
|
-
<bpmndi:BPMNShape id="Gateway_1frlxvt_di" bpmnElement="Gateway_1frlxvt" isMarkerVisible="true">
|
49
|
-
<dc:Bounds x="315" y="135" width="50" height="50" />
|
50
|
-
</bpmndi:BPMNShape>
|
51
|
-
<bpmndi:BPMNShape id="Event_118hnmn_di" bpmnElement="Event_118hnmn">
|
52
|
-
<dc:Bounds x="382" y="142" width="36" height="36" />
|
53
|
-
</bpmndi:BPMNShape>
|
54
47
|
<bpmndi:BPMNEdge id="Flow_142awo6_di" bpmnElement="Flow_142awo6">
|
55
48
|
<di:waypoint x="128" y="170" />
|
56
49
|
<di:waypoint x="180" y="170" />
|
57
50
|
</bpmndi:BPMNEdge>
|
58
|
-
<bpmndi:BPMNEdge id="
|
51
|
+
<bpmndi:BPMNEdge id="Flow_0i7xqvi_di" bpmnElement="Flow_0i7xqvi">
|
59
52
|
<di:waypoint x="280" y="170" />
|
60
|
-
<di:waypoint x="
|
61
|
-
<di:waypoint x="298" y="160" />
|
62
|
-
<di:waypoint x="315" y="160" />
|
63
|
-
</bpmndi:BPMNEdge>
|
64
|
-
<bpmndi:BPMNEdge id="Flow_05f69lu_di" bpmnElement="Flow_05f69lu">
|
65
|
-
<di:waypoint x="365" y="160" />
|
66
|
-
<di:waypoint x="382" y="160" />
|
53
|
+
<di:waypoint x="332" y="170" />
|
67
54
|
</bpmndi:BPMNEdge>
|
68
55
|
</bpmndi:BPMNPlane>
|
69
56
|
</bpmndi:BPMNDiagram>
|