Handle multi file uploads via 'workflow_attachment' in POST request to /runs/
API endpoint
#6
Labels
priority: high
High priority
type: feature
New feature or request
type flag: required by specs
Compliance with specs requires this change
workload: hours
Likely takes hours to resolve
Is your feature request related to a problem? Please describe.
According to the current GA4GH WES specs, workflows and related files can and should be streamed through the POST request to the
/runs/
API endpoint. This requires specific handling by the business logic.Describe the solution you'd like
To be added later.
Describe alternatives you've considered
To be added later.
Additional context
Multi file upload via the
multipart/form-data
type is not supported by Swagger 2.0. To enable UI support for this feature in connexion (which now supports OpenAPI v3.0, see spec-first/connexion#420), the specs would first need to be migrated to OpenAPI v3.0 (see ga4gh/workflow-execution-service-schemas/issues/43).Note that support for the
workflow_attachment
property may be dropped in the future (see ga4gh/workflow-execution-service-schemas/issues/124).The text was updated successfully, but these errors were encountered: