Send run signal
Dispatches a run signal to an idle process, optionally forcing a re-run even if prior output exists.
Path Parameters
Numeric process identifier serialized as a path parameter.
Body
Request body used to dispatch a run signal to an existing process.
When true, reruns a process even if prior output already exists.
Response
The process was started or restarted.
Process snapshot returned by the process management endpoints.
Stable process identifier assigned at creation. Persists across restarts.
x > 0Current lifecycle state of the process.
queued, running, idle, terminating Terminal exit state of the process. Null until the process becomes idle.
failed, success, timeout, canceled, null Error message captured during execution, or null if no error occurred.
ISO-8601 timestamp of when the process was created.
ISO-8601 timestamp of when the process completed, or null if still running.
Optional caller-supplied reference string used to correlate related processes.
1