[PATCH] Reprocess Task
Last updated
Last updated
Use this request to restart processing of a specific Task. Note that this is a DESTRUCTIVE process - all previous edits to the task will be lost.
Re-processing is useful when the task is stuck in a specific for a long time.
You can use the , or requests to find tasks that are stuck and reprocess those you see fit.
A successful reprocess request increases the restartCount
of the task by one, and updates preProcessingStartedOn
. More information about these fields can be found in the .
PATCH
/api/v1.0/external/sdtask/restartprocessing?taskId=104
Payload of reprocessed tasks
Note that tasks are reprocessed with the information that existed at the time of the first processing request. It is not possible to update this information after Task creation.
taskId
integer
(optional)
The ID that identifies the task to reprocess. This ID is always unique and never changes after it has been created.
externalId
string
(optional)
An optional External ID, valid for your organization and added to the Task at creation that uniquely identifies it in your Organization.
At least one of taskId
or externalId
must be specified.
Response body has no content.