public interface ProcessInstanceRestService
static final String PATH
ProcessInstanceResource getProcessInstance(String processInstanceId)
List<ProcessInstanceDto> getProcessInstances(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
ProcessInstanceQuery interface as a REST service.uriInfo - firstResult - maxResults - List<ProcessInstanceDto> queryProcessInstances(ProcessInstanceQueryDto query, Integer firstResult, Integer maxResults)
getProcessInstances(UriInfo, Integer, Integer) (as a JSON message body)
and allows for any number of variable checks.query - firstResult - maxResults - CountResultDto getProcessInstancesCount(@Context javax.ws.rs.core.UriInfo uriInfo)
CountResultDto queryProcessInstancesCount(ProcessInstanceQueryDto query)
void updateSuspensionState(ProcessInstanceSuspensionStateDto dto)
BatchDto updateSuspensionStateAsync(ProcessInstanceSuspensionStateAsyncDto dto)
BatchDto deleteAsync(DeleteProcessInstancesDto dto)
BatchDto deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto dto)
BatchDto setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesDto)
BatchDto setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesDto)
BatchDto setVariablesAsync(SetVariablesAsyncDto setVariablesAsyncDto)
Copyright © 2013–2021 camunda services GmbH. All rights reserved.