Project

General

Profile

Bug #15557

Updated by Peter Amstutz over 1 year ago

Menu item on This bug report includes 2 issues that I think are related: 

 The re-run process option was hidden, because it was buggy.    Put it back and fix the following issues. 

 h2. Run workflow UI doesn't provide input parameters 

 When clicking on "Run process" on a workflow that makes a requires inputs from the user, the "Select inputs" UI doesn't show them. 

 h2. Re-run process doesn't copy of the container request in default input values 

 On file @src/store/processes/processes-actions.ts@, the same project (*) in function @getInputs@ (called from function @reRunProcess@) assumes that the "uncommitted" state. 

 When a container is "uncommitted", there is a "Run" button to commit main workflow object doesn't have any @default@ member, so it to run. 

 notes: 

 # this ideally leverages #19636 but isn't blocked by it 
 # copies whatever @cwl.input.json@ has, even if the project picker supports pre-selecting a project, then it is empty. 

 Not sure what should bring up be the project picker with the original project selected. 
 # precedence if the user picks a different project, it should include a note that it doesn't copy dependencies so sharing the project with someone else may not include all the required inputs 
 both default values exist.

Back