Versions
List deployed Workflow versions
GET/accounts/{account_id}/workflows/{workflow_name}/versions
Get Workflow version details
GET/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}
Get Workflow version graph
GET/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}/graph
ModelsExpand Collapse
VersionGraphResponse object { id, class_name, created_on, 3 more }
VersionGraphResponse object { id, class_name, created_on, 3 more }
graph: object { version, workflow } Versioned workflow graph payload.
graph: object { version, workflow }
Versioned workflow graph payload.
workflow: object { class_name, functions, nodes, payload } A parsed workflow entrypoint with its step graph.
workflow: object { class_name, functions, nodes, payload }
A parsed workflow entrypoint with its step graph.
nodes: array of object { duration, name, type, 2 more } or object { config, name, nodes, 3 more } or object { name, options, type, 3 more } or 11 more
nodes: array of object { duration, name, type, 2 more } or object { config, name, nodes, 3 more } or object { name, options, type, 3 more } or 11 more
One of the following:
object { config, name, nodes, 3 more }
object { config, name, nodes, 3 more }
object { name, options, type, 3 more }
object { name, options, type, 3 more }