We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc1a19 commit 956881eCopy full SHA for 956881e
2 files changed
OpenFlowNodeRED/src/nodered/nodes/rpa_nodes.ts
@@ -108,7 +108,7 @@ export class rpa_workflow_node {
108
result.payload = data.payload.data;
109
this.node.send(result);
110
}
111
- else if (data.payload.command == "invokefailed" || data.payload.command == "invokeaborted") {
+ else if (data.payload.command == "invokefailed" || data.payload.command == "invokeaborted" || data.payload.command == "error") {
112
result.payload = data.payload;
113
this.node.send([null, null, result]);
114
VERSION
@@ -1 +1 @@
1
-0.0.102
+0.0.103
0 commit comments