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
if valueFrom is used in WorkflowStepInput then the type is not knowable in static analysis.
cwltool and others should throw a warning for cwlVersion: 1.3 and newer documents
to silence this warning we add a type field to WorkflowStepInput that is highly recommended for valueFrom users. At runtime, if the valueFrom result isn't a match for the type field then this is a permanentFailure.
The text was updated successfully, but these errors were encountered:
if
valueFrom
is used inWorkflowStepInput
then the type is not knowable in static analysis.cwltool
and others should throw a warning forcwlVersion: 1.3
and newer documentstype
field toWorkflowStepInput
that is highly recommended forvalueFrom
users. At runtime, if thevalueFrom
result isn't a match for thetype
field then this is apermanentFailure
.The text was updated successfully, but these errors were encountered: