bugfix
This commit is contained in:
parent
a618f72b45
commit
3a11c8fd38
@ -185,7 +185,7 @@ where backid=${backid}$
|
|||||||
'status': 'running',
|
'status': 'running',
|
||||||
'ctx': json.dumps(ctx or {}),
|
'ctx': json.dumps(ctx or {}),
|
||||||
'created_at': timestampstr()
|
'created_at': timestampstr()
|
||||||
})
|
}
|
||||||
await sor.C('flow_instance', ns.copy())
|
await sor.C('flow_instance', ns.copy())
|
||||||
await self.create_start_node_execution(sor, ns)
|
await self.create_start_node_execution(sor, ns)
|
||||||
return iid
|
return iid
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user