You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"failures": [
{
"causedBy": [
{
"message": "Failed to evaluate 'bar' (reason 1 of 1): Evaluating foo failed: assertion failed: base member type WomMaybeEmptyArrayType(WomStringType) and womtype WomMaybeEmptyArrayType(WomSingleFileType) are not compatible",
"causedBy": []
}
],
"message": "Workflow failed"
}
],
Interestingly enough, this passes if the array is non-empty, or if the target is not optional, or if the source is type Array[String].
I am running cromwell "v85 (ish)" according to the administrator. Backend is AWS batch.
The text was updated successfully, but these errors were encountered:
jebob
changed the title
Cannot coerce empty Array[File] to Array[String]?
[BUG] Cannot coerce empty Array[File] to Array[String]?
Apr 8, 2024
I think the minimum to reproduce the bug is just
which fails with
Interestingly enough, this passes if the array is non-empty, or if the target is not optional, or if the source is type
Array[String]
.I am running cromwell "v85 (ish)" according to the administrator. Backend is AWS batch.
The text was updated successfully, but these errors were encountered: