@5minds/node-red-contrib-processcube 1.8.2 → 1.8.3
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.
@@ -698,6 +698,17 @@
|
|
698
698
|
"name": "Engine Auth 8000",
|
699
699
|
"url": "http://engine:8000"
|
700
700
|
},
|
701
|
+
{
|
702
|
+
"id": "f7961bee80d8bcb5",
|
703
|
+
"type": "processcube-engine-config",
|
704
|
+
"name": "",
|
705
|
+
"url": "http://engine:8001",
|
706
|
+
"urlType": "str",
|
707
|
+
"clientId": "",
|
708
|
+
"clientIdType": "str",
|
709
|
+
"clientSecret": "",
|
710
|
+
"clientSecretType": "str"
|
711
|
+
},
|
701
712
|
{
|
702
713
|
"id": "b7ddfedf82d8120f",
|
703
714
|
"type": "externaltask-error",
|
package/externaltask-input.js
CHANGED
@@ -214,7 +214,7 @@ module.exports = function (RED) {
|
|
214
214
|
|
215
215
|
try {
|
216
216
|
externalTaskWorker.start();
|
217
|
-
node.
|
217
|
+
node.setUnsubscribedStatus();
|
218
218
|
} catch (error) {
|
219
219
|
node.error(`Worker start 'externalTaskWorker.start' failed: ${error.message}`, {});
|
220
220
|
}
|