JavaScript
Workflow Versions
Create a new workflow version
Creates a new version of an existing workflow. Accepts both public and secret keys.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.triglit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Chave de API do tenant (publishable key ou secret key)
Headers
Chave de API do tenant (publishable key ou secret key)
Body
application/json
Response
Workflow version created successfully
Unique workflow version identifier
Example:
"wfv_abc123def456"
Parent workflow identifier
Example:
"wf_abc123def456"
Tenant identifier
Example:
"tenant_123"
Version number
Example:
1
Workflow nodes
Workflow edges
Whether this version is active
Example:
true
Creation timestamp
Example:
"2024-01-15T10:30:00.000Z"
Sub-tenant identifier
Example:
"sub_tenant_456"
Publication timestamp
Example:
"2024-01-15T10:30:00.000Z"

