Module document

Source
Expand description

Representation of analyzed WDL documents.

Structs§

Document
Represents an analyzed WDL document.
Input
Represents a task or workflow input.
Name
Represents information about a name in a scope.
Namespace
Represents a namespace introduced by an import.
Output
Represents a task or workflow output.
ScopeRef
Represents a reference to a scope.
Struct
Represents a struct in a document.
Task
Represents a task in a document.
Workflow
Represents a workflow in a document.

Constants§

TASK_VAR_NAME
The task variable name available in task command sections and outputs in WDL 1.2.