bugfix
This commit is contained in:
parent
3919bf115e
commit
d943835cb8
@ -345,7 +345,7 @@ where backid=${backid}$
|
||||
|
||||
async def node_transfer(self, sor, dsl, inst, ne, node, flow_def):
|
||||
nnode = []
|
||||
ctx = inst.ctx.copy()
|
||||
ctx = json.loads(inst.ctx)
|
||||
for edge in dsl.get('edges', []):
|
||||
if edge['from'] != ne.node_id:
|
||||
continue
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user