Replay Background Task
GET/api/backgroundtasks/ReplayBackgroundTask/:id
Tier: Internal — subject to change without notice.
Re-queues a previously completed or errored background task for reprocessing, creating a new task with the same payload as the original.
Requires LocafiModule.Administration Update permission.
The original task is not modified; a new task is created via
IBackgroundTaskScheduler.ReplayBackgroundTask(...).
Request
Responses
- 200
- 400
- 401
- 403
Returns the original background task; the replay has been queued.
The original task was not found, the replay failed to schedule, or the task could not be retrieved.
Caller is not authenticated.
Caller does not have Update permission on the Administration module.