Skip to content

Commit 7281c02

Browse files
committed
12121221
1 parent 354666a commit 7281c02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlowNodeRED/src/nodered/nodes/workflow_nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ export class assign_workflow_node {
507507
}
508508
}
509509
if (_id !== null && _id !== undefined && _id !== "") {
510-
var res = await NoderedUtil.Query("workflow_instances", { "_id": _id }, { parentid: 1, state: 1 }, null, 1, 0, data.jwt);
510+
var res = await NoderedUtil.Query("workflow_instances", { "_id": _id }, { parentid: 1 }, null, 1, 0, data.jwt);
511511
if (res.length == 0) {
512512
NoderedUtil.HandleError(this, "Unknown workflow_instances id " + _id);
513513
if (ack !== null && ack !== undefined) ack();

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.510
1+
0.0.511

0 commit comments

Comments
 (0)