Story #9836
Updated by Radhika Chippada over 8 years ago
* Add "workflows" to api methods
* A Workflow contains: name, description, and a workflow yaml
* workflow yaml
** This should be a valid yaml representing the cwl workflow
** The Workflow's name and address will be set based on the name and description in workflow yaml, unless they were manually set by the user
** The workflow.yaml can specify cwlVersion, baseCommand, inputs, and default outputs.
** Anything else?