Versions
List deployed Workflow versions
client.workflows.versions.list(stringworkflowName, VersionListParams { account_id, page, per_page } params?, RequestOptionsoptions?): V4PagePaginationArray<VersionListResponse { id, class_name, created_on, 5 more } >
GET/accounts/{account_id}/workflows/{workflow_name}/versions
Get Workflow version details
client.workflows.versions.get(stringworkflowName, stringversionId, VersionGetParams { account_id } params?, RequestOptionsoptions?): VersionGetResponse { id, class_name, created_on, 5 more }
GET/accounts/{account_id}/workflows/{workflow_name}/versions/{version_id}