wdl-engine 0.13.2

Execution engine for Workflow Description Language (WDL) documents.
Documentation
1
2
3
4
5
6
error: object does not have a member named `x`
  ┌─ tests/workflows/illegal-access/source.wdl:8:14
  │
8 │   Int i = my.x  # error: field 'x' does not exist in object
  │              ^