@5minds/node-red-contrib-processcube 1.5.10-feature-c578ab-m4jpoj9a → 1.5.10-feature-350169-m4jpqvzq
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
@@ -71,16 +71,16 @@
|
|
71
71
|
</script>
|
72
72
|
|
73
73
|
<script type="text/markdown" data-help-name="processcube-engine-config">
|
74
|
-
|
74
|
+
The configuration for the ProcessCube engine.
|
75
75
|
|
76
|
-
|
76
|
+
## Inputs
|
77
77
|
|
78
|
-
|
79
|
-
|
80
|
-
|
78
|
+
: url (String) : The URL of the ProcessCube engine.
|
79
|
+
: clientId (String) : The client id for the ProcessCube engine.
|
80
|
+
: clientSecret (String) : The client secret for the ProcessCube engine.
|
81
81
|
|
82
|
-
|
82
|
+
### References
|
83
83
|
|
84
|
-
|
85
|
-
|
84
|
+
- [The ProcessCube© Developer Network](https://processcube.io) - All documentation for the ProcessCube© platform
|
85
|
+
- [ProcessCube© LowCode Integration](https://processcube.io/docs/node-red) - LowCode integration in ProcessCube©
|
86
86
|
</script>
|