-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Refactor Workflow API routes - Part 1 #17463
Conversation
This is not ready for review. I just wanted to create this pull request such that there is no duplication effort Update: It is ready now. |
175f4c3
to
916c04b
Compare
426d222
to
213143e
Compare
04e2500
to
dcf3849
Compare
…low operation to dict
dcf3849
to
1aa27cb
Compare
Yes, it expects a Thanks for pointing it out! |
@davelopez can we merge this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, It looks pretty good to me! 👍
This PR was merged without a "kind/" label, please correct. |
This is a part of #10889.
Summary
/api/workflows/{workflow_id}/invocations
/api/workflows/{workflow_id}/refactor
/api/workflows/{workflow_id}
How to test the changes?
You can find the interactive API documentation here: http://127.0.0.1:8080/api/docs#/workflows
License