Skip to main content

Fetch an archived workflow version

GET 

/api/v1/workflows/:workflow_id/versions/:version

Returns the exact state machine a given version describes. Every task records the version it entered on in workflow_version and runs on that machine for its whole life, so this is how you read the definition a task is actually being validated against — including a task whose workflow has been rewired since.

Request

Responses

Archived workflow version