executions_run
Start an execution by setting its state to in progress. Allowed only when current state is waiting or paused.
Instructions
Start running an execution
Tag: Executions
Sets the execution state to IN_PROGRESS. Allowed only when the current state is WAITING or PAUSED. Returns 400 when the execution is already IN_PROGRESS or DONE, or when its parent tests cycle is FINISHED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |