Skip to content
New issue

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

Graph view queries #17563

Closed
mvdbeek opened this issue Feb 28, 2024 · 1 comment
Closed

Graph view queries #17563

mvdbeek opened this issue Feb 28, 2024 · 1 comment

Comments

@mvdbeek
Copy link
Member

mvdbeek commented Feb 28, 2024

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

"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.

@mvdbeek
Copy link
Member Author

mvdbeek commented Feb 28, 2024

That's already done (but never used in the client) in #8664

@mvdbeek mvdbeek closed this as completed Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant