There was an error while loading. Please reload this page.
1 parent 3ec95ba commit 536eeb9Copy full SHA for 536eeb9
1 file changed
state-manager/app/controller/executed_state.py
@@ -46,7 +46,7 @@ async def executed_state(namespace_name: str, state_id: PydanticObjectId, body:
46
identifier=state.identifier,
47
graph_name=state.graph_name,
48
run_id=state.run_id,
49
- status=StateStatusEnum.CREATED,
+ status=StateStatusEnum.EXECUTED,
50
inputs=state.inputs,
51
outputs=output,
52
error=None,
0 commit comments