We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f39b97 commit 39898d4Copy full SHA for 39898d4
2 files changed
OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts
@@ -106,6 +106,12 @@ export class workflow_in_node {
106
this.node.send(result);
107
} catch (error) {
108
NoderedUtil.HandleError(this, error);
109
+ try {
110
+ msg.error = error;
111
+ msg.amqpacknowledgment(JSON.stringify(msg));
112
+ } catch (error) {
113
+
114
+ }
115
}
116
117
onclose() {
VERSION
@@ -1 +1 @@
1
-0.0.142
+0.0.143
0 commit comments