Skip to content

Commit 2ce701f

Browse files
committed
Remove _id on runworkflow
1 parent 63bf7f1 commit 2ce701f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ export class run_workflow_node {
499499
return;
500500
}
501501
var queue: string = workflow.queue;
502+
delete msg._id;
502503
msg._type = "instance";
503504
msg.queue = resultqueue;
504505
msg.name = name;

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.467
1+
0.0.468

0 commit comments

Comments
 (0)