@5minds/node-red-contrib-processcube 1.1.4-feature-50e361-m052vesf → 1.1.4-feature-8dd331-m05435uk
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/process-error-listener.html +15 -2
- package/process-finished-listener.html +16 -2
- package/process-resumed-listener.html +15 -2
- package/process-started-listener.html +16 -2
- package/process-terminated-listener.html +15 -2
- package/processes/User-Task-Sample.bpmn +13 -26
package/package.json
CHANGED
@@ -31,6 +31,19 @@
|
|
31
31
|
</div>
|
32
32
|
</script>
|
33
33
|
|
34
|
-
<script type="text/markdown" data-help-name="process-
|
35
|
-
|
34
|
+
<script type="text/markdown" data-help-name="process-error-listener">
|
35
|
+
A node which listens for errors in processes.
|
36
|
+
|
37
|
+
## Outputs
|
38
|
+
|
39
|
+
: processInstanceId (string): The instance id of the processInstance with the error.
|
40
|
+
: processModelId (string): The model id of the processInstance with the error.
|
41
|
+
: token (object): The current token of the processInstance with the error.
|
42
|
+
: action (string): The action of the event (error).
|
43
|
+
: type (string): The type of the event.
|
44
|
+
|
45
|
+
### References
|
46
|
+
|
47
|
+
- [The ProcessCube Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
48
|
+
- [Node-RED Integration in ProcessCube©](https://processcube.io/docs/node-red) - Node-RED integration in ProcessCube©
|
36
49
|
</script>
|
@@ -31,6 +31,20 @@
|
|
31
31
|
</div>
|
32
32
|
</script>
|
33
33
|
|
34
|
-
<script type="text/markdown" data-help-name="process-
|
35
|
-
|
34
|
+
<script type="text/markdown" data-help-name="process-finished-listener">
|
35
|
+
A node which listens for finished processes.
|
36
|
+
|
37
|
+
## Outputs
|
38
|
+
|
39
|
+
: processInstanceId (string): The instance id of the finished processInstance.
|
40
|
+
: processModelId (string): The model id of the finished processInstance.
|
41
|
+
: flowNodeId (string): The id of the flowNode that the processInstance was finished with.
|
42
|
+
: token (object): The current token of the finished processInstance.
|
43
|
+
: action (string): The action of the event (finished).
|
44
|
+
: type (string): The type of the event.
|
45
|
+
|
46
|
+
### References
|
47
|
+
|
48
|
+
- [The ProcessCube Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
49
|
+
- [Node-RED Integration in ProcessCube©](https://processcube.io/docs/node-red) - Node-RED integration in ProcessCube©
|
36
50
|
</script>
|
@@ -31,6 +31,19 @@
|
|
31
31
|
</div>
|
32
32
|
</script>
|
33
33
|
|
34
|
-
<script type="text/markdown" data-help-name="process-
|
35
|
-
|
34
|
+
<script type="text/markdown" data-help-name="process-resumed-listener">
|
35
|
+
A node which listens for resumed processes.
|
36
|
+
|
37
|
+
## Outputs
|
38
|
+
|
39
|
+
: processInstanceId (string): The instance id of the resumed processInstance.
|
40
|
+
: processModelId (string): The model id of the resumed processInstance.
|
41
|
+
: token (object): The current token of the resumed processInstance.
|
42
|
+
: action (string): The action of the event (resumed).
|
43
|
+
: type (string): The type of the event.
|
44
|
+
|
45
|
+
### References
|
46
|
+
|
47
|
+
- [The ProcessCube Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
48
|
+
- [Node-RED Integration in ProcessCube©](https://processcube.io/docs/node-red) - Node-RED integration in ProcessCube©
|
36
49
|
</script>
|
@@ -31,6 +31,20 @@
|
|
31
31
|
</div>
|
32
32
|
</script>
|
33
33
|
|
34
|
-
<script type="text/markdown" data-help-name="process-
|
35
|
-
|
34
|
+
<script type="text/markdown" data-help-name="process-started-listener">
|
35
|
+
A node which listens for started processes.
|
36
|
+
|
37
|
+
## Outputs
|
38
|
+
|
39
|
+
: processInstanceId (string): The instance id of the started processInstance.
|
40
|
+
: processModelId (string): The model id of the started processInstance.
|
41
|
+
: flowNodeId (string): The id of the flowNode that the processInstance was started with.
|
42
|
+
: token (object): The current token of the started processInstance.
|
43
|
+
: action (string): The action of the event (started).
|
44
|
+
: type (string): The type of the event.
|
45
|
+
|
46
|
+
### References
|
47
|
+
|
48
|
+
- [The ProcessCube Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
49
|
+
- [Node-RED Integration in ProcessCube©](https://processcube.io/docs/node-red) - Node-RED integration in ProcessCube©
|
36
50
|
</script>
|
@@ -31,6 +31,19 @@
|
|
31
31
|
</div>
|
32
32
|
</script>
|
33
33
|
|
34
|
-
<script type="text/markdown" data-help-name="process-
|
35
|
-
|
34
|
+
<script type="text/markdown" data-help-name="process-terminated-listener">
|
35
|
+
A node which listens for terminated processes.
|
36
|
+
|
37
|
+
## Outputs
|
38
|
+
|
39
|
+
: processInstanceId (string): The instance id of the terminated processInstance.
|
40
|
+
: processModelId (string): The model id of the terminated processInstance.
|
41
|
+
: token (object): The current token of the terminated processInstance.
|
42
|
+
: action (string): The action of the event (terminated).
|
43
|
+
: type (string): The type of the event.
|
44
|
+
|
45
|
+
### References
|
46
|
+
|
47
|
+
- [The ProcessCube Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
48
|
+
- [Node-RED Integration in ProcessCube©](https://processcube.io/docs/node-red) - Node-RED integration in ProcessCube©
|
36
49
|
</script>
|
@@ -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>
|