Options
All
  • Public
  • Public/Protected
  • All
Menu

Describe an output parameter of a workflow. The parameter must be connected to one parameter defined in the workflow that will provide the value of the output parameter. It is legal to connect a WorkflowInputParameter to a WorkflowOutputParameter.

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]

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

Optional extensionFields

extensionFields?: Dictionary<any>

Optional id

id?: string

The unique identifier for this object.

Optional label

label?: string

A short, human-readable label of this object.

Optional outputSource

outputSource?: string

Specifies workflow parameter that supply the value of to the output parameter.

Optional type

type?: GalaxyType

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

Generated using TypeDoc