Skip to content

Commit a8f4b04

Browse files
committed
1
1 parent ba05429 commit a8f4b04

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

OpenFlowNodeRED/src/nodered/nodes/rpa_nodes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,11 @@ export class rpa_workflow_node {
123123

124124
if (data.payload.command == "invokecompleted") {
125125
result.payload = data.payload.data;
126+
if (data.payload == null || data.payload == undefined) { data.payload = {}; }
126127
this.node.status({ fill: "green", shape: "dot", text: data.payload.command });
128+
console.log("********************");
129+
console.log(result);
130+
console.log("********************");
127131
this.node.send(result);
128132
}
129133
else if (data.payload.command == "invokefailed" || data.payload.command == "invokeaborted" || data.payload.command == "error") {

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.370
1+
0.0.371

0 commit comments

Comments
 (0)