Actions
Idea #15455
openOutputs of workflow runs get put into a default location other than the user's home project
Start date:
Due date:
Story points:
2.0
Release:
Release relationship:
Auto
Description
Currently all outputs go in the user's home project which is undesirable due to the amount of clutter created.
Change this to create a new sub project under <user> / Workflow runs / <Workflow name + date of run> where all outputs are placed by default (unless the user specifies something different). This will be implemented by the client.
arvados-cwl-runner¶
Default behavior
- search for or create a project named "Workflow runs" owned by the user
- Create a project under it called <Workflow name + date of run>
- Use that as project_uuid
Custom parent
- arvados-cwl-runner --parent "My project xyz"
- Search for any project visible to the user that has that name (alternately, can also accept a uuid)
- If there is a name conflict, report that and instruct the user to use a uuid / fix the project name so it isn't ambigious
- Create a project under it called <Workflow name + date of run>
- Use that as project_uuid
If --project-uuid is provided, the behavior is unchanged from current.
If --name was provided, it is used for both the subproject name (instead of name+template) as well as the container request.
Related issues
Updated by Tom Morris over 5 years ago
- Project changed from Arvados Workbench 2 to Arvados
- Target version set to To Be Groomed
Updated by Peter Amstutz over 5 years ago
- Related to Bug #14710: [Workbench] Child containers run on federated clusters do not show up added
Updated by Peter Amstutz over 5 years ago
- Related to deleted (Bug #14710: [Workbench] Child containers run on federated clusters do not show up)
Updated by Peter Amstutz over 5 years ago
- Related to Feature #15448: [Running a workflow] Specify destination project for intermediate/output collections added
Updated by Tom Morris about 5 years ago
- Target version changed from To Be Groomed to Arvados Future Sprints
- Story points set to 2.0
Updated by Peter Amstutz over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions