bugfix
This commit is contained in:
parent
c12553990b
commit
380097f167
@ -274,6 +274,7 @@ where backid=${backid}$
|
||||
))[0]
|
||||
|
||||
dsl = yaml.safe_load(flow_def['dsl'])
|
||||
edges = dsl.get('edges',[])
|
||||
ctx = json.loads(inst['ctx'])
|
||||
sql = "select * from node_execution where instance_id=${instance_id}$ and status != 'completed'"
|
||||
active_nes = await sor.sqlExe(sql, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user