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
There is currently a missing_call_inputerror diagnostic for when a workflow call doesn't specify every required input. This does not emit if the workflow's meta section has allowNestedInputs: true. Allowing nested inputs prevents this case from being an error, but it should still be warned on (and optionally excepted). IMO this fits within the wdl-analysis crate as opposed to the wdl-lint crate.