Support a Server Command:
Starting an execution
HTTP POST /executions
BODY: YamlPlan
Response: ExecutionID
In Progress
HTTP GET /executions/:id
Response: Progress (Accepted Response)
Finished Executing
HTTP GET /executions/:id
Response: Permanent Redirect /executions/:id/result
Support a Server Command:
Starting an execution
In Progress
Finished Executing