Refactor Workflow API routes - Part 2#17548
Draft
heisner-tillman wants to merge 73 commits intogalaxyproject:devfrom
Draft
Refactor Workflow API routes - Part 2#17548heisner-tillman wants to merge 73 commits intogalaxyproject:devfrom
heisner-tillman wants to merge 73 commits intogalaxyproject:devfrom
Conversation
Contributor
Author
|
This is not ready for review. I just wanted to create this pull request such that there is no duplication effort |
Member
Converting to draft. |
86ee5c7 to
8baee31
Compare
5816361 to
29adbd3
Compare
cb3300c to
3f7b975
Compare
fd0fd85 to
a841862
Compare
1aa8ae2 to
08249c0
Compare
…t in internal manager method _workflow_to_dict_export
… different step models
9087510 to
21e25c8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a part of #10889 and an extension of #17463.
Summary
PUT:
/api/workflows/menuGET:
/api/workflows/download/{workflow_id},/api/workflows/{workflow_id}/downloadHow to test the changes?
You can find the interactive API documentation here: http://127.0.0.1:8080/api/docs#/workflows
License