error: `task.previous` does not have a member named `not_a_member`
┌─ tests/analysis/task-scope-full/source.wdl:36:38
│
36 │ gpu: select_first([task.previous.not_a_member, []])
│ ^^^^^^^^^^^^
error: the `task` variable does not have a member named `cpu`
┌─ tests/analysis/task-scope-full/source.wdl:39:16
│
39 │ fpga: task.cpu > 2
│ ^^^
error: the `task` variable does not have a member named `memory`
┌─ tests/analysis/task-scope-full/source.wdl:42:22
│
42 │ maxRetries: task.memory / 1000000000
│ ^^^^^^