WorkflowInputParameter.type_

Specify valid types of data that may be assigned to this parameter.

class WorkflowInputParameter
@typeDSL
Either!(CWLType, InputRecordSchema, InputEnumSchema, InputArraySchema, string, Either!(CWLType, InputRecordSchema, InputEnumSchema, InputArraySchema, string)[]) type_;

Meta