24
- When emitting workflow outputs to the Cromwell log only the first 1000 characters per output will be printed
- Added support for conditional (
if) statements. - Globs for Shared File System (SFS) backends, such as local or SGE, now use bash globbing instead of Java globbing, consistent with the JES backend.
- A new
/versionendpoint has been added that returns the version of the Cromwell being run in server mode. There is also a new-versionflag for determining the Cromwell version in command line mode,java -jar cromwell.jar -version.