bugfix
This commit is contained in:
parent
6538efb6ac
commit
27c9e95898
@ -280,6 +280,7 @@ where backid=${backid}$
|
|||||||
active_nes = await sor.sqlExe(sql, {
|
active_nes = await sor.sqlExe(sql, {
|
||||||
'instance_id': inst.id
|
'instance_id': inst.id
|
||||||
})
|
})
|
||||||
|
debug(f'活动节点:{active_nes}')
|
||||||
for ne in active_nes:
|
for ne in active_nes:
|
||||||
node_id = ne.node_id
|
node_id = ne.node_id
|
||||||
node = dsl['nodes'][node_id]
|
node = dsl['nodes'][node_id]
|
||||||
@ -330,6 +331,7 @@ where backid=${backid}$
|
|||||||
})
|
})
|
||||||
elif status == 'failed':
|
elif status == 'failed':
|
||||||
debug(f'节点执行失败,需要运维人员参与')
|
debug(f'节点执行失败,需要运维人员参与')
|
||||||
|
debug(f'{ne.node_id}处理完成')
|
||||||
|
|
||||||
|
|
||||||
def build_node_input_ctx(self, inst, ne):
|
def build_node_input_ctx(self, inst, ne):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user