Schema
RunStepRequest
Request to run a single workstream step in isolation.
| Field | Type | Description |
|---|---|---|
step_idrequired | string | ID of the step to run (must match `steps[].id` on the workstream) |
parameters | object | Optional runtime parameters merged into the synthesised single-step cycle's runtime_vars (e.g. period, file references). Equivalent to the `input_data` field on `POST /cycles`.show nestedEmpty object. |