Skip to content

v1.4.2

Compare
Choose a tag to compare
@leepc12 leepc12 released this 04 Nov 21:35
· 213 commits to master since this release
35a6934

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.