Project

General

Profile

Idea #19636

Updated by Peter Amstutz 7 months ago

The wb2 interface uses "draft" for "uncommitted" container requests.    This means the inputs can be edited. 

 The "Inputs" panel should allow editing of each parameter value. 

 In addition, there should Should also be controls for: 

 # updating the @runtime_constraints.vcpus@ and @runtime_constraints.ram@ of the request 
 # setting @priority@ from 1-1000 
 # if command[0] == "arvados-cwl-runner", then checkboxes for 
 ## toggling between @--enable-reuse@ and @--disable-reuse@ 
 ## toggling between @--enable-preemptible@ and @--disable-preemptible@ 
 ## toggling between @--trash-intermediate@ and @--no-trash-intermediate@ have options to control certain arvados-cwl-runner options such as enable/disable container reuse. 

 -Add a "Run" button which puts the container in "Committed" state so it will run.- done in #15557  

Back