Summary
Retry a task automatically for x number of attempts with n minute intervals.
Description
Workflow will follow reattempt task's outgoing transition after n minutes of delay.
Route
POST /mop/reattempt
Roles
admin
engineering
support
apiwrite
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| job_id | string | yes | This is the job's _id |
| attemptID | string | yes | A unique ID for this reattempt variable |
| minutes | number | yes | The amount of minutes that the task should wait before re-attempting |
| attempts | number | yes | The amount of times that this task should execute |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| response | string | Response from attempt |