@5minds/node-red-contrib-processcube 1.1.4-feature-8dd331-m05435uk → 1.1.4-feature-f06772-m05458aj
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
@@ -9,6 +9,10 @@
|
|
9
9
|
<bpmn:outgoing>Flow_142awo6</bpmn:outgoing>
|
10
10
|
</bpmn:startEvent>
|
11
11
|
<bpmn:sequenceFlow id="Flow_142awo6" sourceRef="StartEvent_1" targetRef="user_task" />
|
12
|
+
<bpmn:endEvent id="Event_07hak5r" name="End">
|
13
|
+
<bpmn:incoming>Flow_0i7xqvi</bpmn:incoming>
|
14
|
+
</bpmn:endEvent>
|
15
|
+
<bpmn:sequenceFlow id="Flow_0i7xqvi" sourceRef="user_task" targetRef="Event_07hak5r" />
|
12
16
|
<bpmn:userTask id="user_task" name="User Task">
|
13
17
|
<bpmn:extensionElements>
|
14
18
|
<camunda:formData>
|
@@ -19,10 +23,6 @@
|
|
19
23
|
<bpmn:incoming>Flow_142awo6</bpmn:incoming>
|
20
24
|
<bpmn:outgoing>Flow_0i7xqvi</bpmn:outgoing>
|
21
25
|
</bpmn:userTask>
|
22
|
-
<bpmn:endEvent id="Event_07hak5r" name="End">
|
23
|
-
<bpmn:incoming>Flow_0i7xqvi</bpmn:incoming>
|
24
|
-
</bpmn:endEvent>
|
25
|
-
<bpmn:sequenceFlow id="Flow_0i7xqvi" sourceRef="user_task" targetRef="Event_07hak5r" />
|
26
26
|
</bpmn:process>
|
27
27
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
28
28
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1cidyxu">
|