workflows
Get Workflow Definition
Get the latest version of a workflow definition.
GET
/
workflows
/
{workflow_id}
/
definition
Authorizations
Path Parameters
Response
200 - application/json
A workflow definition.
This is the underlying representation/snapshot of a workflow in the system, which can directly execute in the runner.
Shoulds
- Be convertible into a Workspace Workflow + Acitons
- Be convertible into a YAML DSL
- Be able to be versioned
Shouldn'ts
- Have any stateful information
Relationships
- 1 Workflow to many WorkflowDefinitions
DSL spec version