Ask a question to get started
Enter to send•Shift+Enter new line
Current job status (e.g., 'running', 'success', 'error', 'cancelled').
'running'
'success'
'error'
'cancelled'
Typed as str rather than a Literal because the LangGraph SDK's Run.status is str — using a Literal here would require cast at every SDK boundary.
str
Literal
Run.status
cast
status: str