Options
All
  • Public
  • Public/Protected
  • All
Menu

Auto-generated class implementation for https://galaxyproject.org/gxformat2/v19_09#WorkflowStepOutput

Associate an output parameter of the underlying process with a workflow parameter. The workflow parameter (given in the id field) be may be used as a source to connect with input parameters of other workflow steps, or with an output parameter of the process.

A unique identifier for this workflow output parameter. This is the identifier to use in the source field of WorkflowStepInput to connect the output value to downstream parameters.

Hierarchy

  • Saveable
    • WorkflowStepOutput

Implements

Index

Constructors

constructor

Properties

Optional add_tags

add_tags?: string[]

Optional change_datatype

change_datatype?: string

Optional delete_intermediate_datasets

delete_intermediate_datasets?: boolean

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hide

hide?: boolean

Optional id

id?: string

The unique identifier for this object.

loadingOptions

loadingOptions: LoadingOptions

Optional remove_tags

remove_tags?: string[]

Optional rename

rename?: string

Optional set_columns

set_columns?: string[]

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • Used to construct instances of .

    throws

    ValidationException If the document fragment is not a {@link Dictionary} or validation of fields fails.

    Parameters

    • __doc: any

      Document fragment to load this record object from.

    • baseuri: string

      Base URI to generate child document IDs against.

    • loadingOptions: LoadingOptions

      Context for loading URIs and populating objects.

    • Optional docRoot: string

      ID at this position in the document (if available)

    Returns Promise<Saveable>

    An instance of

Generated using TypeDoc