Skip to content

Commit 536eeb9

Browse files
committed
bug fix
1 parent 3ec95ba commit 536eeb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

state-manager/app/controller/executed_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def executed_state(namespace_name: str, state_id: PydanticObjectId, body:
4646
identifier=state.identifier,
4747
graph_name=state.graph_name,
4848
run_id=state.run_id,
49-
status=StateStatusEnum.CREATED,
49+
status=StateStatusEnum.EXECUTED,
5050
inputs=state.inputs,
5151
outputs=output,
5252
error=None,

0 commit comments

Comments
 (0)