@5minds/node-red-contrib-processcube
Advanced tools
Comparing version 0.3.3 to 0.3.4-develop-ac960b-lxj34877
@@ -10,5 +10,9 @@ module.exports = function(RED) { | ||
node.on('input', function(msg) { | ||
const externalTaskId = msg.externalTaskId; | ||
if (!externalTaskId) { | ||
node.error('Error: The message did not contain the required external task id.', msg); | ||
} | ||
eventEmitter.emit(`finish-${externalTaskId}`, msg.payload); | ||
@@ -15,0 +19,0 @@ }); |
{ | ||
"name": "@5minds/node-red-contrib-processcube", | ||
"version": "0.3.3", | ||
"version": "0.3.4-develop-ac960b-lxj34877", | ||
"license": "MIT", | ||
"description": "Node-RED nodes for ProcessCube", | ||
"authors": [{ | ||
"authors": [ | ||
{ | ||
"name": "Martin Moellenbeck", | ||
@@ -8,0 +9,0 @@ "email": "Martin.Moellenbeck@5Minds.de" |
137585
2115