v1.4.2
Parameter name changes
auto-update-metadata
->auto-write-metadata
: in both CLI and python functions (_
instead of-
).
Generation of metadata.json
file on workflow's root output directory
- It was written for any change in task/subworkflow/workflows status change, which possibly stressed Cromwell server and resulted in its crash. It's written only when a main workflow is done whether successful or not.
Bug fixes
- Fix wrong graceful shutdown message even when Cromwell is done successfully.