WorkflowOutputParameter

Describe an output parameter of a workflow. The parameter must be connected to one or more parameters defined in the workflow that will provide the value of the output parameter.

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

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

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

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

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

id_
string id_;

The unique identifier for this parameter object.

label_
Union!(None, string) label_;

A short, human-readable label of this object.

linkMerge_
Union!(None, LinkMergeMethod) linkMerge_;

The method to use to merge multiple sources into a single array. If not specified, the default method is "merge_nested".

outputBinding_
Union!(None, CommandOutputBinding) outputBinding_;

Describes how to handle the outputs of a process.

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

Specifies one or more workflow parameters that supply the value of to the output parameter.

secondaryFiles_
Union!(None, string, Expression, Union!(string, Expression)[]) 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!(None, CWLType, OutputRecordSchema, OutputEnumSchema, OutputArraySchema, string, Union!(CWLType, OutputRecordSchema, OutputEnumSchema, OutputArraySchema, 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