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.
- Scope
Ref - 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
taskvariable name available in task command sections and outputs in WDL 1.2.