diff --git a/state-manager/app/controller/executed_state.py b/state-manager/app/controller/executed_state.py index b1fba7ce..7a38bd0d 100644 --- a/state-manager/app/controller/executed_state.py +++ b/state-manager/app/controller/executed_state.py @@ -46,7 +46,7 @@ async def executed_state(namespace_name: str, state_id: PydanticObjectId, body: identifier=state.identifier, graph_name=state.graph_name, run_id=state.run_id, - status=StateStatusEnum.CREATED, + status=StateStatusEnum.EXECUTED, inputs=state.inputs, outputs=output, error=None,