Actions
Story #15455
openOutputs of workflow runs get put into a default location other than the user's home project
Status:
New
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
(Total: 0.00 h)
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.
Actions