Hi! It's not clear to me what kind of Cromwell workflow options are available in FC and how/where to add JSON. I'm specifically interested in:
1) (Global) Runtime Attributes
Can I set global attribute options? My workflow have multiple tasks using same docker images at this point - I plan to expand my workflow with tasks using different docker images. If I add (same) runtime attributes under each task, will they build the same images repeatedly? (My image is over 4GB, FYI.) Also, what happens if my workflow has tasks using different runtime environments?
2) Output Copying
I'd like to save outputs in my own GCS bucket. Is it possible? If so, how/where can I define the 'final_workflow_outputs_dir' option?
Thanks!
Sehyun