You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zipped input(?) or json object containing required data
workflow name
workflow type
With that info, we should be able to send the data to a specific workflow (wherever that is) to be executed
Workflow code should be written and maintained in a separate repository (e.g. a collection of nextflow, galaxy, squonk etc. workflows) that contains all of the code needed to execute the workflow in/on the correct container/serrvice - the endpoint should return:
A success/fail notification for if the workflow has started
An id for the workflow/task
The ID should then be able to be used at an additional endpoint to examine the status
When the workflow is complete, a final endpoint will be used to import/download the data
The text was updated successfully, but these errors were encountered:
Add a view to trigger a workflow.
Info needed:
With that info, we should be able to send the data to a specific workflow (wherever that is) to be executed
Workflow code should be written and maintained in a separate repository (e.g. a collection of nextflow, galaxy, squonk etc. workflows) that contains all of the code needed to execute the workflow in/on the correct container/serrvice - the endpoint should return:
The ID should then be able to be used at an additional endpoint to examine the status
When the workflow is complete, a final endpoint will be used to import/download the data
The text was updated successfully, but these errors were encountered: