Workflow Versions
Create Workflow Version
Validates and stores an immutable workflow package in content-addressed storage. Repeating the same canonical content returns the same identifier.
post/api/v1/workflow-versions
Request body
Example request
{
"entrypoint": "graphs/main.fabro"
}Response
Workflow version stored or already present
Example response
{
"workflow_version_id": "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
}