WDL Specification v1.1.2
What's Changed
- State that
Union
is also the type of someruntime
attributes. - Remove some syntax sections that were missed in 1.1.1.
- Clarify short-circuiting of boolean expressions (#199).
- Added requirement for tests to the RFC.
- Clarifies number of sections allowed within
task
andworkflow
blocks (#598 by @claymcleod). - Clarified that
read_bool
is case-insensitive, and added an example.
Full Changelog: https://github.com/openwdl/wdl/compare/v1.1.1..v1.1.2