Skip to main content

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

Returns the original background task; the replay has been queued.