Skip to main content
Executions endpoint

Create Execution

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

POST/execution-runs/

Body

application/json
Run object
Field defined by ports.ExecutionRequest.
Plan object
Field defined by ports.ExecutionRequest.
Workflow object
Field defined by ports.ExecutionRequest.
Resources array
Field defined by ports.ExecutionRequest.
ExecutionScope object
Field defined by ports.ExecutionRequest.
Runtimes array
Field defined by ports.ExecutionRequest.
RuntimeBindings array
Field defined by ports.ExecutionRequest.
NetworkTopology object
Field defined by ports.ExecutionRequest.
ActivityProfiles array
Field defined by ports.ExecutionRequest.
PreparationRequirementsByActivity object
Field defined by ports.ExecutionRequest.
RuntimeAllocations object
Field defined by ports.ExecutionRequest.

See the Executions guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.