public class ProcessInstanceApi extends Object
Constructor and Description |
---|
ProcessInstanceApi() |
ProcessInstanceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
BatchDto |
deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async Historic Query Based (POST)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
okhttp3.Call |
deleteAsyncHistoricQueryBasedAsync(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Delete Async Historic Query Based (POST) (asynchronously)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
okhttp3.Call |
deleteAsyncHistoricQueryBasedCall(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback _callback)
Build call for deleteAsyncHistoricQueryBased
|
ApiResponse<BatchDto> |
deleteAsyncHistoricQueryBasedWithHttpInfo(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async Historic Query Based (POST)
Deletes a set of process instances asynchronously (batch) based on a historic process instance query.
|
void |
deleteProcessInstance(String id,
Boolean skipCustomListeners,
Boolean skipIoMappings,
Boolean skipSubprocesses,
Boolean failIfNotExists)
Delete
Deletes a running process instance by id.
|
okhttp3.Call |
deleteProcessInstanceAsync(String id,
Boolean skipCustomListeners,
Boolean skipIoMappings,
Boolean skipSubprocesses,
Boolean failIfNotExists,
ApiCallback<Void> _callback)
Delete (asynchronously)
Deletes a running process instance by id.
|
okhttp3.Call |
deleteProcessInstanceCall(String id,
Boolean skipCustomListeners,
Boolean skipIoMappings,
Boolean skipSubprocesses,
Boolean failIfNotExists,
ApiCallback _callback)
Build call for deleteProcessInstance
|
BatchDto |
deleteProcessInstancesAsyncOperation(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async (POST)
Deletes multiple process instances asynchronously (batch).
|
okhttp3.Call |
deleteProcessInstancesAsyncOperationAsync(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback<BatchDto> _callback)
Delete Async (POST) (asynchronously)
Deletes multiple process instances asynchronously (batch).
|
okhttp3.Call |
deleteProcessInstancesAsyncOperationCall(DeleteProcessInstancesDto deleteProcessInstancesDto,
ApiCallback _callback)
Build call for deleteProcessInstancesAsyncOperation
|
ApiResponse<BatchDto> |
deleteProcessInstancesAsyncOperationWithHttpInfo(DeleteProcessInstancesDto deleteProcessInstancesDto)
Delete Async (POST)
Deletes multiple process instances asynchronously (batch).
|
void |
deleteProcessInstanceVariable(String id,
String varName)
Delete Process Variable
Deletes a variable of a process instance by id.
|
okhttp3.Call |
deleteProcessInstanceVariableAsync(String id,
String varName,
ApiCallback<Void> _callback)
Delete Process Variable (asynchronously)
Deletes a variable of a process instance by id.
|
okhttp3.Call |
deleteProcessInstanceVariableCall(String id,
String varName,
ApiCallback _callback)
Build call for deleteProcessInstanceVariable
|
ApiResponse<Void> |
deleteProcessInstanceVariableWithHttpInfo(String id,
String varName)
Delete Process Variable
Deletes a variable of a process instance by id.
|
ApiResponse<Void> |
deleteProcessInstanceWithHttpInfo(String id,
Boolean skipCustomListeners,
Boolean skipIoMappings,
Boolean skipSubprocesses,
Boolean failIfNotExists)
Delete
Deletes a running process instance by id.
|
ActivityInstanceDto |
getActivityInstanceTree(String id)
Get Activity Instance
Retrieves an Activity Instance (Tree) for a given process instance by id.
|
okhttp3.Call |
getActivityInstanceTreeAsync(String id,
ApiCallback<ActivityInstanceDto> _callback)
Get Activity Instance (asynchronously)
Retrieves an Activity Instance (Tree) for a given process instance by id.
|
okhttp3.Call |
getActivityInstanceTreeCall(String id,
ApiCallback _callback)
Build call for getActivityInstanceTree
|
ApiResponse<ActivityInstanceDto> |
getActivityInstanceTreeWithHttpInfo(String id)
Get Activity Instance
Retrieves an Activity Instance (Tree) for a given process instance by id.
|
ApiClient |
getApiClient() |
ProcessInstanceDto |
getProcessInstance(String id)
Get Process Instance
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
|
okhttp3.Call |
getProcessInstanceAsync(String id,
ApiCallback<ProcessInstanceDto> _callback)
Get Process Instance (asynchronously)
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
|
okhttp3.Call |
getProcessInstanceCall(String id,
ApiCallback _callback)
Build call for getProcessInstance
|
List<ProcessInstanceDto> |
getProcessInstances(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get List
Queries for process instances that fulfill given parameters.
|
okhttp3.Call |
getProcessInstancesAsync(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback<List<ProcessInstanceDto>> _callback)
Get List (asynchronously)
Queries for process instances that fulfill given parameters.
|
okhttp3.Call |
getProcessInstancesCall(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback _callback)
Build call for getProcessInstances
|
CountResultDto |
getProcessInstancesCount(String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get List Count
Queries for the number of process instances that fulfill given parameters.
|
okhttp3.Call |
getProcessInstancesCountAsync(String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback<CountResultDto> _callback)
Get List Count (asynchronously)
Queries for the number of process instances that fulfill given parameters.
|
okhttp3.Call |
getProcessInstancesCountCall(String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase,
ApiCallback _callback)
Build call for getProcessInstancesCount
|
ApiResponse<CountResultDto> |
getProcessInstancesCountWithHttpInfo(String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get List Count
Queries for the number of process instances that fulfill given parameters.
|
ApiResponse<List<ProcessInstanceDto>> |
getProcessInstancesWithHttpInfo(String sortBy,
String sortOrder,
Integer firstResult,
Integer maxResults,
String processInstanceIds,
String businessKey,
String businessKeyLike,
String caseInstanceId,
String processDefinitionId,
String processDefinitionKey,
String processDefinitionKeyIn,
String processDefinitionKeyNotIn,
String deploymentId,
String superProcessInstance,
String subProcessInstance,
String superCaseInstance,
String subCaseInstance,
Boolean active,
Boolean suspended,
Boolean withIncident,
String incidentId,
String incidentType,
String incidentMessage,
String incidentMessageLike,
String tenantIdIn,
Boolean withoutTenantId,
Boolean processDefinitionWithoutTenantId,
String activityIdIn,
Boolean rootProcessInstances,
Boolean leafProcessInstances,
String variables,
Boolean variableNamesIgnoreCase,
Boolean variableValuesIgnoreCase)
Get List
Queries for process instances that fulfill given parameters.
|
VariableValueDto |
getProcessInstanceVariable(String id,
String varName,
Boolean deserializeValue)
Get Process Variable
Retrieves a variable of a given process instance by id.
|
okhttp3.Call |
getProcessInstanceVariableAsync(String id,
String varName,
Boolean deserializeValue,
ApiCallback<VariableValueDto> _callback)
Get Process Variable (asynchronously)
Retrieves a variable of a given process instance by id.
|
File |
getProcessInstanceVariableBinary(String id,
String varName)
Get Process Variable (Binary)
Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name.
|
okhttp3.Call |
getProcessInstanceVariableBinaryAsync(String id,
String varName,
ApiCallback<File> _callback)
Get Process Variable (Binary) (asynchronously)
Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name.
|
okhttp3.Call |
getProcessInstanceVariableBinaryCall(String id,
String varName,
ApiCallback _callback)
Build call for getProcessInstanceVariableBinary
|
ApiResponse<File> |
getProcessInstanceVariableBinaryWithHttpInfo(String id,
String varName)
Get Process Variable (Binary)
Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name.
|
okhttp3.Call |
getProcessInstanceVariableCall(String id,
String varName,
Boolean deserializeValue,
ApiCallback _callback)
Build call for getProcessInstanceVariable
|
Map<String,VariableValueDto> |
getProcessInstanceVariables(String id,
Boolean deserializeValues)
Get Process Variables
Retrieves all variables of a given process instance by id.
|
okhttp3.Call |
getProcessInstanceVariablesAsync(String id,
Boolean deserializeValues,
ApiCallback<Map<String,VariableValueDto>> _callback)
Get Process Variables (asynchronously)
Retrieves all variables of a given process instance by id.
|
okhttp3.Call |
getProcessInstanceVariablesCall(String id,
Boolean deserializeValues,
ApiCallback _callback)
Build call for getProcessInstanceVariables
|
ApiResponse<Map<String,VariableValueDto>> |
getProcessInstanceVariablesWithHttpInfo(String id,
Boolean deserializeValues)
Get Process Variables
Retrieves all variables of a given process instance by id.
|
ApiResponse<VariableValueDto> |
getProcessInstanceVariableWithHttpInfo(String id,
String varName,
Boolean deserializeValue)
Get Process Variable
Retrieves a variable of a given process instance by id.
|
ApiResponse<ProcessInstanceDto> |
getProcessInstanceWithHttpInfo(String id)
Get Process Instance
Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.
|
void |
modifyProcessInstance(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State
Submits a list of modification instructions to change a process instance's execution state.
|
okhttp3.Call |
modifyProcessInstanceAsync(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback<Void> _callback)
Modify Process Instance Execution State (asynchronously)
Submits a list of modification instructions to change a process instance's execution state.
|
BatchDto |
modifyProcessInstanceAsyncOperation(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State Async
Submits a list of modification instructions to change a process instance's execution state async.
|
okhttp3.Call |
modifyProcessInstanceAsyncOperationAsync(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback<BatchDto> _callback)
Modify Process Instance Execution State Async (asynchronously)
Submits a list of modification instructions to change a process instance's execution state async.
|
okhttp3.Call |
modifyProcessInstanceAsyncOperationCall(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback _callback)
Build call for modifyProcessInstanceAsyncOperation
|
ApiResponse<BatchDto> |
modifyProcessInstanceAsyncOperationWithHttpInfo(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State Async
Submits a list of modification instructions to change a process instance's execution state async.
|
okhttp3.Call |
modifyProcessInstanceCall(String id,
ProcessInstanceModificationDto processInstanceModificationDto,
ApiCallback _callback)
Build call for modifyProcessInstance
|
void |
modifyProcessInstanceVariables(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Process Variables
Updates or deletes the variables of a process instance by id.
|
okhttp3.Call |
modifyProcessInstanceVariablesAsync(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback<Void> _callback)
Update/Delete Process Variables (asynchronously)
Updates or deletes the variables of a process instance by id.
|
okhttp3.Call |
modifyProcessInstanceVariablesCall(String id,
PatchVariablesDto patchVariablesDto,
ApiCallback _callback)
Build call for modifyProcessInstanceVariables
|
ApiResponse<Void> |
modifyProcessInstanceVariablesWithHttpInfo(String id,
PatchVariablesDto patchVariablesDto)
Update/Delete Process Variables
Updates or deletes the variables of a process instance by id.
|
ApiResponse<Void> |
modifyProcessInstanceWithHttpInfo(String id,
ProcessInstanceModificationDto processInstanceModificationDto)
Modify Process Instance Execution State
Submits a list of modification instructions to change a process instance's execution state.
|
List<ProcessInstanceDto> |
queryProcessInstances(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto)
Get List (POST)
Queries for process instances that fulfill given parameters through a JSON object.
|
okhttp3.Call |
queryProcessInstancesAsync(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback<List<ProcessInstanceDto>> _callback)
Get List (POST) (asynchronously)
Queries for process instances that fulfill given parameters through a JSON object.
|
okhttp3.Call |
queryProcessInstancesCall(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback _callback)
Build call for queryProcessInstances
|
CountResultDto |
queryProcessInstancesCount(ProcessInstanceQueryDto processInstanceQueryDto)
Get List Count (POST)
Queries for the number of process instances that fulfill the given parameters.
|
okhttp3.Call |
queryProcessInstancesCountAsync(ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback<CountResultDto> _callback)
Get List Count (POST) (asynchronously)
Queries for the number of process instances that fulfill the given parameters.
|
okhttp3.Call |
queryProcessInstancesCountCall(ProcessInstanceQueryDto processInstanceQueryDto,
ApiCallback _callback)
Build call for queryProcessInstancesCount
|
ApiResponse<CountResultDto> |
queryProcessInstancesCountWithHttpInfo(ProcessInstanceQueryDto processInstanceQueryDto)
Get List Count (POST)
Queries for the number of process instances that fulfill the given parameters.
|
ApiResponse<List<ProcessInstanceDto>> |
queryProcessInstancesWithHttpInfo(Integer firstResult,
Integer maxResults,
ProcessInstanceQueryDto processInstanceQueryDto)
Get List (POST)
Queries for process instances that fulfill given parameters through a JSON object.
|
void |
setApiClient(ApiClient apiClient) |
void |
setProcessInstanceVariable(String id,
String varName,
VariableValueDto variableValueDto)
Update Process Variable
Sets a variable of a given process instance by id.
|
okhttp3.Call |
setProcessInstanceVariableAsync(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback<Void> _callback)
Update Process Variable (asynchronously)
Sets a variable of a given process instance by id.
|
void |
setProcessInstanceVariableBinary(String id,
String varName,
File data,
String valueType)
Update Process Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
okhttp3.Call |
setProcessInstanceVariableBinaryAsync(String id,
String varName,
File data,
String valueType,
ApiCallback<Void> _callback)
Update Process Variable (Binary) (asynchronously)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
okhttp3.Call |
setProcessInstanceVariableBinaryCall(String id,
String varName,
File data,
String valueType,
ApiCallback _callback)
Build call for setProcessInstanceVariableBinary
|
ApiResponse<Void> |
setProcessInstanceVariableBinaryWithHttpInfo(String id,
String varName,
File data,
String valueType)
Update Process Variable (Binary)
Sets the serialized value for a binary variable or the binary value for a file variable.
|
okhttp3.Call |
setProcessInstanceVariableCall(String id,
String varName,
VariableValueDto variableValueDto,
ApiCallback _callback)
Build call for setProcessInstanceVariable
|
ApiResponse<Void> |
setProcessInstanceVariableWithHttpInfo(String id,
String varName,
VariableValueDto variableValueDto)
Update Process Variable
Sets a variable of a given process instance by id.
|
BatchDto |
setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
okhttp3.Call |
setRetriesByProcessAsync(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async (POST) (asynchronously)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
okhttp3.Call |
setRetriesByProcessCall(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback _callback)
Build call for setRetriesByProcess
|
BatchDto |
setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async Historic Query Based (POST)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
okhttp3.Call |
setRetriesByProcessHistoricQueryBasedAsync(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback<BatchDto> _callback)
Set Job Retries Async Historic Query Based (POST) (asynchronously)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
okhttp3.Call |
setRetriesByProcessHistoricQueryBasedCall(SetJobRetriesByProcessDto setJobRetriesByProcessDto,
ApiCallback _callback)
Build call for setRetriesByProcessHistoricQueryBased
|
ApiResponse<BatchDto> |
setRetriesByProcessHistoricQueryBasedWithHttpInfo(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async Historic Query Based (POST)
Create a batch to set retries of jobs asynchronously based on a historic process instance query.
|
ApiResponse<BatchDto> |
setRetriesByProcessWithHttpInfo(SetJobRetriesByProcessDto setJobRetriesByProcessDto)
Set Job Retries Async (POST)
Create a batch to set retries of jobs associated with given processes asynchronously.
|
BatchDto |
setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto)
Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
|
okhttp3.Call |
setVariablesAsyncOperationAsync(SetVariablesAsyncDto setVariablesAsyncDto,
ApiCallback<BatchDto> _callback)
Set Variables Async (POST) (asynchronously)
Update or create runtime process variables in the root scope of process instances.
|
okhttp3.Call |
setVariablesAsyncOperationCall(SetVariablesAsyncDto setVariablesAsyncDto,
ApiCallback _callback)
Build call for setVariablesAsyncOperation
|
ApiResponse<BatchDto> |
setVariablesAsyncOperationWithHttpInfo(SetVariablesAsyncDto setVariablesAsyncDto)
Set Variables Async (POST)
Update or create runtime process variables in the root scope of process instances.
|
void |
updateSuspensionState(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto)
Activate/Suspend In Group
Activates or suspends process instances by providing certain criteria: # Activate/Suspend Process Instance By Process Definition Id * `suspend` * `processDefinitionId` # Activate/Suspend Process Instance By Process Definition Key * `suspend` * `processDefinitionKey` * `processDefinitionTenantId` * `processDefinitionWithoutTenantId` # Activate/Suspend Process Instance In Group * `suspend` * `processInstanceIds` * `processInstanceQuery` * `historicProcessInstanceQuery`
|
okhttp3.Call |
updateSuspensionStateAsync(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend In Group (asynchronously)
Activates or suspends process instances by providing certain criteria: # Activate/Suspend Process Instance By Process Definition Id * `suspend` * `processDefinitionId` # Activate/Suspend Process Instance By Process Definition Key * `suspend` * `processDefinitionKey` * `processDefinitionTenantId` * `processDefinitionWithoutTenantId` # Activate/Suspend Process Instance In Group * `suspend` * `processInstanceIds` * `processInstanceQuery` * `historicProcessInstanceQuery`
|
BatchDto |
updateSuspensionStateAsyncOperation(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto)
Activate/Suspend In Batch
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
okhttp3.Call |
updateSuspensionStateAsyncOperationAsync(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto,
ApiCallback<BatchDto> _callback)
Activate/Suspend In Batch (asynchronously)
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
okhttp3.Call |
updateSuspensionStateAsyncOperationCall(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto,
ApiCallback _callback)
Build call for updateSuspensionStateAsyncOperation
|
ApiResponse<BatchDto> |
updateSuspensionStateAsyncOperationWithHttpInfo(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto)
Activate/Suspend In Batch
Activates or suspends process instances asynchronously with a list of process instance ids, a process instance query, and/or a historical process instance query.
|
void |
updateSuspensionStateById(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend Process Instance By Id
Activates or suspends a given process instance by id.
|
okhttp3.Call |
updateSuspensionStateByIdAsync(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback<Void> _callback)
Activate/Suspend Process Instance By Id (asynchronously)
Activates or suspends a given process instance by id.
|
okhttp3.Call |
updateSuspensionStateByIdCall(String id,
SuspensionStateDto suspensionStateDto,
ApiCallback _callback)
Build call for updateSuspensionStateById
|
ApiResponse<Void> |
updateSuspensionStateByIdWithHttpInfo(String id,
SuspensionStateDto suspensionStateDto)
Activate/Suspend Process Instance By Id
Activates or suspends a given process instance by id.
|
okhttp3.Call |
updateSuspensionStateCall(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto,
ApiCallback _callback)
Build call for updateSuspensionState
|
ApiResponse<Void> |
updateSuspensionStateWithHttpInfo(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto)
Activate/Suspend In Group
Activates or suspends process instances by providing certain criteria: # Activate/Suspend Process Instance By Process Definition Id * `suspend` * `processDefinitionId` # Activate/Suspend Process Instance By Process Definition Key * `suspend` * `processDefinitionKey` * `processDefinitionTenantId` * `processDefinitionWithoutTenantId` # Activate/Suspend Process Instance In Group * `suspend` * `processInstanceIds` * `processInstanceQuery` * `historicProcessInstanceQuery`
|
public ProcessInstanceApi()
public ProcessInstanceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call deleteAsyncHistoricQueryBasedCall(DeleteProcessInstancesDto deleteProcessInstancesDto, ApiCallback _callback) throws ApiException
deleteProcessInstancesDto
- **Unallowed property**: `processInstanceQuery` (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto) throws ApiException
deleteProcessInstancesDto
- **Unallowed property**: `processInstanceQuery` (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> deleteAsyncHistoricQueryBasedWithHttpInfo(DeleteProcessInstancesDto deleteProcessInstancesDto) throws ApiException
deleteProcessInstancesDto
- **Unallowed property**: `processInstanceQuery` (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteAsyncHistoricQueryBasedAsync(DeleteProcessInstancesDto deleteProcessInstancesDto, ApiCallback<BatchDto> _callback) throws ApiException
deleteProcessInstancesDto
- **Unallowed property**: `processInstanceQuery` (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteProcessInstanceCall(String id, Boolean skipCustomListeners, Boolean skipIoMappings, Boolean skipSubprocesses, Boolean failIfNotExists, ApiCallback _callback) throws ApiException
id
- The id of the process instance to be deleted. (required)skipCustomListeners
- If set to true, the custom listeners will be skipped. (optional, default to false)skipIoMappings
- If set to true, the input/output mappings will be skipped. (optional, default to false)skipSubprocesses
- If set to true, subprocesses related to deleted processes will be skipped. (optional, default to false)failIfNotExists
- If set to false, the request will still be successful if the process id is not found. (optional, default to true)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void deleteProcessInstance(String id, Boolean skipCustomListeners, Boolean skipIoMappings, Boolean skipSubprocesses, Boolean failIfNotExists) throws ApiException
id
- The id of the process instance to be deleted. (required)skipCustomListeners
- If set to true, the custom listeners will be skipped. (optional, default to false)skipIoMappings
- If set to true, the input/output mappings will be skipped. (optional, default to false)skipSubprocesses
- If set to true, subprocesses related to deleted processes will be skipped. (optional, default to false)failIfNotExists
- If set to false, the request will still be successful if the process id is not found. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteProcessInstanceWithHttpInfo(String id, Boolean skipCustomListeners, Boolean skipIoMappings, Boolean skipSubprocesses, Boolean failIfNotExists) throws ApiException
id
- The id of the process instance to be deleted. (required)skipCustomListeners
- If set to true, the custom listeners will be skipped. (optional, default to false)skipIoMappings
- If set to true, the input/output mappings will be skipped. (optional, default to false)skipSubprocesses
- If set to true, subprocesses related to deleted processes will be skipped. (optional, default to false)failIfNotExists
- If set to false, the request will still be successful if the process id is not found. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteProcessInstanceAsync(String id, Boolean skipCustomListeners, Boolean skipIoMappings, Boolean skipSubprocesses, Boolean failIfNotExists, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process instance to be deleted. (required)skipCustomListeners
- If set to true, the custom listeners will be skipped. (optional, default to false)skipIoMappings
- If set to true, the input/output mappings will be skipped. (optional, default to false)skipSubprocesses
- If set to true, subprocesses related to deleted processes will be skipped. (optional, default to false)failIfNotExists
- If set to false, the request will still be successful if the process id is not found. (optional, default to true)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteProcessInstanceVariableCall(String id, String varName, ApiCallback _callback) throws ApiException
id
- The id of the process instance to delete the variable from. (required)varName
- The name of the variable to delete. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void deleteProcessInstanceVariable(String id, String varName) throws ApiException
id
- The id of the process instance to delete the variable from. (required)varName
- The name of the variable to delete. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteProcessInstanceVariableWithHttpInfo(String id, String varName) throws ApiException
id
- The id of the process instance to delete the variable from. (required)varName
- The name of the variable to delete. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteProcessInstanceVariableAsync(String id, String varName, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process instance to delete the variable from. (required)varName
- The name of the variable to delete. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call deleteProcessInstancesAsyncOperationCall(DeleteProcessInstancesDto deleteProcessInstancesDto, ApiCallback _callback) throws ApiException
deleteProcessInstancesDto
- **Unallowed property**: `historicProcessInstanceQuery` (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto deleteProcessInstancesAsyncOperation(DeleteProcessInstancesDto deleteProcessInstancesDto) throws ApiException
deleteProcessInstancesDto
- **Unallowed property**: `historicProcessInstanceQuery` (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> deleteProcessInstancesAsyncOperationWithHttpInfo(DeleteProcessInstancesDto deleteProcessInstancesDto) throws ApiException
deleteProcessInstancesDto
- **Unallowed property**: `historicProcessInstanceQuery` (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteProcessInstancesAsyncOperationAsync(DeleteProcessInstancesDto deleteProcessInstancesDto, ApiCallback<BatchDto> _callback) throws ApiException
deleteProcessInstancesDto
- **Unallowed property**: `historicProcessInstanceQuery` (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getActivityInstanceTreeCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process instance for which the activity instance should be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ActivityInstanceDto getActivityInstanceTree(String id) throws ApiException
id
- The id of the process instance for which the activity instance should be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ActivityInstanceDto> getActivityInstanceTreeWithHttpInfo(String id) throws ApiException
id
- The id of the process instance for which the activity instance should be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getActivityInstanceTreeAsync(String id, ApiCallback<ActivityInstanceDto> _callback) throws ApiException
id
- The id of the process instance for which the activity instance should be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessInstanceCall(String id, ApiCallback _callback) throws ApiException
id
- The id of the process instance to be retrieved. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic ProcessInstanceDto getProcessInstance(String id) throws ApiException
id
- The id of the process instance to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ProcessInstanceDto> getProcessInstanceWithHttpInfo(String id) throws ApiException
id
- The id of the process instance to be retrieved. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessInstanceAsync(String id, ApiCallback<ProcessInstanceDto> _callback) throws ApiException
id
- The id of the process instance to be retrieved. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessInstanceVariableCall(String id, String varName, Boolean deserializeValue, ApiCallback _callback) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)deserializeValue
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](https://github.com/FasterXML/jackson) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic VariableValueDto getProcessInstanceVariable(String id, String varName, Boolean deserializeValue) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)deserializeValue
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](https://github.com/FasterXML/jackson) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<VariableValueDto> getProcessInstanceVariableWithHttpInfo(String id, String varName, Boolean deserializeValue) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)deserializeValue
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](https://github.com/FasterXML/jackson) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessInstanceVariableAsync(String id, String varName, Boolean deserializeValue, ApiCallback<VariableValueDto> _callback) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)deserializeValue
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](https://github.com/FasterXML/jackson) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessInstanceVariableBinaryCall(String id, String varName, ApiCallback _callback) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic File getProcessInstanceVariableBinary(String id, String varName) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getProcessInstanceVariableBinaryWithHttpInfo(String id, String varName) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessInstanceVariableBinaryAsync(String id, String varName, ApiCallback<File> _callback) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessInstanceVariablesCall(String id, Boolean deserializeValues, ApiCallback _callback) throws ApiException
id
- The id of the process instance to retrieve the variables from. (required)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](https://github.com/FasterXML/jackson) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic Map<String,VariableValueDto> getProcessInstanceVariables(String id, Boolean deserializeValues) throws ApiException
id
- The id of the process instance to retrieve the variables from. (required)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](https://github.com/FasterXML/jackson) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Map<String,VariableValueDto>> getProcessInstanceVariablesWithHttpInfo(String id, Boolean deserializeValues) throws ApiException
id
- The id of the process instance to retrieve the variables from. (required)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](https://github.com/FasterXML/jackson) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessInstanceVariablesAsync(String id, Boolean deserializeValues, ApiCallback<Map<String,VariableValueDto>> _callback) throws ApiException
id
- The id of the process instance to retrieve the variables from. (required)deserializeValues
- Determines whether serializable variable values (typically variables that store custom Java objects) should be deserialized on server side (default true). If set to true, a serializable variable will be deserialized on server side and transformed to JSON using [Jackson's](https://github.com/FasterXML/jackson) POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath. If set to false, a serializable variable will be returned in its serialized format. For example, a variable that is serialized as XML will be returned as a JSON string containing XML. Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine. (optional, default to true)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessInstancesCall(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String processInstanceIds, String businessKey, String businessKeyLike, String caseInstanceId, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionKeyNotIn, String deploymentId, String superProcessInstance, String subProcessInstance, String superCaseInstance, String subCaseInstance, Boolean active, Boolean suspended, Boolean withIncident, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean processDefinitionWithoutTenantId, String activityIdIn, Boolean rootProcessInstances, Boolean leafProcessInstances, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, ApiCallback _callback) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)processInstanceIds
- Filter by a comma-separated list of process instance ids. (optional)businessKey
- Filter by process instance business key. (optional)businessKeyLike
- Filter by process instance business key that the parameter is a substring of. (optional)caseInstanceId
- Filter by case instance id. (optional)processDefinitionId
- Filter by the deployment the id belongs to. (optional)processDefinitionKey
- Filter by the key of the process definition the instances run on. (optional)processDefinitionKeyIn
- Filter by a comma-separated list of process definition keys. A process instance must have one of the given process definition keys. (optional)processDefinitionKeyNotIn
- Exclude instances by a comma-separated list of process definition keys. A process instance must not have one of the given process definition keys. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)superProcessInstance
- Restrict query to all process instances that are sub process instances of the given process instance. Takes a process instance id. (optional)subProcessInstance
- Restrict query to all process instances that have the given process instance as a sub process instance. Takes a process instance id. (optional)superCaseInstance
- Restrict query to all process instances that are sub process instances of the given case instance. Takes a case instance id. (optional)subCaseInstance
- Restrict query to all process instances that have the given case instance as a sub case instance. Takes a case instance id. (optional)active
- Only include active process instances. Value may only be true, as false is the default behavior. (optional, default to false)suspended
- Only include suspended process instances. Value may only be true, as false is the default behavior. (optional, default to false)withIncident
- Filter by presence of incidents. Selects only process instances that have an incident. (optional, default to false)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process instance must have one of the given tenant ids. (optional)withoutTenantId
- Only include process instances which belong to no tenant. (optional, default to false)processDefinitionWithoutTenantId
- Only include process instances which process definition has no tenant id. (optional, default to false)activityIdIn
- Filter by a comma-separated list of activity ids. A process instance must currently wait in a leaf activity with one of the given activity ids. (optional)rootProcessInstances
- Restrict the query to all process instances that are top level process instances. (optional, default to false)leafProcessInstances
- Restrict the query to all process instances that are leaf instances. (i.e. don't have any sub instances). (optional, default to false)variables
- Only include process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note**: Values are always treated as String objects on server side. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters. (optional)variableNamesIgnoreCase
- Match all variable names in this query case-insensitively. If set to true variableName and variablename are treated as equal. (optional, default to false)variableValuesIgnoreCase
- Match all variable values in this query case-insensitively. If set to true variableValue and variablevalue are treated as equal. (optional, default to false)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ProcessInstanceDto> getProcessInstances(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String processInstanceIds, String businessKey, String businessKeyLike, String caseInstanceId, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionKeyNotIn, String deploymentId, String superProcessInstance, String subProcessInstance, String superCaseInstance, String subCaseInstance, Boolean active, Boolean suspended, Boolean withIncident, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean processDefinitionWithoutTenantId, String activityIdIn, Boolean rootProcessInstances, Boolean leafProcessInstances, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)processInstanceIds
- Filter by a comma-separated list of process instance ids. (optional)businessKey
- Filter by process instance business key. (optional)businessKeyLike
- Filter by process instance business key that the parameter is a substring of. (optional)caseInstanceId
- Filter by case instance id. (optional)processDefinitionId
- Filter by the deployment the id belongs to. (optional)processDefinitionKey
- Filter by the key of the process definition the instances run on. (optional)processDefinitionKeyIn
- Filter by a comma-separated list of process definition keys. A process instance must have one of the given process definition keys. (optional)processDefinitionKeyNotIn
- Exclude instances by a comma-separated list of process definition keys. A process instance must not have one of the given process definition keys. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)superProcessInstance
- Restrict query to all process instances that are sub process instances of the given process instance. Takes a process instance id. (optional)subProcessInstance
- Restrict query to all process instances that have the given process instance as a sub process instance. Takes a process instance id. (optional)superCaseInstance
- Restrict query to all process instances that are sub process instances of the given case instance. Takes a case instance id. (optional)subCaseInstance
- Restrict query to all process instances that have the given case instance as a sub case instance. Takes a case instance id. (optional)active
- Only include active process instances. Value may only be true, as false is the default behavior. (optional, default to false)suspended
- Only include suspended process instances. Value may only be true, as false is the default behavior. (optional, default to false)withIncident
- Filter by presence of incidents. Selects only process instances that have an incident. (optional, default to false)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process instance must have one of the given tenant ids. (optional)withoutTenantId
- Only include process instances which belong to no tenant. (optional, default to false)processDefinitionWithoutTenantId
- Only include process instances which process definition has no tenant id. (optional, default to false)activityIdIn
- Filter by a comma-separated list of activity ids. A process instance must currently wait in a leaf activity with one of the given activity ids. (optional)rootProcessInstances
- Restrict the query to all process instances that are top level process instances. (optional, default to false)leafProcessInstances
- Restrict the query to all process instances that are leaf instances. (i.e. don't have any sub instances). (optional, default to false)variables
- Only include process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note**: Values are always treated as String objects on server side. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters. (optional)variableNamesIgnoreCase
- Match all variable names in this query case-insensitively. If set to true variableName and variablename are treated as equal. (optional, default to false)variableValuesIgnoreCase
- Match all variable values in this query case-insensitively. If set to true variableValue and variablevalue are treated as equal. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProcessInstanceDto>> getProcessInstancesWithHttpInfo(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String processInstanceIds, String businessKey, String businessKeyLike, String caseInstanceId, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionKeyNotIn, String deploymentId, String superProcessInstance, String subProcessInstance, String superCaseInstance, String subCaseInstance, Boolean active, Boolean suspended, Boolean withIncident, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean processDefinitionWithoutTenantId, String activityIdIn, Boolean rootProcessInstances, Boolean leafProcessInstances, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)processInstanceIds
- Filter by a comma-separated list of process instance ids. (optional)businessKey
- Filter by process instance business key. (optional)businessKeyLike
- Filter by process instance business key that the parameter is a substring of. (optional)caseInstanceId
- Filter by case instance id. (optional)processDefinitionId
- Filter by the deployment the id belongs to. (optional)processDefinitionKey
- Filter by the key of the process definition the instances run on. (optional)processDefinitionKeyIn
- Filter by a comma-separated list of process definition keys. A process instance must have one of the given process definition keys. (optional)processDefinitionKeyNotIn
- Exclude instances by a comma-separated list of process definition keys. A process instance must not have one of the given process definition keys. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)superProcessInstance
- Restrict query to all process instances that are sub process instances of the given process instance. Takes a process instance id. (optional)subProcessInstance
- Restrict query to all process instances that have the given process instance as a sub process instance. Takes a process instance id. (optional)superCaseInstance
- Restrict query to all process instances that are sub process instances of the given case instance. Takes a case instance id. (optional)subCaseInstance
- Restrict query to all process instances that have the given case instance as a sub case instance. Takes a case instance id. (optional)active
- Only include active process instances. Value may only be true, as false is the default behavior. (optional, default to false)suspended
- Only include suspended process instances. Value may only be true, as false is the default behavior. (optional, default to false)withIncident
- Filter by presence of incidents. Selects only process instances that have an incident. (optional, default to false)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process instance must have one of the given tenant ids. (optional)withoutTenantId
- Only include process instances which belong to no tenant. (optional, default to false)processDefinitionWithoutTenantId
- Only include process instances which process definition has no tenant id. (optional, default to false)activityIdIn
- Filter by a comma-separated list of activity ids. A process instance must currently wait in a leaf activity with one of the given activity ids. (optional)rootProcessInstances
- Restrict the query to all process instances that are top level process instances. (optional, default to false)leafProcessInstances
- Restrict the query to all process instances that are leaf instances. (i.e. don't have any sub instances). (optional, default to false)variables
- Only include process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note**: Values are always treated as String objects on server side. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters. (optional)variableNamesIgnoreCase
- Match all variable names in this query case-insensitively. If set to true variableName and variablename are treated as equal. (optional, default to false)variableValuesIgnoreCase
- Match all variable values in this query case-insensitively. If set to true variableValue and variablevalue are treated as equal. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessInstancesAsync(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String processInstanceIds, String businessKey, String businessKeyLike, String caseInstanceId, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionKeyNotIn, String deploymentId, String superProcessInstance, String subProcessInstance, String superCaseInstance, String subCaseInstance, Boolean active, Boolean suspended, Boolean withIncident, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean processDefinitionWithoutTenantId, String activityIdIn, Boolean rootProcessInstances, Boolean leafProcessInstances, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, ApiCallback<List<ProcessInstanceDto>> _callback) throws ApiException
sortBy
- Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter. (optional)sortOrder
- Sort the results in a given order. Values may be asc for ascending order or desc for descending order. Must be used in conjunction with the sortBy parameter. (optional)firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)processInstanceIds
- Filter by a comma-separated list of process instance ids. (optional)businessKey
- Filter by process instance business key. (optional)businessKeyLike
- Filter by process instance business key that the parameter is a substring of. (optional)caseInstanceId
- Filter by case instance id. (optional)processDefinitionId
- Filter by the deployment the id belongs to. (optional)processDefinitionKey
- Filter by the key of the process definition the instances run on. (optional)processDefinitionKeyIn
- Filter by a comma-separated list of process definition keys. A process instance must have one of the given process definition keys. (optional)processDefinitionKeyNotIn
- Exclude instances by a comma-separated list of process definition keys. A process instance must not have one of the given process definition keys. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)superProcessInstance
- Restrict query to all process instances that are sub process instances of the given process instance. Takes a process instance id. (optional)subProcessInstance
- Restrict query to all process instances that have the given process instance as a sub process instance. Takes a process instance id. (optional)superCaseInstance
- Restrict query to all process instances that are sub process instances of the given case instance. Takes a case instance id. (optional)subCaseInstance
- Restrict query to all process instances that have the given case instance as a sub case instance. Takes a case instance id. (optional)active
- Only include active process instances. Value may only be true, as false is the default behavior. (optional, default to false)suspended
- Only include suspended process instances. Value may only be true, as false is the default behavior. (optional, default to false)withIncident
- Filter by presence of incidents. Selects only process instances that have an incident. (optional, default to false)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process instance must have one of the given tenant ids. (optional)withoutTenantId
- Only include process instances which belong to no tenant. (optional, default to false)processDefinitionWithoutTenantId
- Only include process instances which process definition has no tenant id. (optional, default to false)activityIdIn
- Filter by a comma-separated list of activity ids. A process instance must currently wait in a leaf activity with one of the given activity ids. (optional)rootProcessInstances
- Restrict the query to all process instances that are top level process instances. (optional, default to false)leafProcessInstances
- Restrict the query to all process instances that are leaf instances. (i.e. don't have any sub instances). (optional, default to false)variables
- Only include process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note**: Values are always treated as String objects on server side. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters. (optional)variableNamesIgnoreCase
- Match all variable names in this query case-insensitively. If set to true variableName and variablename are treated as equal. (optional, default to false)variableValuesIgnoreCase
- Match all variable values in this query case-insensitively. If set to true variableValue and variablevalue are treated as equal. (optional, default to false)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getProcessInstancesCountCall(String processInstanceIds, String businessKey, String businessKeyLike, String caseInstanceId, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionKeyNotIn, String deploymentId, String superProcessInstance, String subProcessInstance, String superCaseInstance, String subCaseInstance, Boolean active, Boolean suspended, Boolean withIncident, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean processDefinitionWithoutTenantId, String activityIdIn, Boolean rootProcessInstances, Boolean leafProcessInstances, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, ApiCallback _callback) throws ApiException
processInstanceIds
- Filter by a comma-separated list of process instance ids. (optional)businessKey
- Filter by process instance business key. (optional)businessKeyLike
- Filter by process instance business key that the parameter is a substring of. (optional)caseInstanceId
- Filter by case instance id. (optional)processDefinitionId
- Filter by the deployment the id belongs to. (optional)processDefinitionKey
- Filter by the key of the process definition the instances run on. (optional)processDefinitionKeyIn
- Filter by a comma-separated list of process definition keys. A process instance must have one of the given process definition keys. (optional)processDefinitionKeyNotIn
- Exclude instances by a comma-separated list of process definition keys. A process instance must not have one of the given process definition keys. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)superProcessInstance
- Restrict query to all process instances that are sub process instances of the given process instance. Takes a process instance id. (optional)subProcessInstance
- Restrict query to all process instances that have the given process instance as a sub process instance. Takes a process instance id. (optional)superCaseInstance
- Restrict query to all process instances that are sub process instances of the given case instance. Takes a case instance id. (optional)subCaseInstance
- Restrict query to all process instances that have the given case instance as a sub case instance. Takes a case instance id. (optional)active
- Only include active process instances. Value may only be true, as false is the default behavior. (optional, default to false)suspended
- Only include suspended process instances. Value may only be true, as false is the default behavior. (optional, default to false)withIncident
- Filter by presence of incidents. Selects only process instances that have an incident. (optional, default to false)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process instance must have one of the given tenant ids. (optional)withoutTenantId
- Only include process instances which belong to no tenant. (optional, default to false)processDefinitionWithoutTenantId
- Only include process instances which process definition has no tenant id. (optional, default to false)activityIdIn
- Filter by a comma-separated list of activity ids. A process instance must currently wait in a leaf activity with one of the given activity ids. (optional)rootProcessInstances
- Restrict the query to all process instances that are top level process instances. (optional, default to false)leafProcessInstances
- Restrict the query to all process instances that are leaf instances. (i.e. don't have any sub instances). (optional, default to false)variables
- Only include process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note**: Values are always treated as String objects on server side. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters. (optional)variableNamesIgnoreCase
- Match all variable names in this query case-insensitively. If set to true variableName and variablename are treated as equal. (optional, default to false)variableValuesIgnoreCase
- Match all variable values in this query case-insensitively. If set to true variableValue and variablevalue are treated as equal. (optional, default to false)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto getProcessInstancesCount(String processInstanceIds, String businessKey, String businessKeyLike, String caseInstanceId, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionKeyNotIn, String deploymentId, String superProcessInstance, String subProcessInstance, String superCaseInstance, String subCaseInstance, Boolean active, Boolean suspended, Boolean withIncident, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean processDefinitionWithoutTenantId, String activityIdIn, Boolean rootProcessInstances, Boolean leafProcessInstances, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase) throws ApiException
processInstanceIds
- Filter by a comma-separated list of process instance ids. (optional)businessKey
- Filter by process instance business key. (optional)businessKeyLike
- Filter by process instance business key that the parameter is a substring of. (optional)caseInstanceId
- Filter by case instance id. (optional)processDefinitionId
- Filter by the deployment the id belongs to. (optional)processDefinitionKey
- Filter by the key of the process definition the instances run on. (optional)processDefinitionKeyIn
- Filter by a comma-separated list of process definition keys. A process instance must have one of the given process definition keys. (optional)processDefinitionKeyNotIn
- Exclude instances by a comma-separated list of process definition keys. A process instance must not have one of the given process definition keys. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)superProcessInstance
- Restrict query to all process instances that are sub process instances of the given process instance. Takes a process instance id. (optional)subProcessInstance
- Restrict query to all process instances that have the given process instance as a sub process instance. Takes a process instance id. (optional)superCaseInstance
- Restrict query to all process instances that are sub process instances of the given case instance. Takes a case instance id. (optional)subCaseInstance
- Restrict query to all process instances that have the given case instance as a sub case instance. Takes a case instance id. (optional)active
- Only include active process instances. Value may only be true, as false is the default behavior. (optional, default to false)suspended
- Only include suspended process instances. Value may only be true, as false is the default behavior. (optional, default to false)withIncident
- Filter by presence of incidents. Selects only process instances that have an incident. (optional, default to false)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process instance must have one of the given tenant ids. (optional)withoutTenantId
- Only include process instances which belong to no tenant. (optional, default to false)processDefinitionWithoutTenantId
- Only include process instances which process definition has no tenant id. (optional, default to false)activityIdIn
- Filter by a comma-separated list of activity ids. A process instance must currently wait in a leaf activity with one of the given activity ids. (optional)rootProcessInstances
- Restrict the query to all process instances that are top level process instances. (optional, default to false)leafProcessInstances
- Restrict the query to all process instances that are leaf instances. (i.e. don't have any sub instances). (optional, default to false)variables
- Only include process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note**: Values are always treated as String objects on server side. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters. (optional)variableNamesIgnoreCase
- Match all variable names in this query case-insensitively. If set to true variableName and variablename are treated as equal. (optional, default to false)variableValuesIgnoreCase
- Match all variable values in this query case-insensitively. If set to true variableValue and variablevalue are treated as equal. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> getProcessInstancesCountWithHttpInfo(String processInstanceIds, String businessKey, String businessKeyLike, String caseInstanceId, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionKeyNotIn, String deploymentId, String superProcessInstance, String subProcessInstance, String superCaseInstance, String subCaseInstance, Boolean active, Boolean suspended, Boolean withIncident, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean processDefinitionWithoutTenantId, String activityIdIn, Boolean rootProcessInstances, Boolean leafProcessInstances, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase) throws ApiException
processInstanceIds
- Filter by a comma-separated list of process instance ids. (optional)businessKey
- Filter by process instance business key. (optional)businessKeyLike
- Filter by process instance business key that the parameter is a substring of. (optional)caseInstanceId
- Filter by case instance id. (optional)processDefinitionId
- Filter by the deployment the id belongs to. (optional)processDefinitionKey
- Filter by the key of the process definition the instances run on. (optional)processDefinitionKeyIn
- Filter by a comma-separated list of process definition keys. A process instance must have one of the given process definition keys. (optional)processDefinitionKeyNotIn
- Exclude instances by a comma-separated list of process definition keys. A process instance must not have one of the given process definition keys. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)superProcessInstance
- Restrict query to all process instances that are sub process instances of the given process instance. Takes a process instance id. (optional)subProcessInstance
- Restrict query to all process instances that have the given process instance as a sub process instance. Takes a process instance id. (optional)superCaseInstance
- Restrict query to all process instances that are sub process instances of the given case instance. Takes a case instance id. (optional)subCaseInstance
- Restrict query to all process instances that have the given case instance as a sub case instance. Takes a case instance id. (optional)active
- Only include active process instances. Value may only be true, as false is the default behavior. (optional, default to false)suspended
- Only include suspended process instances. Value may only be true, as false is the default behavior. (optional, default to false)withIncident
- Filter by presence of incidents. Selects only process instances that have an incident. (optional, default to false)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process instance must have one of the given tenant ids. (optional)withoutTenantId
- Only include process instances which belong to no tenant. (optional, default to false)processDefinitionWithoutTenantId
- Only include process instances which process definition has no tenant id. (optional, default to false)activityIdIn
- Filter by a comma-separated list of activity ids. A process instance must currently wait in a leaf activity with one of the given activity ids. (optional)rootProcessInstances
- Restrict the query to all process instances that are top level process instances. (optional, default to false)leafProcessInstances
- Restrict the query to all process instances that are leaf instances. (i.e. don't have any sub instances). (optional, default to false)variables
- Only include process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note**: Values are always treated as String objects on server side. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters. (optional)variableNamesIgnoreCase
- Match all variable names in this query case-insensitively. If set to true variableName and variablename are treated as equal. (optional, default to false)variableValuesIgnoreCase
- Match all variable values in this query case-insensitively. If set to true variableValue and variablevalue are treated as equal. (optional, default to false)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getProcessInstancesCountAsync(String processInstanceIds, String businessKey, String businessKeyLike, String caseInstanceId, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionKeyNotIn, String deploymentId, String superProcessInstance, String subProcessInstance, String superCaseInstance, String subCaseInstance, Boolean active, Boolean suspended, Boolean withIncident, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean processDefinitionWithoutTenantId, String activityIdIn, Boolean rootProcessInstances, Boolean leafProcessInstances, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, ApiCallback<CountResultDto> _callback) throws ApiException
processInstanceIds
- Filter by a comma-separated list of process instance ids. (optional)businessKey
- Filter by process instance business key. (optional)businessKeyLike
- Filter by process instance business key that the parameter is a substring of. (optional)caseInstanceId
- Filter by case instance id. (optional)processDefinitionId
- Filter by the deployment the id belongs to. (optional)processDefinitionKey
- Filter by the key of the process definition the instances run on. (optional)processDefinitionKeyIn
- Filter by a comma-separated list of process definition keys. A process instance must have one of the given process definition keys. (optional)processDefinitionKeyNotIn
- Exclude instances by a comma-separated list of process definition keys. A process instance must not have one of the given process definition keys. (optional)deploymentId
- Filter by the deployment the id belongs to. (optional)superProcessInstance
- Restrict query to all process instances that are sub process instances of the given process instance. Takes a process instance id. (optional)subProcessInstance
- Restrict query to all process instances that have the given process instance as a sub process instance. Takes a process instance id. (optional)superCaseInstance
- Restrict query to all process instances that are sub process instances of the given case instance. Takes a case instance id. (optional)subCaseInstance
- Restrict query to all process instances that have the given case instance as a sub case instance. Takes a case instance id. (optional)active
- Only include active process instances. Value may only be true, as false is the default behavior. (optional, default to false)suspended
- Only include suspended process instances. Value may only be true, as false is the default behavior. (optional, default to false)withIncident
- Filter by presence of incidents. Selects only process instances that have an incident. (optional, default to false)incidentId
- Filter by the incident id. (optional)incidentType
- Filter by the incident type. See the [User Guide](https://docs.camunda.org/manual/7.15/user-guide/process-engine/incidents/#incident-types) for a list of incident types. (optional)incidentMessage
- Filter by the incident message. Exact match. (optional)incidentMessageLike
- Filter by the incident message that the parameter is a substring of. (optional)tenantIdIn
- Filter by a comma-separated list of tenant ids. A process instance must have one of the given tenant ids. (optional)withoutTenantId
- Only include process instances which belong to no tenant. (optional, default to false)processDefinitionWithoutTenantId
- Only include process instances which process definition has no tenant id. (optional, default to false)activityIdIn
- Filter by a comma-separated list of activity ids. A process instance must currently wait in a leaf activity with one of the given activity ids. (optional)rootProcessInstances
- Restrict the query to all process instances that are top level process instances. (optional, default to false)leafProcessInstances
- Restrict the query to all process instances that are leaf instances. (i.e. don't have any sub instances). (optional, default to false)variables
- Only include process instances that have variables with certain values. Variable filtering expressions are comma-separated and are structured as follows: A valid parameter value has the form `key_operator_value`. `key` is the variable name, `operator` is the comparison operator to be used and `value` the variable value. **Note**: Values are always treated as String objects on server side. Valid `operator` values are: `eq` - equal to; `neq` - not equal to; `gt` - greater than; `gteq` - greater than or equal to; `lt` - lower than; `lteq` - lower than or equal to; `like`. `key` and `value` may not contain underscore or comma characters. (optional)variableNamesIgnoreCase
- Match all variable names in this query case-insensitively. If set to true variableName and variablename are treated as equal. (optional, default to false)variableValuesIgnoreCase
- Match all variable values in this query case-insensitively. If set to true variableValue and variablevalue are treated as equal. (optional, default to false)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call modifyProcessInstanceCall(String id, ProcessInstanceModificationDto processInstanceModificationDto, ApiCallback _callback) throws ApiException
id
- The id of the process instance to modify. (required)processInstanceModificationDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void modifyProcessInstance(String id, ProcessInstanceModificationDto processInstanceModificationDto) throws ApiException
id
- The id of the process instance to modify. (required)processInstanceModificationDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> modifyProcessInstanceWithHttpInfo(String id, ProcessInstanceModificationDto processInstanceModificationDto) throws ApiException
id
- The id of the process instance to modify. (required)processInstanceModificationDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call modifyProcessInstanceAsync(String id, ProcessInstanceModificationDto processInstanceModificationDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process instance to modify. (required)processInstanceModificationDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call modifyProcessInstanceAsyncOperationCall(String id, ProcessInstanceModificationDto processInstanceModificationDto, ApiCallback _callback) throws ApiException
id
- The id of the process instance to modify. (required)processInstanceModificationDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto modifyProcessInstanceAsyncOperation(String id, ProcessInstanceModificationDto processInstanceModificationDto) throws ApiException
id
- The id of the process instance to modify. (required)processInstanceModificationDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> modifyProcessInstanceAsyncOperationWithHttpInfo(String id, ProcessInstanceModificationDto processInstanceModificationDto) throws ApiException
id
- The id of the process instance to modify. (required)processInstanceModificationDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call modifyProcessInstanceAsyncOperationAsync(String id, ProcessInstanceModificationDto processInstanceModificationDto, ApiCallback<BatchDto> _callback) throws ApiException
id
- The id of the process instance to modify. (required)processInstanceModificationDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call modifyProcessInstanceVariablesCall(String id, PatchVariablesDto patchVariablesDto, ApiCallback _callback) throws ApiException
id
- The id of the process instance to set variables for. (required)patchVariablesDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void modifyProcessInstanceVariables(String id, PatchVariablesDto patchVariablesDto) throws ApiException
id
- The id of the process instance to set variables for. (required)patchVariablesDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> modifyProcessInstanceVariablesWithHttpInfo(String id, PatchVariablesDto patchVariablesDto) throws ApiException
id
- The id of the process instance to set variables for. (required)patchVariablesDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call modifyProcessInstanceVariablesAsync(String id, PatchVariablesDto patchVariablesDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process instance to set variables for. (required)patchVariablesDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call queryProcessInstancesCall(Integer firstResult, Integer maxResults, ProcessInstanceQueryDto processInstanceQueryDto, ApiCallback _callback) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)processInstanceQueryDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic List<ProcessInstanceDto> queryProcessInstances(Integer firstResult, Integer maxResults, ProcessInstanceQueryDto processInstanceQueryDto) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)processInstanceQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ProcessInstanceDto>> queryProcessInstancesWithHttpInfo(Integer firstResult, Integer maxResults, ProcessInstanceQueryDto processInstanceQueryDto) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)processInstanceQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call queryProcessInstancesAsync(Integer firstResult, Integer maxResults, ProcessInstanceQueryDto processInstanceQueryDto, ApiCallback<List<ProcessInstanceDto>> _callback) throws ApiException
firstResult
- Pagination of results. Specifies the index of the first result to return. (optional)maxResults
- Pagination of results. Specifies the maximum number of results to return. Will return less results if there are no more results left. (optional)processInstanceQueryDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call queryProcessInstancesCountCall(ProcessInstanceQueryDto processInstanceQueryDto, ApiCallback _callback) throws ApiException
processInstanceQueryDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic CountResultDto queryProcessInstancesCount(ProcessInstanceQueryDto processInstanceQueryDto) throws ApiException
processInstanceQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<CountResultDto> queryProcessInstancesCountWithHttpInfo(ProcessInstanceQueryDto processInstanceQueryDto) throws ApiException
processInstanceQueryDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call queryProcessInstancesCountAsync(ProcessInstanceQueryDto processInstanceQueryDto, ApiCallback<CountResultDto> _callback) throws ApiException
processInstanceQueryDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setProcessInstanceVariableCall(String id, String varName, VariableValueDto variableValueDto, ApiCallback _callback) throws ApiException
id
- The id of the process instance to set the variable for. (required)varName
- The name of the variable to set. (required)variableValueDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void setProcessInstanceVariable(String id, String varName, VariableValueDto variableValueDto) throws ApiException
id
- The id of the process instance to set the variable for. (required)varName
- The name of the variable to set. (required)variableValueDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> setProcessInstanceVariableWithHttpInfo(String id, String varName, VariableValueDto variableValueDto) throws ApiException
id
- The id of the process instance to set the variable for. (required)varName
- The name of the variable to set. (required)variableValueDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setProcessInstanceVariableAsync(String id, String varName, VariableValueDto variableValueDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process instance to set the variable for. (required)varName
- The name of the variable to set. (required)variableValueDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setProcessInstanceVariableBinaryCall(String id, String varName, File data, String valueType, ApiCallback _callback) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)data
- The binary data to be set. For File variables, this multipart can contain the filename, binary value and MIME type of the file variable to be set Only the filename is mandatory. (optional)valueType
- The name of the variable type. Either Bytes for a byte array variable or File for a file variable. (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void setProcessInstanceVariableBinary(String id, String varName, File data, String valueType) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)data
- The binary data to be set. For File variables, this multipart can contain the filename, binary value and MIME type of the file variable to be set Only the filename is mandatory. (optional)valueType
- The name of the variable type. Either Bytes for a byte array variable or File for a file variable. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> setProcessInstanceVariableBinaryWithHttpInfo(String id, String varName, File data, String valueType) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)data
- The binary data to be set. For File variables, this multipart can contain the filename, binary value and MIME type of the file variable to be set Only the filename is mandatory. (optional)valueType
- The name of the variable type. Either Bytes for a byte array variable or File for a file variable. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setProcessInstanceVariableBinaryAsync(String id, String varName, File data, String valueType, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process instance to retrieve the variable for. (required)varName
- The name of the variable to retrieve. (required)data
- The binary data to be set. For File variables, this multipart can contain the filename, binary value and MIME type of the file variable to be set Only the filename is mandatory. (optional)valueType
- The name of the variable type. Either Bytes for a byte array variable or File for a file variable. (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setRetriesByProcessCall(SetJobRetriesByProcessDto setJobRetriesByProcessDto, ApiCallback _callback) throws ApiException
setJobRetriesByProcessDto
- Please note that if both processInstances and processInstanceQuery are provided, then the resulting execution will be performed on the union of these sets. **Unallowed property**: `historicProcessInstanceQuery` (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesByProcessDto) throws ApiException
setJobRetriesByProcessDto
- Please note that if both processInstances and processInstanceQuery are provided, then the resulting execution will be performed on the union of these sets. **Unallowed property**: `historicProcessInstanceQuery` (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> setRetriesByProcessWithHttpInfo(SetJobRetriesByProcessDto setJobRetriesByProcessDto) throws ApiException
setJobRetriesByProcessDto
- Please note that if both processInstances and processInstanceQuery are provided, then the resulting execution will be performed on the union of these sets. **Unallowed property**: `historicProcessInstanceQuery` (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setRetriesByProcessAsync(SetJobRetriesByProcessDto setJobRetriesByProcessDto, ApiCallback<BatchDto> _callback) throws ApiException
setJobRetriesByProcessDto
- Please note that if both processInstances and processInstanceQuery are provided, then the resulting execution will be performed on the union of these sets. **Unallowed property**: `historicProcessInstanceQuery` (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setRetriesByProcessHistoricQueryBasedCall(SetJobRetriesByProcessDto setJobRetriesByProcessDto, ApiCallback _callback) throws ApiException
setJobRetriesByProcessDto
- Please note that if both processInstances and historicProcessInstanceQuery are provided, then the resulting execution will be performed on the union of these sets. **Unallowed property**: `processInstanceQuery` (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesByProcessDto) throws ApiException
setJobRetriesByProcessDto
- Please note that if both processInstances and historicProcessInstanceQuery are provided, then the resulting execution will be performed on the union of these sets. **Unallowed property**: `processInstanceQuery` (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> setRetriesByProcessHistoricQueryBasedWithHttpInfo(SetJobRetriesByProcessDto setJobRetriesByProcessDto) throws ApiException
setJobRetriesByProcessDto
- Please note that if both processInstances and historicProcessInstanceQuery are provided, then the resulting execution will be performed on the union of these sets. **Unallowed property**: `processInstanceQuery` (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setRetriesByProcessHistoricQueryBasedAsync(SetJobRetriesByProcessDto setJobRetriesByProcessDto, ApiCallback<BatchDto> _callback) throws ApiException
setJobRetriesByProcessDto
- Please note that if both processInstances and historicProcessInstanceQuery are provided, then the resulting execution will be performed on the union of these sets. **Unallowed property**: `processInstanceQuery` (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call setVariablesAsyncOperationCall(SetVariablesAsyncDto setVariablesAsyncDto, ApiCallback _callback) throws ApiException
setVariablesAsyncDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto) throws ApiException
setVariablesAsyncDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> setVariablesAsyncOperationWithHttpInfo(SetVariablesAsyncDto setVariablesAsyncDto) throws ApiException
setVariablesAsyncDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call setVariablesAsyncOperationAsync(SetVariablesAsyncDto setVariablesAsyncDto, ApiCallback<BatchDto> _callback) throws ApiException
setVariablesAsyncDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateSuspensionStateCall(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto, ApiCallback _callback) throws ApiException
processInstanceSuspensionStateDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateSuspensionState(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto) throws ApiException
processInstanceSuspensionStateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateSuspensionStateWithHttpInfo(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto) throws ApiException
processInstanceSuspensionStateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateSuspensionStateAsync(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto, ApiCallback<Void> _callback) throws ApiException
processInstanceSuspensionStateDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateSuspensionStateAsyncOperationCall(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto, ApiCallback _callback) throws ApiException
processInstanceSuspensionStateAsyncDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic BatchDto updateSuspensionStateAsyncOperation(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto) throws ApiException
processInstanceSuspensionStateAsyncDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BatchDto> updateSuspensionStateAsyncOperationWithHttpInfo(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto) throws ApiException
processInstanceSuspensionStateAsyncDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateSuspensionStateAsyncOperationAsync(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto, ApiCallback<BatchDto> _callback) throws ApiException
processInstanceSuspensionStateAsyncDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call updateSuspensionStateByIdCall(String id, SuspensionStateDto suspensionStateDto, ApiCallback _callback) throws ApiException
id
- The id of the process instance to activate or suspend. (required)suspensionStateDto
- (optional)_callback
- Callback for upload/download progressApiException
- If fail to serialize the request body objectpublic void updateSuspensionStateById(String id, SuspensionStateDto suspensionStateDto) throws ApiException
id
- The id of the process instance to activate or suspend. (required)suspensionStateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> updateSuspensionStateByIdWithHttpInfo(String id, SuspensionStateDto suspensionStateDto) throws ApiException
id
- The id of the process instance to activate or suspend. (required)suspensionStateDto
- (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updateSuspensionStateByIdAsync(String id, SuspensionStateDto suspensionStateDto, ApiCallback<Void> _callback) throws ApiException
id
- The id of the process instance to activate or suspend. (required)suspensionStateDto
- (optional)_callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2022. All rights reserved.