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
As I don't see where repeat2.i is defined in the workflow/input JSON, it looks like that line in the example output JSON should be moved to the example input JSON; the spec also doesn't say (at least to my knowledge) that the execution engine should output certain task inputs from nested calls when there is a output section.
The text was updated successfully, but these errors were encountered:
For the
allow_nested.wdl
unit test, these lines call a task and omits a required input:wdl/SPEC.md
Lines 5655 to 5658 in 9c0b9cf
This line clarifies that with
allowNestedInputs
directive, this input can be supplied elsewhere:However, for the unit test, I don't see this input being passed through:
wdl/SPEC.md
Lines 5677 to 5685 in 9c0b9cf
Instead, there is an expected output that wants the same variable:
wdl/SPEC.md
Line 5693 in 9c0b9cf
As I don't see where
repeat2.i
is defined in the workflow/input JSON, it looks like that line in the example output JSON should be moved to the example input JSON; the spec also doesn't say (at least to my knowledge) that the execution engine should output certain task inputs from nested calls when there is a output section.The text was updated successfully, but these errors were encountered: