Resubmit a Process Instance Job

post

/process/api/v1/process-instances/{id}/jobs/{jobId}

Resubmits a process instance job for immediate execution.

Note:

You can use this API only on structured processes.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Job Successfully executed
Body ()
Root Schema : ProcessInstanceJobItem
Match All
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : ProcessInstanceJobItem-allOf[1]
Type: object
Show Source

400 Response

Bad request

404 Response

Job not found

429 Response

Too many requests

500 Response

Internal server error

503 Response

Too many exceptions or too slow requests
Back to Top