v1

latestOpenAPI 3.0.12026-07-245752052.0 MB
todoWorkers

Reprocess worker onboarding

Reprocesses a worker's onboarding by refreshing segments, archiving/assigning tasks, updating overall status, checking completion, and reconciling Todo Notifications V2 scheduled reminders/deadlines for eligible workers. Useful for fixing issues with task flow assignments, status calculations, or scheduled notification state.

post/api/servicetodo/processes/workers/{workerIdentifier}/reprocess

Path parameters

workerIdentifierstring uuid required

Worker unique identifier

Response

Worker onboarding successfully reprocessed with count of task flows processed

Example response

{
  "data": {
    "processedTaskFlows": 3,
    "message": "Successfully reprocessed 3 of 3 task flows for worker abc-123"
  },
  "meta": {
    "timestamp": "2021-05-05T09:47:58.924Z",
    "verb": "GET",
    "path": "/api/structure/resources/5949cf7c-fec6-4b31-947c-3aceabff58c5",
    "jti": "%cQN3RIGp",
    "rid": "$2d2zkHZ5",
    "count": 1,
    "status": "200",
    "duration": 17,
    "size": 1234
  }
}