Render Workflow Graph
Validates and renders a workflow manifest as SVG without creating a run.
Request body
Example request
{
"manifest": {
"version": 1,
"parent_id": "01HV6D7S5YF4Z4B2M7K4N0Q6T8",
"title": "Add rate limiting to auth endpoints",
"cwd": "/tmp/project",
"git": {
"origin_url": "https://github.com/acme/my-app.git",
"branch": "feature/foo",
"sha": "abc123def"
},
"target": {
"path": ".fabro/workflows/smoke/workflow.fabro"
}
}
}Response
Rendered graph image
Changes
Changed in 9 of the 134 revisions of this API.2114
- ●
removed the request property
manifest/git/push_outcomerequest-property-removed
- ●
removed the request property
manifest/goal/pathrequest-property-removed
- ●
removed the request property
manifest/run_idrequest-property-removed
- ●
removed the request property
manifest/target/identifierrequest-property-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added the new required request property
manifest/git/push_outcomenew-required-request-property
- ▲
added the new required request property
manifest/target/identifiernew-required-request-property
- ○
added the new optional request property
manifest/goal/pathnew-optional-request-property
- ○
added the new optional request property
manifest/run_idnew-optional-request-property
- ▲
- ●
removed the request property
manifest/git/push_outcomerequest-property-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the request property
manifest/goal/pathrequest-property-removed
- ●
removed the request property
manifest/target/identifierrequest-property-removed
- ●
- ●
removed the request property
manifest/run_idrequest-property-removed
- ●
- ●
removed the request property
manifest/args/docker_imagerequest-property-removed
- ●
- ○
added the new optional request property
manifest/args/docker_imagenew-optional-request-property
- ○
- ●
removed the request property
manifest/args/docker_imagerequest-property-removed
- ●
- ●
removed the request property
manifest/args/sandboxrequest-property-removed
- ○
added the new optional request property
manifest/args/environmentnew-optional-request-property
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●