We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For #17413 we will need API routes to get step states for an invocation.
api/invocations/{invocation_id}/step_states or api/invocations/{invocation_id}/jobs_summary/by_step. Response should like
api/invocations/{invocation_id}/step_states
api/invocations/{invocation_id}/jobs_summary/by_step
"step_id": { "ok": 5, "error": 1 }
This would be used for displaying the state in the entire graph and the state in the list of steps.
The text was updated successfully, but these errors were encountered:
That's already done (but never used in the client) in #8664
Sorry, something went wrong.
No branches or pull requests
For #17413 we will need API routes to get step states for an invocation.
api/invocations/{invocation_id}/step_states
orapi/invocations/{invocation_id}/jobs_summary/by_step
.Response should like
This would be used for displaying the state in the entire graph and the state in the list of steps.
The text was updated successfully, but these errors were encountered: