WorkflowInputParameter

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

default_
Union!(None, CWLObjectType) default_;

The default value to use for this parameter if the parameter is missing from the input object, or if the value of the parameter in the input object is null. Default values are applied before evaluating expressions (e.g. dependent valueFrom fields).

doc_
Union!(None, string, string[]) doc_;

A documentation string for this object, or an array of strings which should be concatenated.

format_
Union!(None, string, string[], Expression) format_;

Only valid when type: File or is an array of items: File.

id_
Union!(None, string) id_;

The unique identifier for this object.

inputBinding_
Union!(None, InputBinding) inputBinding_;

Deprecated. Preserved for v1.0 backwards compatibility. Will be removed in CWL v2.0. Use WorkflowInputParameter.loadContents instead.

label_
Union!(None, string) label_;

A short, human-readable label of this object.

loadContents_
Union!(None, bool) loadContents_;

Only valid when type: File or is an array of items: File.

loadListing_
Union!(None, LoadListingEnum) loadListing_;

Only valid when type: Directory or is an array of items: Directory.

secondaryFiles_
Union!(None, SecondaryFileSchema, SecondaryFileSchema[]) secondaryFiles_;

Only valid when type: File or is an array of items: File.

streamable_
bool streamable_;

Only valid when type: File or is an array of items: File.

type_
Union!(CWLType, InputRecordSchema, InputEnumSchema, InputArraySchema, string, Union!(CWLType, InputRecordSchema, InputEnumSchema, InputArraySchema, string)[]) type_;

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

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta