@5minds/node-red-contrib-processcube 1.1.4-develop-80ad6a-m0l0wxfa → 1.1.4-develop-e4b670-m0m25yen
Sign up to get free protection for your applications and to get access to all the features.
- package/externaltask-error.html +1 -0
- package/package.json +1 -1
- package/usertask-output.html +3 -3
package/externaltask-error.html
CHANGED
package/package.json
CHANGED
package/usertask-output.html
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
},
|
11
11
|
inputs: 1,
|
12
12
|
outputs: 1,
|
13
|
+
align: 'right',
|
13
14
|
icon: 'usertask_output.svg',
|
14
15
|
label: function () {
|
15
16
|
return this.name || 'usertask-output';
|
@@ -55,7 +56,6 @@ A node which sends the result of a usertask to the ProcessCube.
|
|
55
56
|
|
56
57
|
### References
|
57
58
|
|
58
|
-
-
|
59
|
-
-
|
60
|
-
|
59
|
+
- [The ProcessCube Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
60
|
+
- [Node-RED Integration in ProcessCube©](https://processcube.io/docs/node-red) - Node-RED integration in ProcessCube©
|
61
61
|
</script>
|