Project

General

Profile

Bug #16973

Updated by Peter Amstutz over 3 years ago

[login federation] [experiment run from satellite cluster] [WB1] 

 No "disable re-use" option when running a newly registered workflow that is identical to a previously registered workflow. 

 Steps to reproduce: 

 * register a workflow, e.g. `arvados-cwl-runner --name "CWL diagnostics hasher" --create-workflow hasher-workflow.cwl hasher-workflow-job.yml` 
 * click the 'Run this workflow' button, choose project, provide inputs, click 'Run' 
 * re-register the same workflow, e.g. `arvados-cwl-runner --name "CWL diagnostics hasher" --create-workflow hasher-workflow.cwl hasher-workflow-job.yml` 
 * click the 'Run this workflow' button, choose project, provide inputs, click 'Run' 

 Observed behavior: the previous run will be reused (e.g. https://workbench.tordo.arvadosapi.com/container_requests/tordo-xvhdp-viij3s0enut3r35). 

 With the 'Re-run' button on a container request that has completed, the user has to check a box to 'Enable container reuse'. There is no such checkbox when running a newly registered workflow. 

Back