1 2 3 4 5 6 7 8 9
version 1.3 workflow non_empty_optional_fail { input { Array[Boolean] x } Array[Boolean]+ nonempty = x }