Project

General

Profile

Bug #13330

Updated by Peter Amstutz about 6 years ago

Currently container outputs and logs have recognizable names and a specific set of properties, e.g. 

 <pre> 
   "properties": { 
     "type": "output", 
     "container_request": "dhhck-xvhdp-yyrg8t00dwajq45" 
   }, 
 </pre> 

 Similar naming and properties handling should be provided for the temporary input collections which are created by arvados-cwl-runner which currently have no properties and have names of the form "New collection (2018-03-08T08:34:40.636Z)".    They should also inherit the intermediate output time-to-live setting. (2018-03-08T08:34:40.636Z)"

Back