@5minds/node-red-contrib-processcube 1.1.4-feature-50e361-m052vesf → 1.1.4-feature-49abe2-m053zeo1
Sign up to get free protection for your applications and to get access to all the features.
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>
|