@5minds/node-red-contrib-processcube 1.5.5-feature-4b765c-m3eudoth → 1.5.5-feature-3ce1dc-m3pqaga1

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.
@@ -0,0 +1,6 @@
1
+ Docu anpassen! Was ist zu tun?
2
+
3
+ 1. In der Datei `doc_generator/generator_with_swagger.js` Zeile 10 ggf. anpassen.
4
+ 2. `node generator_with_swagger.js` ausführen.
5
+ 3. Die Dateien in doc_generator/outputs/ in die Nodes *.html kopieren.
6
+
@@ -98,7 +98,7 @@ module.exports = function (RED) {
98
98
  task: RED.util.encodeObject(externalTask),
99
99
  payload: payload,
100
100
  flowNodeInstanceId: externalTask.flowNodeInstanceId,
101
- processInstanceId: externalTask.processInstanceId
101
+ processInstanceId: externalTask.processInstanceId,
102
102
  };
103
103
 
104
104
  node.log(
@@ -109,11 +109,7 @@ module.exports = function (RED) {
109
109
  });
110
110
  };
111
111
 
112
- let options = {};
113
-
114
- if (!!config.workerConfig) {
115
- options = RED.util.evaluateNodeProperty(config.workerConfig, 'json', node);
116
- }
112
+ let options = RED.util.evaluateNodeProperty(config.workerConfig, 'json', node);
117
113
 
118
114
  client.externalTasks
119
115
  .subscribeToExternalTaskTopic(config.topic, etwCallback, options)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.5.5-feature-4b765c-m3eudoth",
3
+ "version": "1.5.5-feature-3ce1dc-m3pqaga1",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {