Re-queues an idle process for execution. Works on canceled processes as well as successfully completed ones. If the process is complete, force: true must be set to explicitly overwrite run and overwrite outputs.
The process ID returned by POST /processes.
1
When true, overwrites any existing outputs from a prior execution. Required if the process completed successfully and already has output.
Run signal accepted; process re-queued.
Unique identifier for the process.
1
Where the process is in its life-cycle.
queued, running, idle The outcome of execution.
success, failed, canceled, null Client-provided reference identifying the source of the process.