bugfix
This commit is contained in:
parent
bb0a1d89e4
commit
1c11a995d7
@ -260,7 +260,7 @@ where backid=${backid}$
|
||||
elif ntype == 'subflow':
|
||||
await self.try_start_subflow(sor, inst, ne, node)
|
||||
elif ntype == 'start':
|
||||
await self.node_transfer(sor, inst, ne, node, flow_def)
|
||||
await self.node_transfer(sor, dsl, inst, ne, node, flow_def)
|
||||
await sor.U('node_execution', {
|
||||
'id': ne.id,
|
||||
'status': 'completed'
|
||||
@ -278,7 +278,7 @@ where backid=${backid}$
|
||||
})
|
||||
break;
|
||||
elif status in ['done', 'cancelled', 'failed']:
|
||||
await self.node_transfer(sor, inst, ne, node, flow_def)
|
||||
await self.node_transfer(sor, dsl, inst, ne, node, flow_def)
|
||||
await sor.U('node_execution', {
|
||||
'id': ne.id,
|
||||
'status': 'completed'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user