The unique identifier for this object.
Document fragment to load this record object from.
Base URI to generate child document IDs against.
Context for loading URIs and populating objects.
ID at this position in the document (if available)
Generated using TypeDoc
Auto-generated class implementation for https://w3id.org/cwl/cwl#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 asource
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 ofWorkflowStepInput
to connect the output value to downstream parameters.