Process Instances (Structured Process) REST Endpoints
Processes/Process Instances (Structured Process)
The operations from the Processes/Process Instances (Structured Process) category.
- Get a Process Instance Incident
- Method: getPath:
/process/api/v1/process-instances/{id}/incidents/{incidentId} - Get a Process Instance Job
- Method: getPath:
/process/api/v1/process-instances/{id}/jobs/{jobId} - Get the Process Instance History
- Method: getPath:
/process/api/v1/process-instances/{id}/history - List Process Instance Incidents
- Method: getPath:
/process/api/v1/process-instances/{id}/incidents - List Process Instance Jobs
- Method: getPath:
/process/api/v1/process-instances/{id}/jobs - Resubmit a Process Instance Job
- Method: postPath:
/process/api/v1/process-instances/{id}/jobs/{jobId}