Feature #21074
open
Migrate "workflow" table to be backed by collections but maintain API
Added by Peter Amstutz about 1 year ago.
Updated about 22 hours ago.
Description
Idea: the "workflow" table is an odd duck. It stores a single data string in the "definition" field, but doesn't support properties, versioning, trashing, etc. We want these things for workflows but we don't want to duplicate all the logic. It would be better if we could just store workflows in collections.
However, eliminating the "workflows" API endpoint would be disruptive, as Workbench and arvados-cwl-runner both rely on it. (We can synchronize workbench updates but people frequently use older versions of arvados-cwl-runner with newer API servers).
To migrate workflow records to collections, I propose the following:
- Workflow records are migrated over to collections. The "name" and "description" fields are straightforward. The contents of the "definition" field would be put in Keep as "workflow.yml". The collection record would have metadata "type: cwl-workflow"
- The Workflow endpoint is migrated to controller
- On controller, GET/PUT/POST operations are translated to apply to only collections with "type: cwl-workflow". The contents of "definition" would be read from / written to Keep
- another option would be to generate definition the on the fly from metadata
- when going through the workflows endpoint, collection UUIDs would be mapped to workflow UUIDs with the same cluster and random part just with
7fd4e substituting for 4zz18
- Going forward, we can choose to either expose additional fields and capabilities through the workflows endpoint (properties, versioning), or phase out the workflows endpoint by updating client code that uses workflows to instead use collections of "type: cwl-workflow"
This is probably also an opportunity to extract other metadata from the CWL document and put them in collection properties so that Workbench has it on hand without having to parse the CWL document as it currently does.
- Description updated (diff)
- Related to Idea #19132: Registered workflow improvements added
- Target version changed from Future to Development 2024-01-17 sprint
- Target version changed from Development 2024-01-17 sprint to Development 2024-01-31 sprint
- Description updated (diff)
- Description updated (diff)
- Description updated (diff)
- Target version changed from Development 2024-01-31 sprint to Development 2024-02-14 sprint
- Target version changed from Development 2024-02-14 sprint to Development 2024-02-28 sprint
- Target version changed from Development 2024-02-28 sprint to Development 2024-03-13 sprint
- Target version changed from Development 2024-03-13 sprint to Development 2024-03-27 sprint
- Target version changed from Development 2024-03-27 sprint to Development 2024-04-10 sprint
- Tracker changed from Idea to Feature
- Target version changed from Development 2024-04-10 sprint to Development 2024-04-24 sprint
- Target version changed from Development 2024-04-24 sprint to Development 2024-05-08 sprint
- Target version changed from Development 2024-05-08 sprint to Development 2024-06-05 sprint
- Target version changed from Development 2024-06-05 sprint to 439
- Target version changed from 439 to Development 2024-07-03 sprint
- Target version changed from Development 2024-07-03 sprint to Development 2024-07-24 sprint
- Target version changed from Development 2024-07-24 sprint to Development 2024-08-28 sprint
- Target version changed from Development 2024-08-28 sprint to Development 2024-09-11 sprint
- Target version changed from Development 2024-09-11 sprint to Development 2024-09-25 sprint
- Target version changed from Development 2024-09-25 sprint to Development 2024-10-09 sprint
- Target version changed from Development 2024-10-09 sprint to Development 2024-10-23 sprint
- Target version changed from Development 2024-10-23 sprint to Development 2024-11-06 sprint
- Target version changed from Development 2024-11-06 sprint to Development 2024-11-20
- Target version changed from Development 2024-11-20 to Development 2024-12-04
- Target version changed from Development 2024-12-04 to Development 2024-12-18
Also available in: Atom
PDF