SWS-7: Finish "download" workflow template
1 unresolved thread
1 unresolved thread
Make it so the download workflow actually works and does things!
Edited by Nathan Hertz
Merge request reports
Activity
- Resolved by Nathan Hertz
- TODO: Make it so workflow arguments can be sent in via HTTP request and ensure they are carried through the entire system
- TODO: Hook up download capability with correct hard-coded arguments to T H E B U T T O N
Edited by Nathan Hertzadded 1 commit
- 4334fa2d - Preparation for testing the button with the download capability
added 6 commits
-
4334fa2d...867b5ba8 - 4 commits from branch
main
- fad5a36a - Refactored CapabilityStep.from_str() to allow for multiple step args of
- 9b766720 - Preparation for testing the button with the download capability
-
4334fa2d...867b5ba8 - 4 commits from branch
enabled an automatic merge when the pipeline for 9b766720 succeeds
added 1 commit
- c94b1da1 - Fixed tests to work with CapabilityStep parsing changes
enabled an automatic merge when the pipeline for c94b1da1 succeeds
122 165 # DO NOT TAKE THIS OUT! Python will yell at you. 123 166 parameters = json.dumps(parameters) 124 167 workflow_args = json.loads(parameters) 125 engine.submit_workflow_request(execution.id, workflow_name, workflow_args, files) 168 engine.submit_workflow_request(workflow_name, workflow_args, files)
Please register or sign in to reply