Uses of Class
org.camunda.community.rest.client.invoker.ApiException
Packages that use ApiException
-
Uses of ApiException in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that throw ApiExceptionModifier and TypeMethodDescriptionTaskAttachmentApi.addAttachment(String id, String attachmentName, String attachmentDescription, String attachmentType, String url, File content) Create Creates an attachment for a task.TaskAttachmentApi.addAttachment(String id, String attachmentName, String attachmentDescription, String attachmentType, String url, File content, Map<String, String> additionalHeaders) Create Creates an attachment for a task.voidTaskIdentityLinkApi.addIdentityLink(String id, IdentityLinkDto identityLinkDto) Add Adds an identity link to a task by id.voidTaskIdentityLinkApi.addIdentityLink(String id, IdentityLinkDto identityLinkDto, Map<String, String> additionalHeaders) Add Adds an identity link to a task by id.GroupApi.availableGroupInstanceOperations(String id) Group Resource Instance Options The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.GroupApi.availableGroupInstanceOperations(String id, Map<String, String> additionalHeaders) Group Resource Instance Options The `/group` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual group instances.GroupApi.availableGroupMembersOperations(String id) Group Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.GroupApi.availableGroupMembersOperations(String id, Map<String, String> additionalHeaders) Group Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.GroupApi.availableGroupOperations()Group Resource Options The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.GroupApi.availableGroupOperations(Map<String, String> additionalHeaders) Group Resource Options The `/group` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual group instances.UserApi.availableOperations()Options The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.UserApi.availableOperations(Map<String, String> additionalHeaders) Options The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.AuthorizationApi.availableOperationsAuthorization()Authorization Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/authorization` resource.AuthorizationApi.availableOperationsAuthorization(Map<String, String> additionalHeaders) Authorization Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/authorization` resource.AuthorizationApi.availableOperationsAuthorizationInstance(String id) Authorization Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on a given instance of the `/authorization` resource.AuthorizationApi.availableOperationsAuthorizationInstance(String id, Map<String, String> additionalHeaders) Authorization Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on a given instance of the `/authorization` resource.TenantApi.availableTenantGroupMembersOperations(String id) Tenant Group Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.TenantApi.availableTenantGroupMembersOperations(String id, Map<String, String> additionalHeaders) Tenant Group Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.TenantApi.availableTenantInstanceOperations(String id) Tenant Resource Options The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.TenantApi.availableTenantInstanceOperations(String id, Map<String, String> additionalHeaders) Tenant Resource Options The `/tenant` resource supports two custom OPTIONS requests, one for the resource as such and this one for individual tenant instances.TenantApi.availableTenantResourceOperations()Tenant Resource Options The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.TenantApi.availableTenantResourceOperations(Map<String, String> additionalHeaders) Tenant Resource Options The `/tenant` resource supports two custom OPTIONS requests, this one for the resource as such and one for individual tenant instances.TenantApi.availableTenantUserMembersOperations(String id) Tenant User Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.TenantApi.availableTenantUserMembersOperations(String id, Map<String, String> additionalHeaders) Tenant User Membership Resource Options The OPTIONS request allows checking for the set of available operations that the currently authenticated user can perform on the resource.UserApi.availableUserOperations(String id) Options The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.UserApi.availableUserOperations(String id, Map<String, String> additionalHeaders) Options The `/user` resource supports two custom `OPTIONS` requests, one for the resource as such and one for individual user instances.IdentityApi.checkPassword(PasswordPolicyRequestDto passwordPolicyRequestDto) Validate Password A password policy consists of a list of rules that new passwords must follow to be policy compliant.IdentityApi.checkPassword(PasswordPolicyRequestDto passwordPolicyRequestDto, Map<String, String> additionalHeaders) Validate Password A password policy consists of a list of rules that new passwords must follow to be policy compliant.voidClaim Claims a task for a specific user.voidClaim Claims a task for a specific user.HistoryCleanupApi.cleanupAsync(Boolean immediatelyDue) Clean up history (POST) Schedules asynchronous history cleanup (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoryCleanupApi.cleanupAsync(Boolean immediatelyDue, Map<String, String> additionalHeaders) Clean up history (POST) Schedules asynchronous history cleanup (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).voidHistoricUserOperationLogApi.clearAnnotationUserOperationLog(String operationId) Clear Annotation of an User Operation Log (Historic) Clear the annotation which was previously set for auditing reasons.voidHistoricUserOperationLogApi.clearAnnotationUserOperationLog(String operationId, Map<String, String> additionalHeaders) Clear Annotation of an User Operation Log (Historic) Clear the annotation which was previously set for auditing reasons.voidIncidentApi.clearIncidentAnnotation(String id) Clear Incident Annotation Clears the annotation of an incident with given id.voidIncidentApi.clearIncidentAnnotation(String id, Map<String, String> additionalHeaders) Clear Incident Annotation Clears the annotation of an incident with given id.TaskApi.complete(String id, CompleteTaskDto completeTaskDto) Complete Completes a task and updates process variables.Complete Completes a task and updates process variables.voidExternalTaskApi.completeExternalTaskResource(String id, CompleteExternalTaskDto completeExternalTaskDto) Complete Completes an external task by id and updates process variables.voidExternalTaskApi.completeExternalTaskResource(String id, CompleteExternalTaskDto completeExternalTaskDto, Map<String, String> additionalHeaders) Complete Completes an external task by id and updates process variables.voidTelemetryApi.configureTelemetry(TelemetryConfigurationDto telemetryConfigurationDto) Configure Telemetry Configures whether Camunda receives data collection of the process engine setup and usage.voidTelemetryApi.configureTelemetry(TelemetryConfigurationDto telemetryConfigurationDto, Map<String, String> additionalHeaders) Configure Telemetry Configures whether Camunda receives data collection of the process engine setup and usage.ProcessInstanceApi.correlateMessageAsyncOperation(CorrelationMessageAsyncDto correlationMessageAsyncDto) Correlate Message Async (POST) Correlates a message asynchronously to executions that are waiting for this message.ProcessInstanceApi.correlateMessageAsyncOperation(CorrelationMessageAsyncDto correlationMessageAsyncDto, Map<String, String> additionalHeaders) Correlate Message Async (POST) Correlates a message asynchronously to executions that are waiting for this message.AuthorizationApi.createAuthorization(AuthorizationCreateDto authorizationCreateDto) Create a New Authorization Creates a new authorization.AuthorizationApi.createAuthorization(AuthorizationCreateDto authorizationCreateDto, Map<String, String> additionalHeaders) Create a New Authorization Creates a new authorization.TaskCommentApi.createComment(String id, CommentDto commentDto) Create Creates a comment for a task by id.TaskCommentApi.createComment(String id, CommentDto commentDto, Map<String, String> additionalHeaders) Create Creates a comment for a task by id.DeploymentApi.createDeployment(String tenantId, String deploymentSource, Boolean deployChangedOnly, Boolean enableDuplicateFiltering, String deploymentName, OffsetDateTime deploymentActivationTime, File data) Create Creates a deployment.DeploymentApi.createDeployment(String tenantId, String deploymentSource, Boolean deployChangedOnly, Boolean enableDuplicateFiltering, String deploymentName, OffsetDateTime deploymentActivationTime, File data, Map<String, String> additionalHeaders) Create Creates a deployment.FilterApi.createFilter(CreateFilterDto createFilterDto) Create Filter Creates a new filter.FilterApi.createFilter(CreateFilterDto createFilterDto, Map<String, String> additionalHeaders) Create Filter Creates a new filter.voidGroupApi.createGroup(GroupDto groupDto) Create Group Creates a new group.voidGroupApi.createGroup(GroupDto groupDto, Map<String, String> additionalHeaders) Create Group Creates a new group.voidGroupApi.createGroupMember(String id, String userId) Create Group Member Adds a member to a group.voidCreate Group Member Adds a member to a group.voidTenantApi.createGroupMembership(String id, String groupId) Create Tenant Group Membership Creates a membership between a tenant and a group.voidCreate Tenant Group Membership Creates a membership between a tenant and a group.ExecutionApi.createIncident(String id, CreateIncidentDto createIncidentDto) Create Incident Creates a custom incident with given properties.ExecutionApi.createIncident(String id, CreateIncidentDto createIncidentDto, Map<String, String> additionalHeaders) Create Incident Creates a custom incident with given properties.voidTaskApi.createTask(TaskDto taskDto) Create Creates a new task.voidTaskApi.createTask(TaskDto taskDto, Map<String, String> additionalHeaders) Create Creates a new task.voidTenantApi.createTenant(TenantDto tenantDto) Create Tenant Create a new tenant.voidTenantApi.createTenant(TenantDto tenantDto, Map<String, String> additionalHeaders) Create Tenant Create a new tenant.voidUserApi.createUser(UserDto userDto) Create Create a new user.voidUserApi.createUser(UserDto userDto, Map<String, String> additionalHeaders) Create Create a new user.voidTenantApi.createUserMembership(String id, String userId) Create Tenant User Membership Creates a membership between a tenant and an user.voidCreate Tenant User Membership Creates a membership between a tenant and an user.voidTaskApi.delegateTask(String id, UserIdDto userIdDto) Delegate Delegates a task to another user.voidDelegate Delegates a task to another user.HistoricDecisionInstanceApi.deleteAsync(DeleteHistoricDecisionInstancesDto deleteHistoricDecisionInstancesDto) Delete Async (POST) Delete multiple historic decision instances asynchronously (batch).HistoricDecisionInstanceApi.deleteAsync(DeleteHistoricDecisionInstancesDto deleteHistoricDecisionInstancesDto, Map<String, String> additionalHeaders) Delete Async (POST) Delete multiple historic decision instances asynchronously (batch).ProcessInstanceApi.deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto) Delete Async Historic Query Based (POST) Deletes a set of process instances asynchronously (batch) based on a historic process instance query.ProcessInstanceApi.deleteAsyncHistoricQueryBased(DeleteProcessInstancesDto deleteProcessInstancesDto, Map<String, String> additionalHeaders) Delete Async Historic Query Based (POST) Deletes a set of process instances asynchronously (batch) based on a historic process instance query.voidTaskAttachmentApi.deleteAttachment(String id, String attachmentId) Delete Removes an attachment from a task by id.voidTaskAttachmentApi.deleteAttachment(String id, String attachmentId, Map<String, String> additionalHeaders) Delete Removes an attachment from a task by id.voidAuthorizationApi.deleteAuthorization(String id) Delete Authorization Deletes an authorization by id.voidAuthorizationApi.deleteAuthorization(String id, Map<String, String> additionalHeaders) Delete Authorization Deletes an authorization by id.voidBatchApi.deleteBatch(String id, Boolean cascade) Delete Deletes a batch by id, including all related jobs and job definitions.voidDelete Deletes a batch by id, including all related jobs and job definitions.voidDeploymentApi.deleteDeployment(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) Delete Deletes a deployment by id.voidDeploymentApi.deleteDeployment(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, Map<String, String> additionalHeaders) Delete Deletes a deployment by id.voidFilterApi.deleteFilter(String id) Delete Filter Deletes a filter by id.voidFilterApi.deleteFilter(String id, Map<String, String> additionalHeaders) Delete Filter Deletes a filter by id.voidGroupApi.deleteGroup(String id) Delete Group Deletes a group by id.voidGroupApi.deleteGroup(String id, Map<String, String> additionalHeaders) Delete Group Deletes a group by id.voidGroupApi.deleteGroupMember(String id, String userId) Delete a Group Member Removes a member from a group.voidDelete a Group Member Removes a member from a group.voidTenantApi.deleteGroupMembership(String id, String groupId) Create Tenant Group Membership Creates a membership between a tenant and a group.voidCreate Tenant Group Membership Creates a membership between a tenant and a group.voidHistoricBatchApi.deleteHistoricBatch(String id) Delete Historic Batch Deletes a historic batch by id, including related historic job logs.voidHistoricBatchApi.deleteHistoricBatch(String id, Map<String, String> additionalHeaders) Delete Historic Batch Deletes a historic batch by id, including related historic job logs.voidHistoricProcessInstanceApi.deleteHistoricProcessInstance(String id, Boolean failIfNotExists) Delete Deletes a process instance from the history by id.voidHistoricProcessInstanceApi.deleteHistoricProcessInstance(String id, Boolean failIfNotExists, Map<String, String> additionalHeaders) Delete Deletes a process instance from the history by id.HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsync(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto) Delete Async (POST) Delete multiple historic process instances asynchronously (batch).HistoricProcessInstanceApi.deleteHistoricProcessInstancesAsync(DeleteHistoricProcessInstancesDto deleteHistoricProcessInstancesDto, Map<String, String> additionalHeaders) Delete Async (POST) Delete multiple historic process instances asynchronously (batch).voidHistoricVariableInstanceApi.deleteHistoricVariableInstance(String id) Delete Variable Instance Deletes a historic variable instance by id.voidHistoricVariableInstanceApi.deleteHistoricVariableInstance(String id, Map<String, String> additionalHeaders) Delete Variable Instance Deletes a historic variable instance by id.voidHistoricProcessInstanceApi.deleteHistoricVariableInstancesOfHistoricProcessInstance(String id) Delete Variable Instances Deletes all variables of a process instance from the history by id.voidHistoricProcessInstanceApi.deleteHistoricVariableInstancesOfHistoricProcessInstance(String id, Map<String, String> additionalHeaders) Delete Variable Instances Deletes all variables of a process instance from the history by id.voidTaskIdentityLinkApi.deleteIdentityLink(String id, IdentityLinkDto identityLinkDto) Delete Removes an identity link from a task by idvoidTaskIdentityLinkApi.deleteIdentityLink(String id, IdentityLinkDto identityLinkDto, Map<String, String> additionalHeaders) Delete Removes an identity link from a task by idvoidDelete Job Deletes a job by id.voidDelete Job Deletes a job by id.voidExecutionApi.deleteLocalExecutionVariable(String id, String varName) Delete Local Execution Variable Deletes a variable in the context of a given execution by id.voidExecutionApi.deleteLocalExecutionVariable(String id, String varName, Map<String, String> additionalHeaders) Delete Local Execution Variable Deletes a variable in the context of a given execution by id.voidProcessDefinitionApi.deleteProcessDefinition(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) Delete Deletes a running process instance by id.voidProcessDefinitionApi.deleteProcessDefinition(String id, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, Map<String, String> additionalHeaders) Delete Deletes a running process instance by id.voidProcessDefinitionApi.deleteProcessDefinitionsByKey(String key, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) Delete By Key Deletes process definitions by a given key which belong to no tenant id.voidProcessDefinitionApi.deleteProcessDefinitionsByKey(String key, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, Map<String, String> additionalHeaders) Delete By Key Deletes process definitions by a given key which belong to no tenant id.voidProcessDefinitionApi.deleteProcessDefinitionsByKeyAndTenantId(String key, String tenantId, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings) Delete By Key Deletes process definitions by a given key and which belong to a tenant id.voidProcessDefinitionApi.deleteProcessDefinitionsByKeyAndTenantId(String key, String tenantId, Boolean cascade, Boolean skipCustomListeners, Boolean skipIoMappings, Map<String, String> additionalHeaders) Delete By Key Deletes process definitions by a given key and which belong to a tenant id.voidProcessInstanceApi.deleteProcessInstance(String id, Boolean skipCustomListeners, Boolean skipIoMappings, Boolean skipSubprocesses, Boolean failIfNotExists) Delete Deletes a running process instance by id.voidProcessInstanceApi.deleteProcessInstance(String id, Boolean skipCustomListeners, Boolean skipIoMappings, Boolean skipSubprocesses, Boolean failIfNotExists, Map<String, String> additionalHeaders) Delete Deletes a running process instance by id.ProcessInstanceApi.deleteProcessInstancesAsyncOperation(DeleteProcessInstancesDto deleteProcessInstancesDto) Delete Async (POST) Deletes multiple process instances asynchronously (batch).ProcessInstanceApi.deleteProcessInstancesAsyncOperation(DeleteProcessInstancesDto deleteProcessInstancesDto, Map<String, String> additionalHeaders) Delete Async (POST) Deletes multiple process instances asynchronously (batch).voidProcessInstanceApi.deleteProcessInstanceVariable(String id, String varName) Delete Process Variable Deletes a variable of a process instance by id.voidProcessInstanceApi.deleteProcessInstanceVariable(String id, String varName, Map<String, String> additionalHeaders) Delete Process Variable Deletes a variable of a process instance by id.voidTaskApi.deleteTask(String id) Delete Removes a task by id.voidTaskApi.deleteTask(String id, Map<String, String> additionalHeaders) Delete Removes a task by id.voidTaskLocalVariableApi.deleteTaskLocalVariable(String id, String varName) Delete Local Task Variable Removes a local variable from a task by id.voidTaskLocalVariableApi.deleteTaskLocalVariable(String id, String varName, Map<String, String> additionalHeaders) Delete Local Task Variable Removes a local variable from a task by id.voidMetricsApi.deleteTaskMetrics(OffsetDateTime date) Delete Task Worker Metrics Deletes all task worker metrics prior to the given date or all if no date is provided.voidMetricsApi.deleteTaskMetrics(OffsetDateTime date, Map<String, String> additionalHeaders) Delete Task Worker Metrics Deletes all task worker metrics prior to the given date or all if no date is provided.voidTaskVariableApi.deleteTaskVariable(String id, String varName) Delete Task Variable Removes a variable that is visible to a task.voidDelete Task Variable Removes a variable that is visible to a task.voidTenantApi.deleteTenant(String id) Delete Tenant Deletes a tenant by id.voidTenantApi.deleteTenant(String id, Map<String, String> additionalHeaders) Delete Tenant Deletes a tenant by id.voidUserApi.deleteUser(String id) Delete Deletes a user by id.voidUserApi.deleteUser(String id, Map<String, String> additionalHeaders) Delete Deletes a user by id.voidTenantApi.deleteUserMembership(String id, String userId) Delete a Tenant User Membership Deletes a membership between a tenant and an user.voidDelete a Tenant User Membership Deletes a membership between a tenant and an user.MessageApi.deliverMessage(CorrelationMessageDto correlationMessageDto) Correlate Correlates a message to the process engine to either trigger a message start event or an intermediate message catching event.MessageApi.deliverMessage(CorrelationMessageDto correlationMessageDto, Map<String, String> additionalHeaders) Correlate Correlates a message to the process engine to either trigger a message start event or an intermediate message catching event.ConditionApi.evaluateCondition(EvaluationConditionDto evaluationConditionDto) Evaluate Triggers evaluation of conditions for conditional start event(s).ConditionApi.evaluateCondition(EvaluationConditionDto evaluationConditionDto, Map<String, String> additionalHeaders) Evaluate Triggers evaluation of conditions for conditional start event(s).DecisionDefinitionApi.evaluateDecisionById(String id, EvaluateDecisionDto evaluateDecisionDto) Evaluate By Id Evaluates a given decision and returns the result.DecisionDefinitionApi.evaluateDecisionById(String id, EvaluateDecisionDto evaluateDecisionDto, Map<String, String> additionalHeaders) Evaluate By Id Evaluates a given decision and returns the result.DecisionDefinitionApi.evaluateDecisionByKey(String key, EvaluateDecisionDto evaluateDecisionDto) Evaluate By Key Evaluates the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.evaluateDecisionByKey(String key, EvaluateDecisionDto evaluateDecisionDto, Map<String, String> additionalHeaders) Evaluate By Key Evaluates the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.evaluateDecisionByKeyAndTenant(String key, String tenantId, EvaluateDecisionDto evaluateDecisionDto) Evaluate By Key And Tenant Evaluates the latest version of the decision definition for tenant.DecisionDefinitionApi.evaluateDecisionByKeyAndTenant(String key, String tenantId, EvaluateDecisionDto evaluateDecisionDto, Map<String, String> additionalHeaders) Evaluate By Key And Tenant Evaluates the latest version of the decision definition for tenant.FilterApi.executeFilterCount(String id) Execute Filter Count Executes the saved query of the filter by id and returns the count.FilterApi.executeFilterCount(String id, Map<String, String> additionalHeaders) Execute Filter Count Executes the saved query of the filter by id and returns the count.FilterApi.executeFilterList(String id, Integer firstResult, Integer maxResults) Execute Filter List Executes the saved query of the filter by id and returns the result list.FilterApi.executeFilterList(String id, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Execute Filter List Executes the saved query of the filter by id and returns the result list.FilterApi.executeFilterSingleResult(String id) Execute Filter Single Result Executes the saved query of the filter by id and returns the single result.FilterApi.executeFilterSingleResult(String id, Map<String, String> additionalHeaders) Execute Filter Single Result Executes the saved query of the filter by id and returns the single result.voidJobApi.executeJob(String id) Execute Job Executes a job by id.voidJobApi.executeJob(String id, Map<String, String> additionalHeaders) Execute Job Executes a job by id.voidMigrationApi.executeMigrationPlan(MigrationExecutionDto migrationExecutionDto) Execute Migration Plan Executes a migration plan synchronously for multiple process instances.voidMigrationApi.executeMigrationPlan(MigrationExecutionDto migrationExecutionDto, Map<String, String> additionalHeaders) Execute Migration Plan Executes a migration plan synchronously for multiple process instances.MigrationApi.executeMigrationPlanAsync(MigrationExecutionDto migrationExecutionDto) Execute Migration Plan Async (Batch) Executes a migration plan asynchronously (batch) for multiple process instances.MigrationApi.executeMigrationPlanAsync(MigrationExecutionDto migrationExecutionDto, Map<String, String> additionalHeaders) Execute Migration Plan Async (Batch) Executes a migration plan asynchronously (batch) for multiple process instances.voidModificationApi.executeModification(ModificationDto modificationDto) Execute Modification Executes a modification synchronously for multiple process instances.voidModificationApi.executeModification(ModificationDto modificationDto, Map<String, String> additionalHeaders) Execute Modification Executes a modification synchronously for multiple process instances.ModificationApi.executeModificationAsync(ModificationDto modificationDto) Execute Modification Async (Batch) Executes a modification asynchronously for multiple process instances.ModificationApi.executeModificationAsync(ModificationDto modificationDto, Map<String, String> additionalHeaders) Execute Modification Async (Batch) Executes a modification asynchronously for multiple process instances.voidExternalTaskApi.extendLock(String id, ExtendLockOnExternalTaskDto extendLockOnExternalTaskDto) Extend Lock Extends the timeout of the lock by a given amount of time.voidExternalTaskApi.extendLock(String id, ExtendLockOnExternalTaskDto extendLockOnExternalTaskDto, Map<String, String> additionalHeaders) Extend Lock Extends the timeout of the lock by a given amount of time.ExternalTaskApi.fetchAndLock(FetchExternalTasksDto fetchExternalTasksDto) Fetch and Lock Fetches and locks a specific number of external tasks for execution by a worker.ExternalTaskApi.fetchAndLock(FetchExternalTasksDto fetchExternalTasksDto, Map<String, String> additionalHeaders) Fetch and Lock Fetches and locks a specific number of external tasks for execution by a worker.FilterApi.filterResourceOptions()Filter Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/filter` resource.FilterApi.filterResourceOptions(Map<String, String> additionalHeaders) Filter Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/filter` resource.FilterApi.filterResourceOptionsSingle(String id) Filter Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/filter` resource.FilterApi.filterResourceOptionsSingle(String id, Map<String, String> additionalHeaders) Filter Resource Options The OPTIONS request allows you to check for the set of available operations that the currently authenticated user can perform on the `/filter` resource.HistoryCleanupApi.findCleanupJob()Deprecated.HistoryCleanupApi.findCleanupJob(Map<String, String> additionalHeaders) Deprecated.HistoryCleanupApi.findCleanupJobs()Find clean up history jobs (GET) Finds history cleanup jobs (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoryCleanupApi.findCleanupJobs(Map<String, String> additionalHeaders) Find clean up history jobs (GET) Finds history cleanup jobs (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).MigrationApi.generateMigrationPlan(MigrationPlanGenerationDto migrationPlanGenerationDto) Generate Migration Plan Generates a migration plan for two process definitions.MigrationApi.generateMigrationPlan(MigrationPlanGenerationDto migrationPlanGenerationDto, Map<String, String> additionalHeaders) Generate Migration Plan Generates a migration plan for two process definitions.ProcessInstanceApi.getActivityInstanceTree(String id) Get Activity Instance Retrieves an Activity Instance (Tree) for a given process instance by id.ProcessInstanceApi.getActivityInstanceTree(String id, Map<String, String> additionalHeaders) Get Activity Instance Retrieves an Activity Instance (Tree) for a given process instance by id.ProcessDefinitionApi.getActivityStatistics(String id, Boolean failedJobs, Boolean incidents, String incidentsForType) Get Activity Instance Statistics Retrieves runtime statistics of a given process definition, grouped by activities.ProcessDefinitionApi.getActivityStatistics(String id, Boolean failedJobs, Boolean incidents, String incidentsForType, Map<String, String> additionalHeaders) Get Activity Instance Statistics Retrieves runtime statistics of a given process definition, grouped by activities.ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKey(String key, Boolean failedJobs, Boolean incidents, String incidentsForType) Get Activity Instance Statistics Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKey(String key, Boolean failedJobs, Boolean incidents, String incidentsForType, Map<String, String> additionalHeaders) Get Activity Instance Statistics Retrieves runtime statistics of the latest version of the given process definition which belongs to no tenant, grouped by activities.ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAndTenantId(String key, String tenantId, Boolean failedJobs, Boolean incidents, String incidentsForType) Get Activity Instance Statistics Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.ProcessDefinitionApi.getActivityStatisticsByProcessDefinitionKeyAndTenantId(String key, String tenantId, Boolean failedJobs, Boolean incidents, String incidentsForType, Map<String, String> additionalHeaders) Get Activity Instance Statistics Retrieves runtime statistics of the latest version of the given process definition for a tenant, grouped by activities.TaskAttachmentApi.getAttachment(String id, String attachmentId) Get Retrieves a task attachment by task id and attachment id.TaskAttachmentApi.getAttachment(String id, String attachmentId, Map<String, String> additionalHeaders) Get Retrieves a task attachment by task id and attachment id.TaskAttachmentApi.getAttachmentData(String id, String attachmentId) Get (Binary) Retrieves the binary content of a task attachment by task id and attachment id.TaskAttachmentApi.getAttachmentData(String id, String attachmentId, Map<String, String> additionalHeaders) Get (Binary) Retrieves the binary content of a task attachment by task id and attachment id.TaskAttachmentApi.getAttachments(String id) Get List Gets the attachments for a task.TaskAttachmentApi.getAttachments(String id, Map<String, String> additionalHeaders) Get List Gets the attachments for a task.AuthorizationApi.getAuthorization(String id) Get Authorization Retrieves an authorization by id.AuthorizationApi.getAuthorization(String id, Map<String, String> additionalHeaders) Get Authorization Retrieves an authorization by id.AuthorizationApi.getAuthorizationCount(String id, Integer type, String userIdIn, String groupIdIn, Integer resourceType, String resourceId) Get Authorization Count Queries for authorizations using a list of parameters and retrieves the count.AuthorizationApi.getAuthorizationCount(String id, Integer type, String userIdIn, String groupIdIn, Integer resourceType, String resourceId, Map<String, String> additionalHeaders) Get Authorization Count Queries for authorizations using a list of parameters and retrieves the count.Get Retrieves a batch by id, according to the Batch interface in the engine.Get Retrieves a batch by id, according to the Batch interface in the engine.BatchApi.getBatches(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures) Get List Queries for batches that fulfill given parameters.BatchApi.getBatches(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures, Map<String, String> additionalHeaders) Get List Queries for batches that fulfill given parameters.BatchApi.getBatchesCount(String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures) Get List Count Requests the number of batches that fulfill the query criteria.BatchApi.getBatchesCount(String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures, Map<String, String> additionalHeaders) Get List Count Requests the number of batches that fulfill the query criteria.BatchApi.getBatchStatistics(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures) Get Statistics Queries for batch statistics that fulfill given parameters.BatchApi.getBatchStatistics(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures, Map<String, String> additionalHeaders) Get Statistics Queries for batch statistics that fulfill given parameters.BatchApi.getBatchStatisticsCount(String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures) Get Statistics Count Requests the number of batch statistics that fulfill the query criteria.BatchApi.getBatchStatisticsCount(String batchId, String type, String tenantIdIn, Boolean withoutTenantId, Boolean suspended, String createdBy, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Boolean withFailures, Boolean withoutFailures, Map<String, String> additionalHeaders) Get Statistics Count Requests the number of batch statistics that fulfill the query criteria.HistoricBatchApi.getCleanableHistoricBatchesReport(String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Cleanable Batch Report Retrieves a report about a historic batch operations relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup) ) so that you can tune the history time to live.HistoricBatchApi.getCleanableHistoricBatchesReport(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Cleanable Batch Report Retrieves a report about a historic batch operations relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup) ) so that you can tune the history time to live.HistoricBatchApi.getCleanableHistoricBatchesReportCount()Get Cleanable Batch Report Count Queries for the number of report results about a historic batch operations relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup) ).HistoricBatchApi.getCleanableHistoricBatchesReportCount(Map<String, String> additionalHeaders) Get Cleanable Batch Report Count Queries for the number of report results about a historic batch operations relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup) ).HistoricDecisionDefinitionApi.getCleanableHistoricDecisionInstanceReport(String decisionDefinitionIdIn, String decisionDefinitionKeyIn, String tenantIdIn, Boolean withoutTenantId, Boolean compact, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Cleanable Decision Instance Report Retrieves a report about a decision definition and finished decision instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)), so that you can tune the history time to live.HistoricDecisionDefinitionApi.getCleanableHistoricDecisionInstanceReport(String decisionDefinitionIdIn, String decisionDefinitionKeyIn, String tenantIdIn, Boolean withoutTenantId, Boolean compact, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Cleanable Decision Instance Report Retrieves a report about a decision definition and finished decision instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)), so that you can tune the history time to live.HistoricDecisionDefinitionApi.getCleanableHistoricDecisionInstanceReportCount(String decisionDefinitionIdIn, String decisionDefinitionKeyIn, String tenantIdIn, Boolean withoutTenantId, Boolean compact) Get Cleanable Decision Instance Report Count Queries for the number of report results about a decision definition and finished decision instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoricDecisionDefinitionApi.getCleanableHistoricDecisionInstanceReportCount(String decisionDefinitionIdIn, String decisionDefinitionKeyIn, String tenantIdIn, Boolean withoutTenantId, Boolean compact, Map<String, String> additionalHeaders) Get Cleanable Decision Instance Report Count Queries for the number of report results about a decision definition and finished decision instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoricProcessDefinitionApi.getCleanableHistoricProcessInstanceReport(String processDefinitionIdIn, String processDefinitionKeyIn, String tenantIdIn, Boolean withoutTenantId, Boolean compact, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Cleanable Process Instance Report Retrieves a report about a process definition and finished process instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)) so that you can tune the history time to live.HistoricProcessDefinitionApi.getCleanableHistoricProcessInstanceReport(String processDefinitionIdIn, String processDefinitionKeyIn, String tenantIdIn, Boolean withoutTenantId, Boolean compact, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Cleanable Process Instance Report Retrieves a report about a process definition and finished process instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)) so that you can tune the history time to live.HistoricProcessDefinitionApi.getCleanableHistoricProcessInstanceReportCount(String processDefinitionIdIn, String processDefinitionKeyIn, String tenantIdIn, Boolean withoutTenantId, Boolean compact) Get Cleanable Process Instance Report Count Queries for the number of report results about a process definition and finished process instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoricProcessDefinitionApi.getCleanableHistoricProcessInstanceReportCount(String processDefinitionIdIn, String processDefinitionKeyIn, String tenantIdIn, Boolean withoutTenantId, Boolean compact, Map<String, String> additionalHeaders) Get Cleanable Process Instance Report Count Queries for the number of report results about a process definition and finished process instances relevant to history cleanup (see [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).TaskCommentApi.getComment(String id, String commentId) Get Retrieves a task comment by task id and comment id.Get Retrieves a task comment by task id and comment id.TaskCommentApi.getComments(String id) Get List Gets the comments for a task by id.TaskCommentApi.getComments(String id, Map<String, String> additionalHeaders) Get List Gets the comments for a task by id.DecisionDefinitionApi.getDecisionDefinitionById(String id) Get Decision Definition By Id Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.DecisionDefinitionApi.getDecisionDefinitionById(String id, Map<String, String> additionalHeaders) Get Decision Definition By Id Retrieves a decision definition by id, according to the `DecisionDefinition` interface in the engine.DecisionDefinitionApi.getDecisionDefinitionByKey(String key) Get Decision Definition By Key Retrieves the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.getDecisionDefinitionByKey(String key, Map<String, String> additionalHeaders) Get Decision Definition By Key Retrieves the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantId(String key, String tenantId) Get Decision Definition By Key And Tenant Id Retrieves the latest version of the decision definition for tenantDecisionDefinitionApi.getDecisionDefinitionByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Decision Definition By Key And Tenant Id Retrieves the latest version of the decision definition for tenantDecisionDefinitionApi.getDecisionDefinitionDiagram(String id) Get Diagram Retrieves the diagram of a decision definition.DecisionDefinitionApi.getDecisionDefinitionDiagram(String id, Map<String, String> additionalHeaders) Get Diagram Retrieves the diagram of a decision definition.DecisionDefinitionApi.getDecisionDefinitionDiagramByKey(String key) Get Diagram By Key Returns the diagram for the latest version of the decision definition which belongs to no tenantDecisionDefinitionApi.getDecisionDefinitionDiagramByKey(String key, Map<String, String> additionalHeaders) Get Diagram By Key Returns the diagram for the latest version of the decision definition which belongs to no tenantDecisionDefinitionApi.getDecisionDefinitionDiagramByKeyAndTenant(String key, String tenantId) Get Diagram By Key And Tenant Returns the XML of the latest version of the decision definition for tenant.DecisionDefinitionApi.getDecisionDefinitionDiagramByKeyAndTenant(String key, String tenantId, Map<String, String> additionalHeaders) Get Diagram By Key And Tenant Returns the XML of the latest version of the decision definition for tenant.DecisionDefinitionApi.getDecisionDefinitionDmnXmlById(String id) Get XML By Id Retrieves the DMN XML of a decision definition.DecisionDefinitionApi.getDecisionDefinitionDmnXmlById(String id, Map<String, String> additionalHeaders) Get XML By Id Retrieves the DMN XML of a decision definition.DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKey(String key) Get XML By Key Retrieves the XML for the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKey(String key, Map<String, String> additionalHeaders) Get XML By Key Retrieves the XML for the latest version of the decision definition which belongs to no tenant.DecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenant(String key, String tenantId) Get XML By Key and Tenant Retrieves the XML of the latest version of the decision definition for tenantDecisionDefinitionApi.getDecisionDefinitionDmnXmlByKeyAndTenant(String key, String tenantId, Map<String, String> additionalHeaders) Get XML By Key and Tenant Retrieves the XML of the latest version of the decision definition for tenantDecisionDefinitionApi.getDecisionDefinitions(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike) Get List Queries for decision definitions that fulfill given parameters.DecisionDefinitionApi.getDecisionDefinitions(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike, Map<String, String> additionalHeaders) Get List Queries for decision definitions that fulfill given parameters.DecisionDefinitionApi.getDecisionDefinitionsCount(String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike) Get List Count Requests the number of decision definitions that fulfill the query criteria.DecisionDefinitionApi.getDecisionDefinitionsCount(String decisionDefinitionId, String decisionDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean withoutDecisionRequirementsDefinition, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionDefinitionsWithoutTenantId, String versionTag, String versionTagLike, Map<String, String> additionalHeaders) Get List Count Requests the number of decision definitions that fulfill the query criteria.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionById(String id) Get Decision Requirements Definition by ID Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionById(String id, Map<String, String> additionalHeaders) Get Decision Requirements Definition by ID Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionByKey(String key) Get Decision Requirements Definition by Key Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionByKey(String key, Map<String, String> additionalHeaders) Get Decision Requirements Definition by Key Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionByKeyAndTenantId(String key, String tenantId) Get Decision Requirements Definition by Key and Tenant ID Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Decision Requirements Definition by Key and Tenant ID Retrieves a decision requirements definition according to the `DecisionRequirementsDefinition` interface in the engine.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDiagramById(String id) Get Decision Requirements Diagram by ID Retrieves the diagram of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDiagramById(String id, Map<String, String> additionalHeaders) Get Decision Requirements Diagram by ID Retrieves the diagram of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDiagramByKey(String key) Get Decision Requirements Diagram by Key Retrieves the diagram of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDiagramByKey(String key, Map<String, String> additionalHeaders) Get Decision Requirements Diagram by Key Retrieves the diagram of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDiagramByKeyAndTenantId(String key, String tenantId) Get Decision Requirements Diagram by Key and Tenant ID Retrieves the diagram of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDiagramByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Decision Requirements Diagram by Key and Tenant ID Retrieves the diagram of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDmnXmlById(String id) Get DMN XML by ID Retrieves the DMN XML of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDmnXmlById(String id, Map<String, String> additionalHeaders) Get DMN XML by ID Retrieves the DMN XML of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDmnXmlByKey(String key) Get DMN XML by Key Retrieves the DMN XML of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDmnXmlByKey(String key, Map<String, String> additionalHeaders) Get DMN XML by Key Retrieves the DMN XML of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDmnXmlByKeyAndTenantId(String key, String tenantId) Get DMN XML by Key and Tenant ID Retrieves the DMN XML of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionDmnXmlByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get DMN XML by Key and Tenant ID Retrieves the DMN XML of a decision requirements definition.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitions(String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionIdIn, String name, String nameLike, String deploymentId, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionRequirementsDefinitionsWithoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Decision Requirements Definitions Queries for decision requirements definitions that fulfill given parameters.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitions(String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionIdIn, String name, String nameLike, String deploymentId, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionRequirementsDefinitionsWithoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Decision Requirements Definitions Queries for decision requirements definitions that fulfill given parameters.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionsCount(String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionIdIn, String name, String nameLike, String deploymentId, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionRequirementsDefinitionsWithoutTenantId) Get Decision Requirements Definition Count Requests the number of decision requirements definitions that fulfill the query criteria.DecisionRequirementsDefinitionApi.getDecisionRequirementsDefinitionsCount(String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionIdIn, String name, String nameLike, String deploymentId, String key, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeDecisionRequirementsDefinitionsWithoutTenantId, Map<String, String> additionalHeaders) Get Decision Requirements Definition Count Requests the number of decision requirements definitions that fulfill the query criteria.HistoricDecisionRequirementsDefinitionApi.getDecisionStatistics(String id, String decisionInstanceId) Get DRD Statistics Retrieves evaluation statistics of a given decision requirements definition.HistoricDecisionRequirementsDefinitionApi.getDecisionStatistics(String id, String decisionInstanceId, Map<String, String> additionalHeaders) Get DRD Statistics Retrieves evaluation statistics of a given decision requirements definition.TaskApi.getDeployedForm(String id) Get Deployed Form Retrieves the deployed form that is referenced from a given task.TaskApi.getDeployedForm(String id, Map<String, String> additionalHeaders) Get Deployed Form Retrieves the deployed form that is referenced from a given task.ProcessDefinitionApi.getDeployedStartForm(String id) Get Deployed Start Form Retrieves the deployed form that can be referenced from a start event.ProcessDefinitionApi.getDeployedStartForm(String id, Map<String, String> additionalHeaders) Get Deployed Start Form Retrieves the deployed form that can be referenced from a start event.ProcessDefinitionApi.getDeployedStartFormByKey(String key) Get Deployed Start Form Retrieves the deployed form that can be referenced from a start event.ProcessDefinitionApi.getDeployedStartFormByKey(String key, Map<String, String> additionalHeaders) Get Deployed Start Form Retrieves the deployed form that can be referenced from a start event.ProcessDefinitionApi.getDeployedStartFormByKeyAndTenantId(String key, String tenantId) Get Deployed Start Form Retrieves the deployed form that can be referenced from a start event.ProcessDefinitionApi.getDeployedStartFormByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Deployed Start Form Retrieves the deployed form that can be referenced from a start event.DeploymentApi.getDeployment(String id) Get Retrieves a deployment by id, according to the `Deployment` interface of the engine.DeploymentApi.getDeployment(String id, Map<String, String> additionalHeaders) Get Retrieves a deployment by id, according to the `Deployment` interface of the engine.DeploymentApi.getDeploymentResource(String id, String resourceId) Get Resource Retrieves a deployment resource by resource id for the given deployment.DeploymentApi.getDeploymentResource(String id, String resourceId, Map<String, String> additionalHeaders) Get Resource Retrieves a deployment resource by resource id for the given deployment.DeploymentApi.getDeploymentResourceData(String id, String resourceId) Get Resource (Binary) Retrieves the binary content of a deployment resource for the given deployment by id.DeploymentApi.getDeploymentResourceData(String id, String resourceId, Map<String, String> additionalHeaders) Get Resource (Binary) Retrieves the binary content of a deployment resource for the given deployment by id.DeploymentApi.getDeploymentResources(String id) Get Resources Retrieves all deployment resources of a given deployment.DeploymentApi.getDeploymentResources(String id, Map<String, String> additionalHeaders) Get Resources Retrieves all deployment resources of a given deployment.DeploymentApi.getDeployments(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, OffsetDateTime after, OffsetDateTime before, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for deployments that fulfill given parameters.DeploymentApi.getDeployments(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, OffsetDateTime after, OffsetDateTime before, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for deployments that fulfill given parameters.DeploymentApi.getDeploymentsCount(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, OffsetDateTime after, OffsetDateTime before) Get List Count Queries for the number of deployments that fulfill given parameters.DeploymentApi.getDeploymentsCount(String id, String name, String nameLike, String source, Boolean withoutSource, String tenantIdIn, Boolean withoutTenantId, Boolean includeDeploymentsWithoutTenantId, OffsetDateTime after, OffsetDateTime before, Map<String, String> additionalHeaders) Get List Count Queries for the number of deployments that fulfill given parameters.HistoricExternalTaskLogApi.getErrorDetailsHistoricExternalTaskLog(String id) Get External Task Log Error Details Retrieves the corresponding error details of the passed historic external task log by id.HistoricExternalTaskLogApi.getErrorDetailsHistoricExternalTaskLog(String id, Map<String, String> additionalHeaders) Get External Task Log Error Details Retrieves the corresponding error details of the passed historic external task log by id.EventSubscriptionApi.getEventSubscriptions(String eventSubscriptionId, String eventName, String eventType, String executionId, String processInstanceId, String activityId, String tenantIdIn, Boolean withoutTenantId, Boolean includeEventSubscriptionsWithoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for event subscriptions that fulfill given parameters.EventSubscriptionApi.getEventSubscriptions(String eventSubscriptionId, String eventName, String eventType, String executionId, String processInstanceId, String activityId, String tenantIdIn, Boolean withoutTenantId, Boolean includeEventSubscriptionsWithoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for event subscriptions that fulfill given parameters.EventSubscriptionApi.getEventSubscriptionsCount(String eventSubscriptionId, String eventName, String eventType, String executionId, String processInstanceId, String activityId, String tenantIdIn, Boolean withoutTenantId, Boolean includeEventSubscriptionsWithoutTenantId) Get List Count Queries for the number of event subscriptions that fulfill given parameters.EventSubscriptionApi.getEventSubscriptionsCount(String eventSubscriptionId, String eventName, String eventType, String executionId, String processInstanceId, String activityId, String tenantIdIn, Boolean withoutTenantId, Boolean includeEventSubscriptionsWithoutTenantId, Map<String, String> additionalHeaders) Get List Count Queries for the number of event subscriptions that fulfill given parameters.ExecutionApi.getExecution(String id) Get Execution Retrieves an execution by id, according to the `Execution` interface in the engine.ExecutionApi.getExecution(String id, Map<String, String> additionalHeaders) Get Execution Retrieves an execution by id, according to the `Execution` interface in the engine.ExecutionApi.getExecutions(String businessKey, String processDefinitionId, String processDefinitionKey, String processInstanceId, String activityId, String signalEventSubscriptionName, String messageEventSubscriptionName, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, String variables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Executions Queries for the executions that fulfill given parameters.ExecutionApi.getExecutions(String businessKey, String processDefinitionId, String processDefinitionKey, String processInstanceId, String activityId, String signalEventSubscriptionName, String messageEventSubscriptionName, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, String variables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Executions Queries for the executions that fulfill given parameters.ExecutionApi.getExecutionsCount(String businessKey, String processDefinitionId, String processDefinitionKey, String processInstanceId, String activityId, String signalEventSubscriptionName, String messageEventSubscriptionName, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, String variables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase) Get Execution Count Queries for the number of executions that fulfill given parameters.ExecutionApi.getExecutionsCount(String businessKey, String processDefinitionId, String processDefinitionKey, String processInstanceId, String activityId, String signalEventSubscriptionName, String messageEventSubscriptionName, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, String variables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, Map<String, String> additionalHeaders) Get Execution Count Queries for the number of executions that fulfill given parameters.ExternalTaskApi.getExternalTask(String id) Get Retrieves an external task by id, corresponding to the `ExternalTask` interface in the engine.ExternalTaskApi.getExternalTask(String id, Map<String, String> additionalHeaders) Get Retrieves an external task by id, corresponding to the `ExternalTask` interface in the engine.ExternalTaskApi.getExternalTaskErrorDetails(String id) Get Error Details Retrieves the error details in the context of a running external task by id.ExternalTaskApi.getExternalTaskErrorDetails(String id, Map<String, String> additionalHeaders) Get Error Details Retrieves the error details in the context of a running external task by id.ExternalTaskApi.getExternalTasks(String externalTaskId, String externalTaskIdIn, String topicName, String workerId, Boolean locked, Boolean notLocked, Boolean withRetriesLeft, Boolean noRetriesLeft, OffsetDateTime lockExpirationAfter, OffsetDateTime lockExpirationBefore, String activityId, String activityIdIn, String executionId, String processInstanceId, String processInstanceIdIn, String processDefinitionId, String tenantIdIn, Boolean active, Boolean suspended, Long priorityHigherThanOrEquals, Long priorityLowerThanOrEquals, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for the external tasks that fulfill given parameters.ExternalTaskApi.getExternalTasks(String externalTaskId, String externalTaskIdIn, String topicName, String workerId, Boolean locked, Boolean notLocked, Boolean withRetriesLeft, Boolean noRetriesLeft, OffsetDateTime lockExpirationAfter, OffsetDateTime lockExpirationBefore, String activityId, String activityIdIn, String executionId, String processInstanceId, String processInstanceIdIn, String processDefinitionId, String tenantIdIn, Boolean active, Boolean suspended, Long priorityHigherThanOrEquals, Long priorityLowerThanOrEquals, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for the external tasks that fulfill given parameters.ExternalTaskApi.getExternalTasksCount(String externalTaskId, String externalTaskIdIn, String topicName, String workerId, Boolean locked, Boolean notLocked, Boolean withRetriesLeft, Boolean noRetriesLeft, OffsetDateTime lockExpirationAfter, OffsetDateTime lockExpirationBefore, String activityId, String activityIdIn, String executionId, String processInstanceId, String processInstanceIdIn, String processDefinitionId, String tenantIdIn, Boolean active, Boolean suspended, Long priorityHigherThanOrEquals, Long priorityLowerThanOrEquals) Get List Count Queries for the number of external tasks that fulfill given parameters.ExternalTaskApi.getExternalTasksCount(String externalTaskId, String externalTaskIdIn, String topicName, String workerId, Boolean locked, Boolean notLocked, Boolean withRetriesLeft, Boolean noRetriesLeft, OffsetDateTime lockExpirationAfter, OffsetDateTime lockExpirationBefore, String activityId, String activityIdIn, String executionId, String processInstanceId, String processInstanceIdIn, String processDefinitionId, String tenantIdIn, Boolean active, Boolean suspended, Long priorityHigherThanOrEquals, Long priorityLowerThanOrEquals, Map<String, String> additionalHeaders) Get List Count Queries for the number of external tasks that fulfill given parameters.FilterApi.getFilterCount(String filterId, String resourceType, String name, String nameLike, String owner) Get Filter Count Retrieves the number of filters that fulfill a provided query.FilterApi.getFilterCount(String filterId, String resourceType, String name, String nameLike, String owner, Map<String, String> additionalHeaders) Get Filter Count Retrieves the number of filters that fulfill a provided query.FilterApi.getFilterList(String filterId, String resourceType, String name, String nameLike, String owner, Boolean itemCount, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Filters Queries for a list of filters using a list of parameters.FilterApi.getFilterList(String filterId, String resourceType, String name, String nameLike, String owner, Boolean itemCount, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Filters Queries for a list of filters using a list of parameters.Get Form Key Retrieves the form key for a task.Get Form Key Retrieves the form key for a task.TaskApi.getFormVariables(String id, String variableNames, Boolean deserializeValues) Get Task Form Variables Retrieves the form variables for a task.TaskApi.getFormVariables(String id, String variableNames, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Task Form Variables Retrieves the form variables for a task.Get Group Retrieves a group by id.Get Group Retrieves a group by id.GroupApi.getGroupCount(String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant) Get List Count Queries for groups using a list of parameters and retrieves the count.GroupApi.getGroupCount(String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant, Map<String, String> additionalHeaders) Get List Count Queries for groups using a list of parameters and retrieves the count.IdentityApi.getGroupInfo(String userId) Get a User's Groups Gets the groups of a user by id and includes all users that share a group with the given user.IdentityApi.getGroupInfo(String userId, Map<String, String> additionalHeaders) Get a User's Groups Gets the groups of a user by id and includes all users that share a group with the given user.HistoricActivityInstanceApi.getHistoricActivityInstance(String id) Get Retrieves a historic activity instance by id, according to the `HistoricActivityInstance` interface in the engine.HistoricActivityInstanceApi.getHistoricActivityInstance(String id, Map<String, String> additionalHeaders) Get Retrieves a historic activity instance by id, according to the `HistoricActivityInstance` interface in the engine.HistoricActivityInstanceApi.getHistoricActivityInstances(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String activityInstanceId, String processInstanceId, String processDefinitionId, String executionId, String activityId, String activityName, String activityType, String taskAssignee, Boolean finished, Boolean unfinished, Boolean canceled, Boolean completeScope, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId) Get List Queries for historic activity instances that fulfill the given parameters.HistoricActivityInstanceApi.getHistoricActivityInstances(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String activityInstanceId, String processInstanceId, String processDefinitionId, String executionId, String activityId, String activityName, String activityType, String taskAssignee, Boolean finished, Boolean unfinished, Boolean canceled, Boolean completeScope, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId, Map<String, String> additionalHeaders) Get List Queries for historic activity instances that fulfill the given parameters.HistoricActivityInstanceApi.getHistoricActivityInstancesCount(String activityInstanceId, String processInstanceId, String processDefinitionId, String executionId, String activityId, String activityName, String activityType, String taskAssignee, Boolean finished, Boolean unfinished, Boolean canceled, Boolean completeScope, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId) Get List Count Queries for the number of historic activity instances that fulfill the given parameters.HistoricActivityInstanceApi.getHistoricActivityInstancesCount(String activityInstanceId, String processInstanceId, String processDefinitionId, String executionId, String activityId, String activityName, String activityType, String taskAssignee, Boolean finished, Boolean unfinished, Boolean canceled, Boolean completeScope, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId, Map<String, String> additionalHeaders) Get List Count Queries for the number of historic activity instances that fulfill the given parameters.HistoricProcessDefinitionApi.getHistoricActivityStatistics(String id, Boolean canceled, Boolean finished, Boolean completeScope, Boolean incidents, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String processInstanceIdIn, String sortBy, String sortOrder) Get Historic Activity Statistics Retrieves historic statistics of a given process definition, grouped by activities.HistoricProcessDefinitionApi.getHistoricActivityStatistics(String id, Boolean canceled, Boolean finished, Boolean completeScope, Boolean incidents, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String processInstanceIdIn, String sortBy, String sortOrder, Map<String, String> additionalHeaders) Get Historic Activity Statistics Retrieves historic statistics of a given process definition, grouped by activities.HistoricBatchApi.getHistoricBatch(String id) Get Historic Batch Retrieves a historic batch by id, according to the `HistoricBatch` interface in the engine.HistoricBatchApi.getHistoricBatch(String id, Map<String, String> additionalHeaders) Get Historic Batch Retrieves a historic batch by id, according to the `HistoricBatch` interface in the engine.HistoricBatchApi.getHistoricBatches(String batchId, String type, Boolean completed, String tenantIdIn, Boolean withoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Historic Batches Queries for historic batches that fulfill given parameters.HistoricBatchApi.getHistoricBatches(String batchId, String type, Boolean completed, String tenantIdIn, Boolean withoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Historic Batches Queries for historic batches that fulfill given parameters.HistoricBatchApi.getHistoricBatchesCount(String batchId, String type, Boolean completed, String tenantIdIn, Boolean withoutTenantId) Get Historic Batch Count Requests the number of historic batches that fulfill the query criteria.HistoricBatchApi.getHistoricBatchesCount(String batchId, String type, Boolean completed, String tenantIdIn, Boolean withoutTenantId, Map<String, String> additionalHeaders) Get Historic Batch Count Requests the number of historic batches that fulfill the query criteria.HistoricDecisionInstanceApi.getHistoricDecisionInstance(String id, Boolean includeInputs, Boolean includeOutputs, Boolean disableBinaryFetching, Boolean disableCustomObjectDeserialization) Get Historic Decision Instance Retrieves a historic decision instance by id, according to the `HistoricDecisionInstance` interface in the engine.HistoricDecisionInstanceApi.getHistoricDecisionInstance(String id, Boolean includeInputs, Boolean includeOutputs, Boolean disableBinaryFetching, Boolean disableCustomObjectDeserialization, Map<String, String> additionalHeaders) Get Historic Decision Instance Retrieves a historic decision instance by id, according to the `HistoricDecisionInstance` interface in the engine.HistoricDecisionInstanceApi.getHistoricDecisionInstances(String decisionInstanceId, String decisionInstanceIdIn, String decisionDefinitionId, String decisionDefinitionIdIn, String decisionDefinitionKey, String decisionDefinitionKeyIn, String decisionDefinitionName, String decisionDefinitionNameLike, String processDefinitionId, String processDefinitionKey, String processInstanceId, String caseDefinitionId, String caseDefinitionKey, String caseInstanceId, String activityIdIn, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, OffsetDateTime evaluatedBefore, OffsetDateTime evaluatedAfter, String userId, String rootDecisionInstanceId, Boolean rootDecisionInstancesOnly, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean includeInputs, Boolean includeOutputs, Boolean disableBinaryFetching, Boolean disableCustomObjectDeserialization, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Historic Decision Instances Queries for historic decision instances that fulfill the given parameters.HistoricDecisionInstanceApi.getHistoricDecisionInstances(String decisionInstanceId, String decisionInstanceIdIn, String decisionDefinitionId, String decisionDefinitionIdIn, String decisionDefinitionKey, String decisionDefinitionKeyIn, String decisionDefinitionName, String decisionDefinitionNameLike, String processDefinitionId, String processDefinitionKey, String processInstanceId, String caseDefinitionId, String caseDefinitionKey, String caseInstanceId, String activityIdIn, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, OffsetDateTime evaluatedBefore, OffsetDateTime evaluatedAfter, String userId, String rootDecisionInstanceId, Boolean rootDecisionInstancesOnly, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Boolean includeInputs, Boolean includeOutputs, Boolean disableBinaryFetching, Boolean disableCustomObjectDeserialization, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Historic Decision Instances Queries for historic decision instances that fulfill the given parameters.HistoricDecisionInstanceApi.getHistoricDecisionInstancesCount(String decisionInstanceId, String decisionInstanceIdIn, String decisionDefinitionId, String decisionDefinitionIdIn, String decisionDefinitionKey, String decisionDefinitionKeyIn, String decisionDefinitionName, String decisionDefinitionNameLike, String processDefinitionId, String processDefinitionKey, String processInstanceId, String caseDefinitionId, String caseDefinitionKey, String caseInstanceId, String activityIdIn, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, OffsetDateTime evaluatedBefore, OffsetDateTime evaluatedAfter, String userId, String rootDecisionInstanceId, Boolean rootDecisionInstancesOnly, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey) Get Historic Decision Instance Count Queries for the number of historic decision instances that fulfill the given parameters.HistoricDecisionInstanceApi.getHistoricDecisionInstancesCount(String decisionInstanceId, String decisionInstanceIdIn, String decisionDefinitionId, String decisionDefinitionIdIn, String decisionDefinitionKey, String decisionDefinitionKeyIn, String decisionDefinitionName, String decisionDefinitionNameLike, String processDefinitionId, String processDefinitionKey, String processInstanceId, String caseDefinitionId, String caseDefinitionKey, String caseInstanceId, String activityIdIn, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, OffsetDateTime evaluatedBefore, OffsetDateTime evaluatedAfter, String userId, String rootDecisionInstanceId, Boolean rootDecisionInstancesOnly, String decisionRequirementsDefinitionId, String decisionRequirementsDefinitionKey, Map<String, String> additionalHeaders) Get Historic Decision Instance Count Queries for the number of historic decision instances that fulfill the given parameters.HistoricDetailApi.getHistoricDetails(String processInstanceId, String processInstanceIdIn, String executionId, String taskId, String activityInstanceId, String caseInstanceId, String caseExecutionId, String variableInstanceId, String variableTypeIn, String tenantIdIn, Boolean withoutTenantId, String userOperationId, Boolean formFields, Boolean variableUpdates, Boolean excludeTaskDetails, Boolean initial, OffsetDateTime occurredBefore, OffsetDateTime occurredAfter, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Boolean deserializeValues) Get Historic Details Queries for historic details that fulfill the given parameters.HistoricDetailApi.getHistoricDetails(String processInstanceId, String processInstanceIdIn, String executionId, String taskId, String activityInstanceId, String caseInstanceId, String caseExecutionId, String variableInstanceId, String variableTypeIn, String tenantIdIn, Boolean withoutTenantId, String userOperationId, Boolean formFields, Boolean variableUpdates, Boolean excludeTaskDetails, Boolean initial, OffsetDateTime occurredBefore, OffsetDateTime occurredAfter, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Historic Details Queries for historic details that fulfill the given parameters.HistoricDetailApi.getHistoricDetailsCount(String processInstanceId, String processInstanceIdIn, String executionId, String taskId, String activityInstanceId, String caseInstanceId, String caseExecutionId, String variableInstanceId, String variableTypeIn, String tenantIdIn, Boolean withoutTenantId, String userOperationId, Boolean formFields, Boolean variableUpdates, Boolean excludeTaskDetails, Boolean initial, OffsetDateTime occurredBefore, OffsetDateTime occurredAfter) Get Historic Detail Count Queries for the number of historic details that fulfill the given parameters.HistoricDetailApi.getHistoricDetailsCount(String processInstanceId, String processInstanceIdIn, String executionId, String taskId, String activityInstanceId, String caseInstanceId, String caseExecutionId, String variableInstanceId, String variableTypeIn, String tenantIdIn, Boolean withoutTenantId, String userOperationId, Boolean formFields, Boolean variableUpdates, Boolean excludeTaskDetails, Boolean initial, OffsetDateTime occurredBefore, OffsetDateTime occurredAfter, Map<String, String> additionalHeaders) Get Historic Detail Count Queries for the number of historic details that fulfill the given parameters.HistoricExternalTaskLogApi.getHistoricExternalTaskLog(String id) Get External Task Log Retrieves a historic external task log by id.HistoricExternalTaskLogApi.getHistoricExternalTaskLog(String id, Map<String, String> additionalHeaders) Get External Task Log Retrieves a historic external task log by id.HistoricExternalTaskLogApi.getHistoricExternalTaskLogs(String logId, String externalTaskId, String topicName, String workerId, String errorMessage, String activityIdIn, String activityInstanceIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String tenantIdIn, Boolean withoutTenantId, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get External Task Logs Queries for historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.getHistoricExternalTaskLogs(String logId, String externalTaskId, String topicName, String workerId, String errorMessage, String activityIdIn, String activityInstanceIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String tenantIdIn, Boolean withoutTenantId, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get External Task Logs Queries for historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.getHistoricExternalTaskLogsCount(String logId, String externalTaskId, String topicName, String workerId, String errorMessage, String activityIdIn, String activityInstanceIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String tenantIdIn, Boolean withoutTenantId, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog) Get External Task Log Count Queries for the number of historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.getHistoricExternalTaskLogsCount(String logId, String externalTaskId, String topicName, String workerId, String errorMessage, String activityIdIn, String activityInstanceIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String tenantIdIn, Boolean withoutTenantId, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog, Map<String, String> additionalHeaders) Get External Task Log Count Queries for the number of historic external task logs that fulfill the given parameters.HistoricIdentityLinkLogApi.getHistoricIdentityLinks(String type, String userId, String groupId, OffsetDateTime dateBefore, OffsetDateTime dateAfter, String taskId, String processDefinitionId, String processDefinitionKey, String operationType, String assignerId, String tenantIdIn, Boolean withoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Identity Link Logs Queries for historic identity link logs that fulfill given parameters.HistoricIdentityLinkLogApi.getHistoricIdentityLinks(String type, String userId, String groupId, OffsetDateTime dateBefore, OffsetDateTime dateAfter, String taskId, String processDefinitionId, String processDefinitionKey, String operationType, String assignerId, String tenantIdIn, Boolean withoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Identity Link Logs Queries for historic identity link logs that fulfill given parameters.HistoricIdentityLinkLogApi.getHistoricIdentityLinksCount(String type, String userId, String groupId, OffsetDateTime dateBefore, OffsetDateTime dateAfter, String taskId, String processDefinitionId, String processDefinitionKey, String operationType, String assignerId, String tenantIdIn, Boolean withoutTenantId) Get Identity Link Log Count Queries for the number of historic identity link logs that fulfill the given parameters.HistoricIdentityLinkLogApi.getHistoricIdentityLinksCount(String type, String userId, String groupId, OffsetDateTime dateBefore, OffsetDateTime dateAfter, String taskId, String processDefinitionId, String processDefinitionKey, String operationType, String assignerId, String tenantIdIn, Boolean withoutTenantId, Map<String, String> additionalHeaders) Get Identity Link Log Count Queries for the number of historic identity link logs that fulfill the given parameters.HistoricIncidentApi.getHistoricIncidents(String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processInstanceId, String executionId, OffsetDateTime createTimeBefore, OffsetDateTime createTimeAfter, OffsetDateTime endTimeBefore, OffsetDateTime endTimeAfter, String activityId, String failedActivityId, String causeIncidentId, String rootCauseIncidentId, String _configuration, String historyConfiguration, Boolean open, Boolean resolved, Boolean deleted, String tenantIdIn, Boolean withoutTenantId, String jobDefinitionIdIn, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Incidents Queries for historic incidents that fulfill given parameters.HistoricIncidentApi.getHistoricIncidents(String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processInstanceId, String executionId, OffsetDateTime createTimeBefore, OffsetDateTime createTimeAfter, OffsetDateTime endTimeBefore, OffsetDateTime endTimeAfter, String activityId, String failedActivityId, String causeIncidentId, String rootCauseIncidentId, String _configuration, String historyConfiguration, Boolean open, Boolean resolved, Boolean deleted, String tenantIdIn, Boolean withoutTenantId, String jobDefinitionIdIn, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Incidents Queries for historic incidents that fulfill given parameters.HistoricIncidentApi.getHistoricIncidentsCount(String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processInstanceId, String executionId, OffsetDateTime createTimeBefore, OffsetDateTime createTimeAfter, OffsetDateTime endTimeBefore, OffsetDateTime endTimeAfter, String activityId, String failedActivityId, String causeIncidentId, String rootCauseIncidentId, String _configuration, String historyConfiguration, Boolean open, Boolean resolved, Boolean deleted, String tenantIdIn, Boolean withoutTenantId, String jobDefinitionIdIn) Get Incident Count Queries for the number of historic incidents that fulfill the given parameters.HistoricIncidentApi.getHistoricIncidentsCount(String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processInstanceId, String executionId, OffsetDateTime createTimeBefore, OffsetDateTime createTimeAfter, OffsetDateTime endTimeBefore, OffsetDateTime endTimeAfter, String activityId, String failedActivityId, String causeIncidentId, String rootCauseIncidentId, String _configuration, String historyConfiguration, Boolean open, Boolean resolved, Boolean deleted, String tenantIdIn, Boolean withoutTenantId, String jobDefinitionIdIn, Map<String, String> additionalHeaders) Get Incident Count Queries for the number of historic incidents that fulfill the given parameters.HistoricJobLogApi.getHistoricJobLog(String id) Get Job Log Retrieves a historic job log by id.HistoricJobLogApi.getHistoricJobLog(String id, Map<String, String> additionalHeaders) Get Job Log Retrieves a historic job log by id.HistoricJobLogApi.getHistoricJobLogs(String logId, String jobId, String jobExceptionMessage, String jobDefinitionId, String jobDefinitionType, String jobDefinitionConfiguration, String activityIdIn, String failedActivityIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String deploymentId, String tenantIdIn, Boolean withoutTenantId, String hostname, Long jobPriorityLowerThanOrEquals, Long jobPriorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Job Logs Queries for historic job logs that fulfill the given parameters.HistoricJobLogApi.getHistoricJobLogs(String logId, String jobId, String jobExceptionMessage, String jobDefinitionId, String jobDefinitionType, String jobDefinitionConfiguration, String activityIdIn, String failedActivityIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String deploymentId, String tenantIdIn, Boolean withoutTenantId, String hostname, Long jobPriorityLowerThanOrEquals, Long jobPriorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Job Logs Queries for historic job logs that fulfill the given parameters.HistoricJobLogApi.getHistoricJobLogsCount(String logId, String jobId, String jobExceptionMessage, String jobDefinitionId, String jobDefinitionType, String jobDefinitionConfiguration, String activityIdIn, String failedActivityIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String deploymentId, String tenantIdIn, Boolean withoutTenantId, String hostname, Long jobPriorityLowerThanOrEquals, Long jobPriorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog) Get Job Log Count Queries for the number of historic job logs that fulfill the given parameters.HistoricJobLogApi.getHistoricJobLogsCount(String logId, String jobId, String jobExceptionMessage, String jobDefinitionId, String jobDefinitionType, String jobDefinitionConfiguration, String activityIdIn, String failedActivityIdIn, String executionIdIn, String processInstanceId, String processDefinitionId, String processDefinitionKey, String deploymentId, String tenantIdIn, Boolean withoutTenantId, String hostname, Long jobPriorityLowerThanOrEquals, Long jobPriorityHigherThanOrEquals, Boolean creationLog, Boolean failureLog, Boolean successLog, Boolean deletionLog, Map<String, String> additionalHeaders) Get Job Log Count Queries for the number of historic job logs that fulfill the given parameters.HistoricProcessInstanceApi.getHistoricProcessInstance(String id) Get Retrieves a historic process instance by id, according to the `HistoricProcessInstance` interface in the engine.HistoricProcessInstanceApi.getHistoricProcessInstance(String id, Map<String, String> additionalHeaders) Get Retrieves a historic process instance by id, according to the `HistoricProcessInstance` interface in the engine.HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReport(String reportType, String periodUnit, String processDefinitionIdIn, String processDefinitionKeyIn, OffsetDateTime startedBefore, OffsetDateTime startedAfter) Get Duration Report Retrieves a report about the duration of completed process instances, grouped by a period.HistoricProcessInstanceApi.getHistoricProcessInstanceDurationReport(String reportType, String periodUnit, String processDefinitionIdIn, String processDefinitionKeyIn, OffsetDateTime startedBefore, OffsetDateTime startedAfter, Map<String, String> additionalHeaders) Get Duration Report Retrieves a report about the duration of completed process instances, grouped by a period.HistoricProcessInstanceApi.getHistoricProcessInstances(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String processInstanceId, String processInstanceIds, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String processDefinitionKeyNotIn, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, Boolean rootProcessInstances, Boolean finished, Boolean unfinished, Boolean withIncidents, Boolean withRootIncidents, String incidentType, String incidentStatus, String incidentMessage, String incidentMessageLike, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, OffsetDateTime executedActivityAfter, OffsetDateTime executedActivityBefore, OffsetDateTime executedJobAfter, OffsetDateTime executedJobBefore, String startedBy, String superProcessInstanceId, String subProcessInstanceId, String superCaseInstanceId, String subCaseInstanceId, String caseInstanceId, String tenantIdIn, Boolean withoutTenantId, String executedActivityIdIn, String activeActivityIdIn, Boolean active, Boolean suspended, Boolean completed, Boolean externallyTerminated, Boolean internallyTerminated, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase) Get List Queries for historic process instances that fulfill the given parameters.HistoricProcessInstanceApi.getHistoricProcessInstances(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String processInstanceId, String processInstanceIds, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String processDefinitionKeyNotIn, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, Boolean rootProcessInstances, Boolean finished, Boolean unfinished, Boolean withIncidents, Boolean withRootIncidents, String incidentType, String incidentStatus, String incidentMessage, String incidentMessageLike, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, OffsetDateTime executedActivityAfter, OffsetDateTime executedActivityBefore, OffsetDateTime executedJobAfter, OffsetDateTime executedJobBefore, String startedBy, String superProcessInstanceId, String subProcessInstanceId, String superCaseInstanceId, String subCaseInstanceId, String caseInstanceId, String tenantIdIn, Boolean withoutTenantId, String executedActivityIdIn, String activeActivityIdIn, Boolean active, Boolean suspended, Boolean completed, Boolean externallyTerminated, Boolean internallyTerminated, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, Map<String, String> additionalHeaders) Get List Queries for historic process instances that fulfill the given parameters.HistoricProcessInstanceApi.getHistoricProcessInstancesCount(String processInstanceId, String processInstanceIds, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String processDefinitionKeyNotIn, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, Boolean rootProcessInstances, Boolean finished, Boolean unfinished, Boolean withIncidents, Boolean withRootIncidents, String incidentType, String incidentStatus, String incidentMessage, String incidentMessageLike, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, OffsetDateTime executedActivityAfter, OffsetDateTime executedActivityBefore, OffsetDateTime executedJobAfter, OffsetDateTime executedJobBefore, String startedBy, String superProcessInstanceId, String subProcessInstanceId, String superCaseInstanceId, String subCaseInstanceId, String caseInstanceId, String tenantIdIn, Boolean withoutTenantId, String executedActivityIdIn, String activeActivityIdIn, Boolean active, Boolean suspended, Boolean completed, Boolean externallyTerminated, Boolean internallyTerminated, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase) Get List Count Queries for the number of historic process instances that fulfill the given parameters.HistoricProcessInstanceApi.getHistoricProcessInstancesCount(String processInstanceId, String processInstanceIds, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String processDefinitionKeyNotIn, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, Boolean rootProcessInstances, Boolean finished, Boolean unfinished, Boolean withIncidents, Boolean withRootIncidents, String incidentType, String incidentStatus, String incidentMessage, String incidentMessageLike, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, OffsetDateTime executedActivityAfter, OffsetDateTime executedActivityBefore, OffsetDateTime executedJobAfter, OffsetDateTime executedJobBefore, String startedBy, String superProcessInstanceId, String subProcessInstanceId, String superCaseInstanceId, String subCaseInstanceId, String caseInstanceId, String tenantIdIn, Boolean withoutTenantId, String executedActivityIdIn, String activeActivityIdIn, Boolean active, Boolean suspended, Boolean completed, Boolean externallyTerminated, Boolean internallyTerminated, String variables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, Map<String, String> additionalHeaders) Get List Count Queries for the number of historic process instances that fulfill the given parameters.HistoricTaskInstanceApi.getHistoricTaskInstanceReport(String reportType, String periodUnit, OffsetDateTime completedBefore, OffsetDateTime completedAfter, String groupBy) Get Task Report (Historic) Retrieves a report of completed tasks.HistoricTaskInstanceApi.getHistoricTaskInstanceReport(String reportType, String periodUnit, OffsetDateTime completedBefore, OffsetDateTime completedAfter, String groupBy, Map<String, String> additionalHeaders) Get Task Report (Historic) Retrieves a report of completed tasks.HistoricTaskInstanceApi.getHistoricTaskInstances(String taskId, String taskParentTaskId, String processInstanceId, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String executionId, String processDefinitionId, String processDefinitionKey, String processDefinitionName, String caseInstanceId, String caseExecutionId, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String activityInstanceIdIn, String taskName, String taskNameLike, String taskDescription, String taskDescriptionLike, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDeleteReason, String taskDeleteReasonLike, String taskAssignee, String taskAssigneeLike, String taskOwner, String taskOwnerLike, Integer taskPriority, Boolean assigned, Boolean unassigned, Boolean finished, Boolean unfinished, Boolean processFinished, Boolean processUnfinished, OffsetDateTime taskDueDate, OffsetDateTime taskDueDateBefore, OffsetDateTime taskDueDateAfter, Boolean withoutTaskDueDate, OffsetDateTime taskFollowUpDate, OffsetDateTime taskFollowUpDateBefore, OffsetDateTime taskFollowUpDateAfter, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId, String taskVariables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String taskInvolvedUser, String taskInvolvedGroup, String taskHadCandidateUser, String taskHadCandidateGroup, Boolean withCandidateGroups, Boolean withoutCandidateGroups, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Tasks (Historic) Queries for historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.getHistoricTaskInstances(String taskId, String taskParentTaskId, String processInstanceId, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String executionId, String processDefinitionId, String processDefinitionKey, String processDefinitionName, String caseInstanceId, String caseExecutionId, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String activityInstanceIdIn, String taskName, String taskNameLike, String taskDescription, String taskDescriptionLike, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDeleteReason, String taskDeleteReasonLike, String taskAssignee, String taskAssigneeLike, String taskOwner, String taskOwnerLike, Integer taskPriority, Boolean assigned, Boolean unassigned, Boolean finished, Boolean unfinished, Boolean processFinished, Boolean processUnfinished, OffsetDateTime taskDueDate, OffsetDateTime taskDueDateBefore, OffsetDateTime taskDueDateAfter, Boolean withoutTaskDueDate, OffsetDateTime taskFollowUpDate, OffsetDateTime taskFollowUpDateBefore, OffsetDateTime taskFollowUpDateAfter, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId, String taskVariables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String taskInvolvedUser, String taskInvolvedGroup, String taskHadCandidateUser, String taskHadCandidateGroup, Boolean withCandidateGroups, Boolean withoutCandidateGroups, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Tasks (Historic) Queries for historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.getHistoricTaskInstancesCount(String taskId, String taskParentTaskId, String processInstanceId, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String executionId, String processDefinitionId, String processDefinitionKey, String processDefinitionName, String caseInstanceId, String caseExecutionId, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String activityInstanceIdIn, String taskName, String taskNameLike, String taskDescription, String taskDescriptionLike, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDeleteReason, String taskDeleteReasonLike, String taskAssignee, String taskAssigneeLike, String taskOwner, String taskOwnerLike, Integer taskPriority, Boolean assigned, Boolean unassigned, Boolean finished, Boolean unfinished, Boolean processFinished, Boolean processUnfinished, OffsetDateTime taskDueDate, OffsetDateTime taskDueDateBefore, OffsetDateTime taskDueDateAfter, Boolean withoutTaskDueDate, OffsetDateTime taskFollowUpDate, OffsetDateTime taskFollowUpDateBefore, OffsetDateTime taskFollowUpDateAfter, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId, String taskVariables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String taskInvolvedUser, String taskInvolvedGroup, String taskHadCandidateUser, String taskHadCandidateGroup, Boolean withCandidateGroups, Boolean withoutCandidateGroups) Get Task Count Queries for the number of historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.getHistoricTaskInstancesCount(String taskId, String taskParentTaskId, String processInstanceId, String processInstanceBusinessKey, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String executionId, String processDefinitionId, String processDefinitionKey, String processDefinitionName, String caseInstanceId, String caseExecutionId, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String activityInstanceIdIn, String taskName, String taskNameLike, String taskDescription, String taskDescriptionLike, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDeleteReason, String taskDeleteReasonLike, String taskAssignee, String taskAssigneeLike, String taskOwner, String taskOwnerLike, Integer taskPriority, Boolean assigned, Boolean unassigned, Boolean finished, Boolean unfinished, Boolean processFinished, Boolean processUnfinished, OffsetDateTime taskDueDate, OffsetDateTime taskDueDateBefore, OffsetDateTime taskDueDateAfter, Boolean withoutTaskDueDate, OffsetDateTime taskFollowUpDate, OffsetDateTime taskFollowUpDateBefore, OffsetDateTime taskFollowUpDateAfter, OffsetDateTime startedBefore, OffsetDateTime startedAfter, OffsetDateTime finishedBefore, OffsetDateTime finishedAfter, String tenantIdIn, Boolean withoutTenantId, String taskVariables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String taskInvolvedUser, String taskInvolvedGroup, String taskHadCandidateUser, String taskHadCandidateGroup, Boolean withCandidateGroups, Boolean withoutCandidateGroups, Map<String, String> additionalHeaders) Get Task Count Queries for the number of historic tasks that fulfill the given parameters.HistoricVariableInstanceApi.getHistoricVariableInstance(String id, Boolean deserializeValues) Get Variable Instance Retrieves a historic variable by id.HistoricVariableInstanceApi.getHistoricVariableInstance(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Variable Instance Retrieves a historic variable by id.HistoricVariableInstanceApi.getHistoricVariableInstanceBinary(String id) Get Variable Instance (Binary) Retrieves the content of a historic variable by id.HistoricVariableInstanceApi.getHistoricVariableInstanceBinary(String id, Map<String, String> additionalHeaders) Get Variable Instance (Binary) Retrieves the content of a historic variable by id.HistoricVariableInstanceApi.getHistoricVariableInstances(String variableName, String variableNameLike, Object variableValue, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String variableTypeIn, Boolean includeDeleted, String processInstanceId, String processInstanceIdIn, String processDefinitionId, String processDefinitionKey, String executionIdIn, String caseInstanceId, String caseExecutionIdIn, String caseActivityIdIn, String taskIdIn, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String variableNameIn, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Boolean deserializeValues) Get Variable Instances Queries for historic variable instances that fulfill the given parameters.HistoricVariableInstanceApi.getHistoricVariableInstances(String variableName, String variableNameLike, Object variableValue, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String variableTypeIn, Boolean includeDeleted, String processInstanceId, String processInstanceIdIn, String processDefinitionId, String processDefinitionKey, String executionIdIn, String caseInstanceId, String caseExecutionIdIn, String caseActivityIdIn, String taskIdIn, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String variableNameIn, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Variable Instances Queries for historic variable instances that fulfill the given parameters.HistoricVariableInstanceApi.getHistoricVariableInstancesCount(String variableName, String variableNameLike, Object variableValue, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String variableTypeIn, Boolean includeDeleted, String processInstanceId, String processInstanceIdIn, String processDefinitionId, String processDefinitionKey, String executionIdIn, String caseInstanceId, String caseExecutionIdIn, String caseActivityIdIn, String taskIdIn, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String variableNameIn) Get Variable Instance Count Queries for the number of historic variable instances that fulfill the given parameters.HistoricVariableInstanceApi.getHistoricVariableInstancesCount(String variableName, String variableNameLike, Object variableValue, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String variableTypeIn, Boolean includeDeleted, String processInstanceId, String processInstanceIdIn, String processDefinitionId, String processDefinitionKey, String executionIdIn, String caseInstanceId, String caseExecutionIdIn, String caseActivityIdIn, String taskIdIn, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String variableNameIn, Map<String, String> additionalHeaders) Get Variable Instance Count Queries for the number of historic variable instances that fulfill the given parameters.HistoryCleanupApi.getHistoryCleanupConfiguration()Get History Cleanup Configuration Retrieves history cleanup batch window configuration (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).HistoryCleanupApi.getHistoryCleanupConfiguration(Map<String, String> additionalHeaders) Get History Cleanup Configuration Retrieves history cleanup batch window configuration (See [History cleanup](https://docs.camunda.org/manual/7.21/user-guide/process-engine/history/#history-cleanup)).TaskIdentityLinkApi.getIdentityLinks(String id, String type) Get List Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).Get List Gets the identity links for a task by id, which are the users and groups that are in *some* relation to it (including assignee and owner).IncidentApi.getIncident(String id) Get Incident Retrieves an incident by ID.IncidentApi.getIncident(String id, Map<String, String> additionalHeaders) Get Incident Retrieves an incident by ID.IncidentApi.getIncidents(String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String processDefinitionId, String processDefinitionKeyIn, String processInstanceId, String executionId, OffsetDateTime incidentTimestampBefore, OffsetDateTime incidentTimestampAfter, String activityId, String failedActivityId, String causeIncidentId, String rootCauseIncidentId, String _configuration, String tenantIdIn, String jobDefinitionIdIn, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for incidents that fulfill given parameters.IncidentApi.getIncidents(String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String processDefinitionId, String processDefinitionKeyIn, String processInstanceId, String executionId, OffsetDateTime incidentTimestampBefore, OffsetDateTime incidentTimestampAfter, String activityId, String failedActivityId, String causeIncidentId, String rootCauseIncidentId, String _configuration, String tenantIdIn, String jobDefinitionIdIn, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for incidents that fulfill given parameters.IncidentApi.getIncidentsCount(String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String processDefinitionId, String processDefinitionKeyIn, String processInstanceId, String executionId, OffsetDateTime incidentTimestampBefore, OffsetDateTime incidentTimestampAfter, String activityId, String failedActivityId, String causeIncidentId, String rootCauseIncidentId, String _configuration, String tenantIdIn, String jobDefinitionIdIn) Get List Count Queries for the number of incidents that fulfill given parameters.IncidentApi.getIncidentsCount(String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String processDefinitionId, String processDefinitionKeyIn, String processInstanceId, String executionId, OffsetDateTime incidentTimestampBefore, OffsetDateTime incidentTimestampAfter, String activityId, String failedActivityId, String causeIncidentId, String rootCauseIncidentId, String _configuration, String tenantIdIn, String jobDefinitionIdIn, Map<String, String> additionalHeaders) Get List Count Queries for the number of incidents that fulfill given parameters.Get Job Retrieves a job by id, according to the `Job` interface in the engine.Get Job Retrieves a job by id, according to the `Job` interface in the engine.JobDefinitionApi.getJobDefinition(String id) Get Job Definition Retrieves a job definition by id, according to the `JobDefinition` interface in the engine.JobDefinitionApi.getJobDefinition(String id, Map<String, String> additionalHeaders) Get Job Definition Retrieves a job definition by id, according to the `JobDefinition` interface in the engine.JobDefinitionApi.getJobDefinitions(String jobDefinitionId, String activityIdIn, String processDefinitionId, String processDefinitionKey, String jobType, String jobConfiguration, Boolean active, Boolean suspended, Boolean withOverridingJobPriority, String tenantIdIn, Boolean withoutTenantId, Boolean includeJobDefinitionsWithoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Job Definitions Queries for job definitions that fulfill given parameters.JobDefinitionApi.getJobDefinitions(String jobDefinitionId, String activityIdIn, String processDefinitionId, String processDefinitionKey, String jobType, String jobConfiguration, Boolean active, Boolean suspended, Boolean withOverridingJobPriority, String tenantIdIn, Boolean withoutTenantId, Boolean includeJobDefinitionsWithoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Job Definitions Queries for job definitions that fulfill given parameters.JobDefinitionApi.getJobDefinitionsCount(String jobDefinitionId, String activityIdIn, String processDefinitionId, String processDefinitionKey, String jobType, String jobConfiguration, Boolean active, Boolean suspended, Boolean withOverridingJobPriority, String tenantIdIn, Boolean withoutTenantId, Boolean includeJobDefinitionsWithoutTenantId) Get Job Definition Count Queries for the number of job definitions that fulfill given parameters.JobDefinitionApi.getJobDefinitionsCount(String jobDefinitionId, String activityIdIn, String processDefinitionId, String processDefinitionKey, String jobType, String jobConfiguration, Boolean active, Boolean suspended, Boolean withOverridingJobPriority, String tenantIdIn, Boolean withoutTenantId, Boolean includeJobDefinitionsWithoutTenantId, Map<String, String> additionalHeaders) Get Job Definition Count Queries for the number of job definitions that fulfill given parameters.JobApi.getJobs(String jobId, String jobIds, String jobDefinitionId, String processInstanceId, String processInstanceIds, String executionId, String processDefinitionId, String processDefinitionKey, String activityId, Boolean withRetriesLeft, Boolean executable, Boolean timers, Boolean messages, String dueDates, String createTimes, Boolean withException, String exceptionMessage, String failedActivityId, Boolean noRetriesLeft, Boolean active, Boolean suspended, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, String tenantIdIn, Boolean withoutTenantId, Boolean includeJobsWithoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Jobs Queries for jobs that fulfill given parameters.JobApi.getJobs(String jobId, String jobIds, String jobDefinitionId, String processInstanceId, String processInstanceIds, String executionId, String processDefinitionId, String processDefinitionKey, String activityId, Boolean withRetriesLeft, Boolean executable, Boolean timers, Boolean messages, String dueDates, String createTimes, Boolean withException, String exceptionMessage, String failedActivityId, Boolean noRetriesLeft, Boolean active, Boolean suspended, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, String tenantIdIn, Boolean withoutTenantId, Boolean includeJobsWithoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Jobs Queries for jobs that fulfill given parameters.JobApi.getJobsCount(String jobId, String jobIds, String jobDefinitionId, String processInstanceId, String processInstanceIds, String executionId, String processDefinitionId, String processDefinitionKey, String activityId, Boolean withRetriesLeft, Boolean executable, Boolean timers, Boolean messages, String dueDates, String createTimes, Boolean withException, String exceptionMessage, String failedActivityId, Boolean noRetriesLeft, Boolean active, Boolean suspended, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, String tenantIdIn, Boolean withoutTenantId, Boolean includeJobsWithoutTenantId) Get Job Count Queries for the number of jobs that fulfill given parameters.JobApi.getJobsCount(String jobId, String jobIds, String jobDefinitionId, String processInstanceId, String processInstanceIds, String executionId, String processDefinitionId, String processDefinitionKey, String activityId, Boolean withRetriesLeft, Boolean executable, Boolean timers, Boolean messages, String dueDates, String createTimes, Boolean withException, String exceptionMessage, String failedActivityId, Boolean noRetriesLeft, Boolean active, Boolean suspended, Long priorityLowerThanOrEquals, Long priorityHigherThanOrEquals, String tenantIdIn, Boolean withoutTenantId, Boolean includeJobsWithoutTenantId, Map<String, String> additionalHeaders) Get Job Count Queries for the number of jobs that fulfill given parameters.ProcessDefinitionApi.getLatestProcessDefinitionByTenantId(String key, String tenantId) Get Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getLatestProcessDefinitionByTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Retrieves the latest version of the process definition for tenant according to the `ProcessDefinition` interface in the engine.ExecutionApi.getLocalExecutionVariable(String id, String varName, Boolean deserializeValue) Get Local Execution Variable Retrieves a variable from the context of a given execution by id.ExecutionApi.getLocalExecutionVariable(String id, String varName, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Local Execution Variable Retrieves a variable from the context of a given execution by id.ExecutionApi.getLocalExecutionVariableBinary(String id, String varName) Get Local Execution Variable (Binary) Retrieves a binary variable from the context of a given execution by id.ExecutionApi.getLocalExecutionVariableBinary(String id, String varName, Map<String, String> additionalHeaders) Get Local Execution Variable (Binary) Retrieves a binary variable from the context of a given execution by id.ExecutionApi.getLocalExecutionVariables(String id, Boolean deserializeValues) Get Local Execution Variables Retrieves all variables of a given execution by id.ExecutionApi.getLocalExecutionVariables(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Local Execution Variables Retrieves all variables of a given execution by id.ExecutionApi.getMessageEventSubscription(String id, String messageName) Get Message Event Subscription Retrieves a message event subscription for a given execution by id and a message name.ExecutionApi.getMessageEventSubscription(String id, String messageName, Map<String, String> additionalHeaders) Get Message Event Subscription Retrieves a message event subscription for a given execution by id and a message name.MetricsApi.getMetrics(String metricsName, OffsetDateTime startDate, OffsetDateTime endDate) Get Sum Retrieves the `sum` (count) for a given metric.MetricsApi.getMetrics(String metricsName, OffsetDateTime startDate, OffsetDateTime endDate, Map<String, String> additionalHeaders) Get Sum Retrieves the `sum` (count) for a given metric.IdentityApi.getPasswordPolicy()Get Password Policy A password policy consists of a list of rules that new passwords must follow to be policy compliant.IdentityApi.getPasswordPolicy(Map<String, String> additionalHeaders) Get Password Policy A password policy consists of a list of rules that new passwords must follow to be policy compliant.ProcessDefinitionApi.getProcessDefinition(String id) Get Retrieves a process definition according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getProcessDefinition(String id, Map<String, String> additionalHeaders) Get Retrieves a process definition according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getProcessDefinitionBpmn20Xml(String id) Get XML Retrieves the BPMN 2.0 XML of a process definition.ProcessDefinitionApi.getProcessDefinitionBpmn20Xml(String id, Map<String, String> additionalHeaders) Get XML Retrieves the BPMN 2.0 XML of a process definition.ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKey(String key) Get XML Retrieves latest version the BPMN 2.0 XML of a process definition.ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKey(String key, Map<String, String> additionalHeaders) Get XML Retrieves latest version the BPMN 2.0 XML of a process definition.ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAndTenantId(String key, String tenantId) Get XML Retrieves latest version the BPMN 2.0 XML of a process definition.ProcessDefinitionApi.getProcessDefinitionBpmn20XmlByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get XML Retrieves latest version the BPMN 2.0 XML of a process definition.ProcessDefinitionApi.getProcessDefinitionByKey(String key) Get Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getProcessDefinitionByKey(String key, Map<String, String> additionalHeaders) Get Retrieves the latest version of the process definition which belongs to no tenant according to the `ProcessDefinition` interface in the engine.ProcessDefinitionApi.getProcessDefinitionDiagram(String id) Get Diagram Retrieves the diagram of a process definition.ProcessDefinitionApi.getProcessDefinitionDiagram(String id, Map<String, String> additionalHeaders) Get Diagram Retrieves the diagram of a process definition.ProcessDefinitionApi.getProcessDefinitionDiagramByKey(String key) Get Diagram Retrieves the diagram for the latest version of the process definition which belongs to no tenant.ProcessDefinitionApi.getProcessDefinitionDiagramByKey(String key, Map<String, String> additionalHeaders) Get Diagram Retrieves the diagram for the latest version of the process definition which belongs to no tenant.ProcessDefinitionApi.getProcessDefinitionDiagramByKeyAndTenantId(String key, String tenantId) Get Diagram Retrieves the diagram for the latest version of the process definition for tenant.ProcessDefinitionApi.getProcessDefinitionDiagramByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Diagram Retrieves the diagram for the latest version of the process definition for tenant.ProcessDefinitionApi.getProcessDefinitions(String processDefinitionId, String processDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keysIn, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String startableBy, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeProcessDefinitionsWithoutTenantId, String versionTag, String versionTagLike, Boolean withoutVersionTag, Boolean startableInTasklist, Boolean notStartableInTasklist, Boolean startablePermissionCheck, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for process definitions that fulfill given parameters.ProcessDefinitionApi.getProcessDefinitions(String processDefinitionId, String processDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keysIn, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String startableBy, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeProcessDefinitionsWithoutTenantId, String versionTag, String versionTagLike, Boolean withoutVersionTag, Boolean startableInTasklist, Boolean notStartableInTasklist, Boolean startablePermissionCheck, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for process definitions that fulfill given parameters.ProcessDefinitionApi.getProcessDefinitionsCount(String processDefinitionId, String processDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keysIn, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String startableBy, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeProcessDefinitionsWithoutTenantId, String versionTag, String versionTagLike, Boolean withoutVersionTag, Boolean startableInTasklist, Boolean notStartableInTasklist, Boolean startablePermissionCheck) Get List Count Requests the number of process definitions that fulfill the query criteria.ProcessDefinitionApi.getProcessDefinitionsCount(String processDefinitionId, String processDefinitionIdIn, String name, String nameLike, String deploymentId, OffsetDateTime deployedAfter, OffsetDateTime deployedAt, String key, String keysIn, String keyLike, String category, String categoryLike, Integer version, Boolean latestVersion, String resourceName, String resourceNameLike, String startableBy, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, Boolean withoutTenantId, Boolean includeProcessDefinitionsWithoutTenantId, String versionTag, String versionTagLike, Boolean withoutVersionTag, Boolean startableInTasklist, Boolean notStartableInTasklist, Boolean startablePermissionCheck, Map<String, String> additionalHeaders) Get List Count Requests the number of process definitions that fulfill the query criteria.ProcessDefinitionApi.getProcessDefinitionStatistics(Boolean failedJobs, Boolean incidents, String incidentsForType, Boolean rootIncidents) Get Process Instance Statistics Retrieves runtime statistics of the process engine, grouped by process definitions.ProcessDefinitionApi.getProcessDefinitionStatistics(Boolean failedJobs, Boolean incidents, String incidentsForType, Boolean rootIncidents, Map<String, String> additionalHeaders) Get Process Instance Statistics Retrieves runtime statistics of the process engine, grouped by process definitions.EngineApi.getProcessEngineNames()Get List Retrieves the names of all process engines available on your platform.EngineApi.getProcessEngineNames(Map<String, String> additionalHeaders) Get List Retrieves the names of all process engines available on your platform.ProcessInstanceApi.getProcessInstance(String id) Get Process Instance Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.ProcessInstanceApi.getProcessInstance(String id, Map<String, String> additionalHeaders) Get Process Instance Retrieves a process instance by id, according to the `ProcessInstance` interface in the engine.ProcessInstanceApi.getProcessInstanceComments(String id) Get Process Instance Comments Gets the comments for a process instance by id.ProcessInstanceApi.getProcessInstanceComments(String id, Map<String, String> additionalHeaders) Get Process Instance Comments Gets the comments for a process instance by id.ProcessInstanceApi.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.ProcessInstanceApi.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, Map<String, String> additionalHeaders) Get List Queries for process instances that fulfill given parameters.ProcessInstanceApi.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.ProcessInstanceApi.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, Map<String, String> additionalHeaders) Get List Count Queries for the number of process instances that fulfill given parameters.ProcessInstanceApi.getProcessInstanceVariable(String id, String varName, Boolean deserializeValue) Get Process Variable Retrieves a variable of a given process instance by id.ProcessInstanceApi.getProcessInstanceVariable(String id, String varName, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Process Variable Retrieves a variable of a given process instance by id.ProcessInstanceApi.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.ProcessInstanceApi.getProcessInstanceVariableBinary(String id, String varName, Map<String, String> additionalHeaders) Get Process Variable (Binary) Retrieves the content of a Process Variable by the Process Instance id and the Process Variable name.ProcessInstanceApi.getProcessInstanceVariables(String id, Boolean deserializeValues) Get Process Variables Retrieves all variables of a given process instance by id.ProcessInstanceApi.getProcessInstanceVariables(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Process Variables Retrieves all variables of a given process instance by id.GroupApi.getQueryGroups(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant) Get List Queries for a list of groups using a list of parameters.GroupApi.getQueryGroups(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String idIn, String name, String nameLike, String type, String member, String memberOfTenant, Map<String, String> additionalHeaders) Get List Queries for a list of groups using a list of parameters.DeploymentApi.getRegisteredDeployments()Get Registered Deployments Queries the registered deployment IDs for the current application.DeploymentApi.getRegisteredDeployments(Map<String, String> additionalHeaders) Get Registered Deployments Queries the registered deployment IDs for the current application.TaskApi.getRenderedForm(String id) Get Rendered Form Retrieves the rendered form for a task.TaskApi.getRenderedForm(String id, Map<String, String> additionalHeaders) Get Rendered Form Retrieves the rendered form for a task.ProcessDefinitionApi.getRenderedStartForm(String id) Get Rendered Start Form Retrieves the rendered form for a process definition.ProcessDefinitionApi.getRenderedStartForm(String id, Map<String, String> additionalHeaders) Get Rendered Start Form Retrieves the rendered form for a process definition.ProcessDefinitionApi.getRenderedStartFormByKey(String key) Get Rendered Start Form Retrieves the rendered form for the latest version of the process definition which belongs to no tenant.ProcessDefinitionApi.getRenderedStartFormByKey(String key, Map<String, String> additionalHeaders) Get Rendered Start Form Retrieves the rendered form for the latest version of the process definition which belongs to no tenant.ProcessDefinitionApi.getRenderedStartFormByKeyAndTenantId(String key, String tenantId) Get Rendered Start Form Retrieves the rendered form for the latest version of the process definition for a tenant.ProcessDefinitionApi.getRenderedStartFormByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Rendered Start Form Retrieves the rendered form for the latest version of the process definition for a tenant.VersionApi.getRestAPIVersion()Get Rest API version Retrieves the version of the Rest API.VersionApi.getRestAPIVersion(Map<String, String> additionalHeaders) Get Rest API version Retrieves the version of the Rest API.SchemaLogApi.getSchemaLog(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for schema log entries that fulfill given parameters.SchemaLogApi.getSchemaLog(String version, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for schema log entries that fulfill given parameters.FilterApi.getSingleFilter(String id, Boolean itemCount) Get Single Filter Retrieves a single filter by id, according to the `Filter` interface in the engine.Get Single Filter Retrieves a single filter by id, according to the `Filter` interface in the engine.JobApi.getStacktrace(String id) Get Exception Stacktrace Retrieves the exception stacktrace corresponding to the passed job id.JobApi.getStacktrace(String id, Map<String, String> additionalHeaders) Get Exception Stacktrace Retrieves the exception stacktrace corresponding to the passed job id.HistoricJobLogApi.getStacktraceHistoricJobLog(String id) Get Job Log Exception Stacktrace Retrieves the corresponding exception stacktrace to the passed historic job log by id.HistoricJobLogApi.getStacktraceHistoricJobLog(String id, Map<String, String> additionalHeaders) Get Job Log Exception Stacktrace Retrieves the corresponding exception stacktrace to the passed historic job log by id.ProcessDefinitionApi.getStartForm(String id) Get Start Form Key Retrieves the key of the start form for a process definition.ProcessDefinitionApi.getStartForm(String id, Map<String, String> additionalHeaders) Get Start Form Key Retrieves the key of the start form for a process definition.ProcessDefinitionApi.getStartFormByKey(String key) Get Start Form Key Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant.ProcessDefinitionApi.getStartFormByKey(String key, Map<String, String> additionalHeaders) Get Start Form Key Retrieves the key of the start form for the latest version of the process definition which belongs to no tenant.ProcessDefinitionApi.getStartFormByKeyAndTenantId(String key, String tenantId) Get Start Form Key Retrieves the key of the start form for the latest version of the process definition for a tenant.ProcessDefinitionApi.getStartFormByKeyAndTenantId(String key, String tenantId, Map<String, String> additionalHeaders) Get Start Form Key Retrieves the key of the start form for the latest version of the process definition for a tenant.ProcessDefinitionApi.getStartFormVariables(String id, String variableNames, Boolean deserializeValues) Get Start Form Variables Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariables(String id, String variableNames, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Start Form Variables Retrieves the start form variables for a process definition (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariablesByKey(String key, String variableNames, Boolean deserializeValues) Get Start Form Variables Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariablesByKey(String key, String variableNames, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Start Form Variables Retrieves the start form variables for the latest process definition which belongs to no tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariablesByKeyAndTenantId(String key, String tenantId, String variableNames, Boolean deserializeValues) Get Start Form Variables Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStartFormVariablesByKeyAndTenantId(String key, String tenantId, String variableNames, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Start Form Variables Retrieves the start form variables for the latest process definition for a tenant (only if they are defined via the [Generated Task Form](https://docs.camunda.org/manual/7.21/user-guide/task-forms/#generated-task-forms) approach).ProcessDefinitionApi.getStaticCalledProcessDefinitions(String id) Get Static Called Process Definitions For the given process, returns a list of called process definitions corresponding to the `CalledProcessDefinition` interface in the engine.ProcessDefinitionApi.getStaticCalledProcessDefinitions(String id, Map<String, String> additionalHeaders) Get Static Called Process Definitions For the given process, returns a list of called process definitions corresponding to the `CalledProcessDefinition` interface in the engine.Get Retrieves a task by id.Get Retrieves a task by id.TaskApi.getTaskCountByCandidateGroup()Get Task Count By Candidate Group Retrieves the number of tasks for each candidate group.TaskApi.getTaskCountByCandidateGroup(Map<String, String> additionalHeaders) Get Task Count By Candidate Group Retrieves the number of tasks for each candidate group.TaskLocalVariableApi.getTaskLocalVariable(String id, String varName, Boolean deserializeValue) Get Local Task Variable Retrieves a variable from the context of a given task by id.TaskLocalVariableApi.getTaskLocalVariable(String id, String varName, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Local Task Variable Retrieves a variable from the context of a given task by id.TaskLocalVariableApi.getTaskLocalVariableBinary(String id, String varName) Get Local Task Variable (Binary) Retrieves a binary variable from the context of a given task by id.TaskLocalVariableApi.getTaskLocalVariableBinary(String id, String varName, Map<String, String> additionalHeaders) Get Local Task Variable (Binary) Retrieves a binary variable from the context of a given task by id.TaskLocalVariableApi.getTaskLocalVariables(String id, Boolean deserializeValues) Get Local Task Variables Retrieves all variables of a given task by id.TaskLocalVariableApi.getTaskLocalVariables(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Local Task Variables Retrieves all variables of a given task by id.TaskApi.getTasks(String taskId, String taskIdIn, String processInstanceId, String processInstanceIdIn, String processInstanceBusinessKey, String processInstanceBusinessKeyExpression, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String processInstanceBusinessKeyLikeExpression, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String executionId, String caseInstanceId, String caseInstanceBusinessKey, String caseInstanceBusinessKeyLike, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String caseDefinitionNameLike, String caseExecutionId, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String assignee, String assigneeExpression, String assigneeLike, String assigneeLikeExpression, String assigneeIn, String assigneeNotIn, String owner, String ownerExpression, String candidateGroup, String candidateGroupExpression, String candidateUser, String candidateUserExpression, Boolean includeAssignedTasks, String involvedUser, String involvedUserExpression, Boolean assigned, Boolean unassigned, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDefinitionKeyLike, String name, String nameNotEqual, String nameLike, String nameNotLike, String description, String descriptionLike, Integer priority, Integer maxPriority, Integer minPriority, String dueDate, String dueDateExpression, String dueAfter, String dueAfterExpression, String dueBefore, String dueBeforeExpression, Boolean withoutDueDate, String followUpDate, String followUpDateExpression, String followUpAfter, String followUpAfterExpression, String followUpBefore, String followUpBeforeExpression, String followUpBeforeOrNotExistent, String followUpBeforeOrNotExistentExpression, String createdOn, String createdOnExpression, String createdAfter, String createdAfterExpression, String createdBefore, String createdBeforeExpression, String updatedAfter, String updatedAfterExpression, String delegationState, String candidateGroups, String candidateGroupsExpression, Boolean withCandidateGroups, Boolean withoutCandidateGroups, Boolean withCandidateUsers, Boolean withoutCandidateUsers, Boolean active, Boolean suspended, String taskVariables, String processVariables, String caseInstanceVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String parentTaskId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Queries for tasks that fulfill a given filter.TaskApi.getTasks(String taskId, String taskIdIn, String processInstanceId, String processInstanceIdIn, String processInstanceBusinessKey, String processInstanceBusinessKeyExpression, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String processInstanceBusinessKeyLikeExpression, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String executionId, String caseInstanceId, String caseInstanceBusinessKey, String caseInstanceBusinessKeyLike, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String caseDefinitionNameLike, String caseExecutionId, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String assignee, String assigneeExpression, String assigneeLike, String assigneeLikeExpression, String assigneeIn, String assigneeNotIn, String owner, String ownerExpression, String candidateGroup, String candidateGroupExpression, String candidateUser, String candidateUserExpression, Boolean includeAssignedTasks, String involvedUser, String involvedUserExpression, Boolean assigned, Boolean unassigned, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDefinitionKeyLike, String name, String nameNotEqual, String nameLike, String nameNotLike, String description, String descriptionLike, Integer priority, Integer maxPriority, Integer minPriority, String dueDate, String dueDateExpression, String dueAfter, String dueAfterExpression, String dueBefore, String dueBeforeExpression, Boolean withoutDueDate, String followUpDate, String followUpDateExpression, String followUpAfter, String followUpAfterExpression, String followUpBefore, String followUpBeforeExpression, String followUpBeforeOrNotExistent, String followUpBeforeOrNotExistentExpression, String createdOn, String createdOnExpression, String createdAfter, String createdAfterExpression, String createdBefore, String createdBeforeExpression, String updatedAfter, String updatedAfterExpression, String delegationState, String candidateGroups, String candidateGroupsExpression, Boolean withCandidateGroups, Boolean withoutCandidateGroups, Boolean withCandidateUsers, Boolean withoutCandidateUsers, Boolean active, Boolean suspended, String taskVariables, String processVariables, String caseInstanceVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String parentTaskId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Queries for tasks that fulfill a given filter.TaskApi.getTasksCount(String taskId, String taskIdIn, String processInstanceId, String processInstanceIdIn, String processInstanceBusinessKey, String processInstanceBusinessKeyExpression, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String processInstanceBusinessKeyLikeExpression, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String executionId, String caseInstanceId, String caseInstanceBusinessKey, String caseInstanceBusinessKeyLike, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String caseDefinitionNameLike, String caseExecutionId, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String assignee, String assigneeExpression, String assigneeLike, String assigneeLikeExpression, String assigneeIn, String assigneeNotIn, String owner, String ownerExpression, String candidateGroup, String candidateGroupExpression, String candidateUser, String candidateUserExpression, Boolean includeAssignedTasks, String involvedUser, String involvedUserExpression, Boolean assigned, Boolean unassigned, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDefinitionKeyLike, String name, String nameNotEqual, String nameLike, String nameNotLike, String description, String descriptionLike, Integer priority, Integer maxPriority, Integer minPriority, String dueDate, String dueDateExpression, String dueAfter, String dueAfterExpression, String dueBefore, String dueBeforeExpression, Boolean withoutDueDate, String followUpDate, String followUpDateExpression, String followUpAfter, String followUpAfterExpression, String followUpBefore, String followUpBeforeExpression, String followUpBeforeOrNotExistent, String followUpBeforeOrNotExistentExpression, String createdOn, String createdOnExpression, String createdAfter, String createdAfterExpression, String createdBefore, String createdBeforeExpression, String updatedAfter, String updatedAfterExpression, String delegationState, String candidateGroups, String candidateGroupsExpression, Boolean withCandidateGroups, Boolean withoutCandidateGroups, Boolean withCandidateUsers, Boolean withoutCandidateUsers, Boolean active, Boolean suspended, String taskVariables, String processVariables, String caseInstanceVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String parentTaskId) Get List Count Retrieves the number of tasks that fulfill a provided filter.TaskApi.getTasksCount(String taskId, String taskIdIn, String processInstanceId, String processInstanceIdIn, String processInstanceBusinessKey, String processInstanceBusinessKeyExpression, String processInstanceBusinessKeyIn, String processInstanceBusinessKeyLike, String processInstanceBusinessKeyLikeExpression, String processDefinitionId, String processDefinitionKey, String processDefinitionKeyIn, String processDefinitionName, String processDefinitionNameLike, String executionId, String caseInstanceId, String caseInstanceBusinessKey, String caseInstanceBusinessKeyLike, String caseDefinitionId, String caseDefinitionKey, String caseDefinitionName, String caseDefinitionNameLike, String caseExecutionId, String activityInstanceIdIn, String tenantIdIn, Boolean withoutTenantId, String assignee, String assigneeExpression, String assigneeLike, String assigneeLikeExpression, String assigneeIn, String assigneeNotIn, String owner, String ownerExpression, String candidateGroup, String candidateGroupExpression, String candidateUser, String candidateUserExpression, Boolean includeAssignedTasks, String involvedUser, String involvedUserExpression, Boolean assigned, Boolean unassigned, String taskDefinitionKey, String taskDefinitionKeyIn, String taskDefinitionKeyLike, String name, String nameNotEqual, String nameLike, String nameNotLike, String description, String descriptionLike, Integer priority, Integer maxPriority, Integer minPriority, String dueDate, String dueDateExpression, String dueAfter, String dueAfterExpression, String dueBefore, String dueBeforeExpression, Boolean withoutDueDate, String followUpDate, String followUpDateExpression, String followUpAfter, String followUpAfterExpression, String followUpBefore, String followUpBeforeExpression, String followUpBeforeOrNotExistent, String followUpBeforeOrNotExistentExpression, String createdOn, String createdOnExpression, String createdAfter, String createdAfterExpression, String createdBefore, String createdBeforeExpression, String updatedAfter, String updatedAfterExpression, String delegationState, String candidateGroups, String candidateGroupsExpression, Boolean withCandidateGroups, Boolean withoutCandidateGroups, Boolean withCandidateUsers, Boolean withoutCandidateUsers, Boolean active, Boolean suspended, String taskVariables, String processVariables, String caseInstanceVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String parentTaskId, Map<String, String> additionalHeaders) Get List Count Retrieves the number of tasks that fulfill a provided filter.TaskVariableApi.getTaskVariable(String id, String varName, Boolean deserializeValue) Get Task Variable Retrieves a variable from the context of a given task.TaskVariableApi.getTaskVariable(String id, String varName, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Task Variable Retrieves a variable from the context of a given task.TaskVariableApi.getTaskVariableBinary(String id, String varName) Get Task Variable (Binary) Retrieves a binary variable from the context of a given task.TaskVariableApi.getTaskVariableBinary(String id, String varName, Map<String, String> additionalHeaders) Get Task Variable (Binary) Retrieves a binary variable from the context of a given task.TaskVariableApi.getTaskVariables(String id, Boolean deserializeValues) Get Task Variables Retrieves all variables visible from the task.TaskVariableApi.getTaskVariables(String id, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Task Variables Retrieves all variables visible from the task.TelemetryApi.getTelemetryConfiguration()Fetch Telemetry Configuration Fetches Telemetry Configuration.TelemetryApi.getTelemetryConfiguration(Map<String, String> additionalHeaders) Fetch Telemetry Configuration Fetches Telemetry Configuration.TelemetryApi.getTelemetryData()Fetch Telemetry Data Fetches Telemetry Data.TelemetryApi.getTelemetryData(Map<String, String> additionalHeaders) Fetch Telemetry Data Fetches Telemetry Data.Get Tenant Retrieves a tenant.Get Tenant Retrieves a tenant.TenantApi.getTenantCount(String id, String name, String nameLike, String userMember, String groupMember, Boolean includingGroupsOfUser) Get Tenant Count Query for tenants using a list of parameters and retrieves the count.TenantApi.getTenantCount(String id, String name, String nameLike, String userMember, String groupMember, Boolean includingGroupsOfUser, Map<String, String> additionalHeaders) Get Tenant Count Query for tenants using a list of parameters and retrieves the count.ExternalTaskApi.getTopicNames(Boolean withLockedTasks, Boolean withUnlockedTasks, Boolean withRetriesLeft) Get External Task Topic Names Queries for distinct topic names of external tasks that fulfill given parameters.ExternalTaskApi.getTopicNames(Boolean withLockedTasks, Boolean withUnlockedTasks, Boolean withRetriesLeft, Map<String, String> additionalHeaders) Get External Task Topic Names Queries for distinct topic names of external tasks that fulfill given parameters.UserApi.getUserCount(String id, String idIn, String firstName, String firstNameLike, String lastName, String lastNameLike, String email, String emailLike, String memberOfGroup, String memberOfTenant, String potentialStarter) Get List Count Queries for the number of deployments that fulfill given parameters.UserApi.getUserCount(String id, String idIn, String firstName, String firstNameLike, String lastName, String lastNameLike, String email, String emailLike, String memberOfGroup, String memberOfTenant, String potentialStarter, Map<String, String> additionalHeaders) Get List Count Queries for the number of deployments that fulfill given parameters.UserApi.getUserProfile(String id) Get Profile Retrieves a user's profile.UserApi.getUserProfile(String id, Map<String, String> additionalHeaders) Get Profile Retrieves a user's profile.UserApi.getUsers(String id, String idIn, String firstName, String firstNameLike, String lastName, String lastNameLike, String email, String emailLike, String memberOfGroup, String memberOfTenant, String potentialStarter, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get List Query for a list of users using a list of parameters.UserApi.getUsers(String id, String idIn, String firstName, String firstNameLike, String lastName, String lastNameLike, String email, String emailLike, String memberOfGroup, String memberOfTenant, String potentialStarter, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get List Query for a list of users using a list of parameters.VariableInstanceApi.getVariableInstance(String id, Boolean deserializeValue) Get Variable Instance Retrieves a variable by id.VariableInstanceApi.getVariableInstance(String id, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Variable Instance Retrieves a variable by id.VariableInstanceApi.getVariableInstanceBinary(String id) Get Variable Instance (Binary) Retrieves the content of a variable by id.VariableInstanceApi.getVariableInstanceBinary(String id, Map<String, String> additionalHeaders) Get Variable Instance (Binary) Retrieves the content of a variable by id.VariableInstanceApi.getVariableInstances(String variableName, String variableNameLike, String processInstanceIdIn, String executionIdIn, String caseInstanceIdIn, String caseExecutionIdIn, String taskIdIn, String batchIdIn, String activityInstanceIdIn, String tenantIdIn, String variableValues, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String variableScopeIdIn, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Boolean deserializeValues) Get Variable Instances Query for variable instances that fulfill given parameters.VariableInstanceApi.getVariableInstances(String variableName, String variableNameLike, String processInstanceIdIn, String executionIdIn, String caseInstanceIdIn, String caseExecutionIdIn, String taskIdIn, String batchIdIn, String activityInstanceIdIn, String tenantIdIn, String variableValues, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String variableScopeIdIn, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Boolean deserializeValues, Map<String, String> additionalHeaders) Get Variable Instances Query for variable instances that fulfill given parameters.VariableInstanceApi.getVariableInstancesCount(String variableName, String variableNameLike, String processInstanceIdIn, String executionIdIn, String caseInstanceIdIn, String caseExecutionIdIn, String taskIdIn, String batchIdIn, String activityInstanceIdIn, String tenantIdIn, String variableValues, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String variableScopeIdIn) Get Variable Instance Count Query for the number of variable instances that fulfill given parameters.VariableInstanceApi.getVariableInstancesCount(String variableName, String variableNameLike, String processInstanceIdIn, String executionIdIn, String caseInstanceIdIn, String caseExecutionIdIn, String taskIdIn, String batchIdIn, String activityInstanceIdIn, String tenantIdIn, String variableValues, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String variableScopeIdIn, Map<String, String> additionalHeaders) Get Variable Instance Count Query for the number of variable instances that fulfill given parameters.voidTaskApi.handleBpmnError(String id, TaskBpmnErrorDto taskBpmnErrorDto) Handle BPMN Error Reports a business error in the context of a running task by id.voidTaskApi.handleBpmnError(String id, TaskBpmnErrorDto taskBpmnErrorDto, Map<String, String> additionalHeaders) Handle BPMN Error Reports a business error in the context of a running task by id.voidTaskApi.handleEscalation(String id, TaskEscalationDto taskEscalationDto) Handle BPMN Escalation Reports an escalation in the context of a running task by id.voidTaskApi.handleEscalation(String id, TaskEscalationDto taskEscalationDto, Map<String, String> additionalHeaders) Handle BPMN Escalation Reports an escalation in the context of a running task by id.voidExternalTaskApi.handleExternalTaskBpmnError(String id, ExternalTaskBpmnError externalTaskBpmnError) Handle BPMN Error Reports a business error in the context of a running external task by id.voidExternalTaskApi.handleExternalTaskBpmnError(String id, ExternalTaskBpmnError externalTaskBpmnError, Map<String, String> additionalHeaders) Handle BPMN Error Reports a business error in the context of a running external task by id.voidExternalTaskApi.handleFailure(String id, ExternalTaskFailureDto externalTaskFailureDto) Handle Failure Reports a failure to execute an external task by id.voidExternalTaskApi.handleFailure(String id, ExternalTaskFailureDto externalTaskFailureDto, Map<String, String> additionalHeaders) Handle Failure Reports a failure to execute an external task by id.HistoricDetailApi.historicDetail(String id, Boolean deserializeValue) Get Historic Detail Retrieves a historic detail by id.HistoricDetailApi.historicDetail(String id, Boolean deserializeValue, Map<String, String> additionalHeaders) Get Historic Detail Retrieves a historic detail by id.HistoricDetailApi.historicDetailBinary(String id) Get Historic Detail (Binary) Retrieves the content of a historic variable update by id.HistoricDetailApi.historicDetailBinary(String id, Map<String, String> additionalHeaders) Get Historic Detail (Binary) Retrieves the content of a historic variable update by id.MetricsApi.interval(String name, String reporter, OffsetDateTime startDate, OffsetDateTime endDate, Integer firstResult, Integer maxResults, String interval, String aggregateByReporter) Get Metrics in Interval Retrieves a list of metrics, aggregated for a given interval.MetricsApi.interval(String name, String reporter, OffsetDateTime startDate, OffsetDateTime endDate, Integer firstResult, Integer maxResults, String interval, String aggregateByReporter, Map<String, String> additionalHeaders) Get Metrics in Interval Retrieves a list of metrics, aggregated for a given interval.AuthorizationApi.isUserAuthorized(String permissionName, String resourceName, Integer resourceType, String resourceId, String userId) Perform an Authorization Check Performs an authorization check for the currently authenticated user.AuthorizationApi.isUserAuthorized(String permissionName, String resourceName, Integer resourceType, String resourceId, String userId, Map<String, String> additionalHeaders) Perform an Authorization Check Performs an authorization check for the currently authenticated user.voidExternalTaskApi.lock(String id, LockExternalTaskDto lockExternalTaskDto) Lock an external task by a given id for a specified worker and amount of time.voidExternalTaskApi.lock(String id, LockExternalTaskDto lockExternalTaskDto, Map<String, String> additionalHeaders) Lock an external task by a given id for a specified worker and amount of time.voidExecutionApi.modifyLocalExecutionVariables(String id, PatchVariablesDto patchVariablesDto) Update/Delete Local Execution Variables Updates or deletes the variables in the context of an execution by id.voidExecutionApi.modifyLocalExecutionVariables(String id, PatchVariablesDto patchVariablesDto, Map<String, String> additionalHeaders) Update/Delete Local Execution Variables Updates or deletes the variables in the context of an execution by id.voidProcessInstanceApi.modifyProcessInstance(String id, ProcessInstanceModificationDto processInstanceModificationDto) Modify Process Instance Execution State Submits a list of modification instructions to change a process instance's execution state.voidProcessInstanceApi.modifyProcessInstance(String id, ProcessInstanceModificationDto processInstanceModificationDto, Map<String, String> additionalHeaders) Modify Process Instance Execution State Submits a list of modification instructions to change a process instance's execution state.ProcessInstanceApi.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.ProcessInstanceApi.modifyProcessInstanceAsyncOperation(String id, ProcessInstanceModificationDto processInstanceModificationDto, Map<String, String> additionalHeaders) Modify Process Instance Execution State Async Submits a list of modification instructions to change a process instance's execution state async.voidProcessInstanceApi.modifyProcessInstanceVariables(String id, PatchVariablesDto patchVariablesDto) Update/Delete Process Variables Updates or deletes the variables of a process instance by id.voidProcessInstanceApi.modifyProcessInstanceVariables(String id, PatchVariablesDto patchVariablesDto, Map<String, String> additionalHeaders) Update/Delete Process Variables Updates or deletes the variables of a process instance by id.voidTaskLocalVariableApi.modifyTaskLocalVariables(String id, PatchVariablesDto patchVariablesDto) Update/Delete Local Task Variables Updates or deletes the variables in the context of a task.voidTaskLocalVariableApi.modifyTaskLocalVariables(String id, PatchVariablesDto patchVariablesDto, Map<String, String> additionalHeaders) Update/Delete Local Task Variables Updates or deletes the variables in the context of a task.voidTaskVariableApi.modifyTaskVariables(String id, PatchVariablesDto patchVariablesDto) Update/Delete Task Variables Updates or deletes the variables visible from the task.voidTaskVariableApi.modifyTaskVariables(String id, PatchVariablesDto patchVariablesDto, Map<String, String> additionalHeaders) Update/Delete Task Variables Updates or deletes the variables visible from the task.FilterApi.postExecuteFilterCount(String id, Object body) Execute Filter Count (POST) Executes the saved query of the filter by id and returns the count.Execute Filter Count (POST) Executes the saved query of the filter by id and returns the count.FilterApi.postExecuteFilterList(String id, Integer firstResult, Integer maxResults, Object body) Execute Filter List (POST) Executes the saved query of the filter by id and returns the result list.FilterApi.postExecuteFilterList(String id, Integer firstResult, Integer maxResults, Object body, Map<String, String> additionalHeaders) Execute Filter List (POST) Executes the saved query of the filter by id and returns the result list.FilterApi.postExecuteFilterSingleResult(String id, Object body) Execute Filter Single Result (POST) Executes the saved query of the filter by id and returns the single result.FilterApi.postExecuteFilterSingleResult(String id, Object body, Map<String, String> additionalHeaders) Execute Filter Single Result (POST) Executes the saved query of the filter by id and returns the single result.GroupApi.postQueryGroups(Integer firstResult, Integer maxResults, GroupQueryDto groupQueryDto) Get List (POST) Queries for a list of groups using a list of parameters.GroupApi.postQueryGroups(Integer firstResult, Integer maxResults, GroupQueryDto groupQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for a list of groups using a list of parameters.voidExecutionApi.putLocalExecutionVariable(String id, String varName, VariableValueDto variableValueDto) Put Local Execution Variable Sets a variable in the context of a given execution by id.voidExecutionApi.putLocalExecutionVariable(String id, String varName, VariableValueDto variableValueDto, Map<String, String> additionalHeaders) Put Local Execution Variable Sets a variable in the context of a given execution by id.voidTaskLocalVariableApi.putTaskLocalVariable(String id, String varName, VariableValueDto variableValueDto) Update Local Task Variable Sets a variable in the context of a given task.voidTaskLocalVariableApi.putTaskLocalVariable(String id, String varName, VariableValueDto variableValueDto, Map<String, String> additionalHeaders) Update Local Task Variable Sets a variable in the context of a given task.voidTaskVariableApi.putTaskVariable(String id, String varName, VariableValueDto variableValueDto) Update Task Variable Updates a process variable that is visible from the Task scope.voidTaskVariableApi.putTaskVariable(String id, String varName, VariableValueDto variableValueDto, Map<String, String> additionalHeaders) Update Task Variable Updates a process variable that is visible from the Task scope.AuthorizationApi.queryAuthorizations(String id, Integer type, String userIdIn, String groupIdIn, Integer resourceType, String resourceId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Authorizations Queries for a list of authorizations using a list of parameters.AuthorizationApi.queryAuthorizations(String id, Integer type, String userIdIn, String groupIdIn, Integer resourceType, String resourceId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Authorizations Queries for a list of authorizations using a list of parameters.ExecutionApi.queryExecutions(Integer firstResult, Integer maxResults, ExecutionQueryDto executionQueryDto) Get Executions (POST) Queries for executions that fulfill given parameters through a JSON object.ExecutionApi.queryExecutions(Integer firstResult, Integer maxResults, ExecutionQueryDto executionQueryDto, Map<String, String> additionalHeaders) Get Executions (POST) Queries for executions that fulfill given parameters through a JSON object.ExecutionApi.queryExecutionsCount(ExecutionQueryDto executionQueryDto) Get Execution Count (POST) Queries for the number of executions that fulfill given parameters.ExecutionApi.queryExecutionsCount(ExecutionQueryDto executionQueryDto, Map<String, String> additionalHeaders) Get Execution Count (POST) Queries for the number of executions that fulfill given parameters.ExternalTaskApi.queryExternalTasks(Integer firstResult, Integer maxResults, ExternalTaskQueryDto externalTaskQueryDto) Get List (POST) Queries for external tasks that fulfill given parameters in the form of a JSON object.ExternalTaskApi.queryExternalTasks(Integer firstResult, Integer maxResults, ExternalTaskQueryDto externalTaskQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for external tasks that fulfill given parameters in the form of a JSON object.ExternalTaskApi.queryExternalTasksCount(ExternalTaskQueryDto externalTaskQueryDto) Get List Count (POST) Queries for the number of external tasks that fulfill given parameters.ExternalTaskApi.queryExternalTasksCount(ExternalTaskQueryDto externalTaskQueryDto, Map<String, String> additionalHeaders) Get List Count (POST) Queries for the number of external tasks that fulfill given parameters.GroupApi.queryGroupCount(GroupQueryDto groupQueryDto) Get List Count (POST) Queries for groups using a list of parameters and retrieves the count.GroupApi.queryGroupCount(GroupQueryDto groupQueryDto, Map<String, String> additionalHeaders) Get List Count (POST) Queries for groups using a list of parameters and retrieves the count.HistoricActivityInstanceApi.queryHistoricActivityInstances(Integer firstResult, Integer maxResults, HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto) Get List (POST) Queries for historic activity instances that fulfill the given parameters.HistoricActivityInstanceApi.queryHistoricActivityInstances(Integer firstResult, Integer maxResults, HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for historic activity instances that fulfill the given parameters.HistoricActivityInstanceApi.queryHistoricActivityInstancesCount(HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto) Get List Count (POST) Queries for the number of historic activity instances that fulfill the given parameters.HistoricActivityInstanceApi.queryHistoricActivityInstancesCount(HistoricActivityInstanceQueryDto historicActivityInstanceQueryDto, Map<String, String> additionalHeaders) Get List Count (POST) Queries for the number of historic activity instances that fulfill the given parameters.HistoricDetailApi.queryHistoricDetails(Integer firstResult, Integer maxResults, Boolean deserializeValues, HistoricDetailQueryDto historicDetailQueryDto) Get Historic Details (POST) Queries for historic details that fulfill the given parameters.HistoricDetailApi.queryHistoricDetails(Integer firstResult, Integer maxResults, Boolean deserializeValues, HistoricDetailQueryDto historicDetailQueryDto, Map<String, String> additionalHeaders) Get Historic Details (POST) Queries for historic details that fulfill the given parameters.HistoricExternalTaskLogApi.queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto historicExternalTaskLogQueryDto) Get External Task Logs (POST) Queries for historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.queryHistoricExternalTaskLogs(HistoricExternalTaskLogQueryDto historicExternalTaskLogQueryDto, Map<String, String> additionalHeaders) Get External Task Logs (POST) Queries for historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto historicExternalTaskLogQueryDto) Get External Task Log Count (POST) Queries for the number of historic external task logs that fulfill the given parameters.HistoricExternalTaskLogApi.queryHistoricExternalTaskLogsCount(HistoricExternalTaskLogQueryDto historicExternalTaskLogQueryDto, Map<String, String> additionalHeaders) Get External Task Log Count (POST) Queries for the number of historic external task logs that fulfill the given parameters.HistoricJobLogApi.queryHistoricJobLogs(Integer firstResult, Integer maxResults, HistoricJobLogQueryDto historicJobLogQueryDto) Get Job Logs (POST) Queries for historic job logs that fulfill the given parameters.HistoricJobLogApi.queryHistoricJobLogs(Integer firstResult, Integer maxResults, HistoricJobLogQueryDto historicJobLogQueryDto, Map<String, String> additionalHeaders) Get Job Logs (POST) Queries for historic job logs that fulfill the given parameters.HistoricJobLogApi.queryHistoricJobLogsCount(HistoricJobLogQueryDto historicJobLogQueryDto) Get Job Log Count (POST) Queries for the number of historic job logs that fulfill the given parameters.HistoricJobLogApi.queryHistoricJobLogsCount(HistoricJobLogQueryDto historicJobLogQueryDto, Map<String, String> additionalHeaders) Get Job Log Count (POST) Queries for the number of historic job logs that fulfill the given parameters.HistoricProcessInstanceApi.queryHistoricProcessInstances(Integer firstResult, Integer maxResults, HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto) Get List (POST) Queries for historic process instances that fulfill the given parameters.HistoricProcessInstanceApi.queryHistoricProcessInstances(Integer firstResult, Integer maxResults, HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for historic process instances that fulfill the given parameters.HistoricProcessInstanceApi.queryHistoricProcessInstancesCount(HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto) Get List Count (POST) Queries for the number of historic process instances that fulfill the given parameters.HistoricProcessInstanceApi.queryHistoricProcessInstancesCount(HistoricProcessInstanceQueryDto historicProcessInstanceQueryDto, Map<String, String> additionalHeaders) Get List Count (POST) Queries for the number of historic process instances that fulfill the given parameters.HistoricTaskInstanceApi.queryHistoricTaskInstances(Integer firstResult, Integer maxResults, HistoricTaskInstanceQueryDto historicTaskInstanceQueryDto) Get Tasks (Historic) (POST) Queries for historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.queryHistoricTaskInstances(Integer firstResult, Integer maxResults, HistoricTaskInstanceQueryDto historicTaskInstanceQueryDto, Map<String, String> additionalHeaders) Get Tasks (Historic) (POST) Queries for historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.queryHistoricTaskInstancesCount(HistoricTaskInstanceQueryDto historicTaskInstanceQueryDto) Get Task Count (POST) Queries for the number of historic tasks that fulfill the given parameters.HistoricTaskInstanceApi.queryHistoricTaskInstancesCount(HistoricTaskInstanceQueryDto historicTaskInstanceQueryDto, Map<String, String> additionalHeaders) Get Task Count (POST) Queries for the number of historic tasks that fulfill the given parameters.HistoricVariableInstanceApi.queryHistoricVariableInstances(Integer firstResult, Integer maxResults, Boolean deserializeValues, HistoricVariableInstanceQueryDto historicVariableInstanceQueryDto) Get Variable Instances (POST) Queries for historic variable instances that fulfill the given parameters.HistoricVariableInstanceApi.queryHistoricVariableInstances(Integer firstResult, Integer maxResults, Boolean deserializeValues, HistoricVariableInstanceQueryDto historicVariableInstanceQueryDto, Map<String, String> additionalHeaders) Get Variable Instances (POST) Queries for historic variable instances that fulfill the given parameters.HistoricVariableInstanceApi.queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto historicVariableInstanceQueryDto) Get Variable Instance Count (POST) Queries for historic variable instances that fulfill the given parameters.HistoricVariableInstanceApi.queryHistoricVariableInstancesCount(HistoricVariableInstanceQueryDto historicVariableInstanceQueryDto, Map<String, String> additionalHeaders) Get Variable Instance Count (POST) Queries for historic variable instances that fulfill the given parameters.JobDefinitionApi.queryJobDefinitions(Integer firstResult, Integer maxResults, JobDefinitionQueryDto jobDefinitionQueryDto) Get Job Definitions (POST) Queries for job definitions that fulfill given parameters.JobDefinitionApi.queryJobDefinitions(Integer firstResult, Integer maxResults, JobDefinitionQueryDto jobDefinitionQueryDto, Map<String, String> additionalHeaders) Get Job Definitions (POST) Queries for job definitions that fulfill given parameters.JobDefinitionApi.queryJobDefinitionsCount(JobDefinitionQueryDto jobDefinitionQueryDto) Get Job Definition Count (POST) Queries for the number of job definitions that fulfill given parameters.JobDefinitionApi.queryJobDefinitionsCount(JobDefinitionQueryDto jobDefinitionQueryDto, Map<String, String> additionalHeaders) Get Job Definition Count (POST) Queries for the number of job definitions that fulfill given parameters.JobApi.queryJobs(Integer firstResult, Integer maxResults, JobQueryDto jobQueryDto) Get Jobs (POST) Queries for jobs that fulfill given parameters.JobApi.queryJobs(Integer firstResult, Integer maxResults, JobQueryDto jobQueryDto, Map<String, String> additionalHeaders) Get Jobs (POST) Queries for jobs that fulfill given parameters.JobApi.queryJobsCount(JobQueryDto jobQueryDto) Get Job Count (POST) Queries for jobs that fulfill given parameters.JobApi.queryJobsCount(JobQueryDto jobQueryDto, Map<String, String> additionalHeaders) Get Job Count (POST) Queries for jobs that fulfill given parameters.ProcessInstanceApi.queryProcessInstances(Integer firstResult, Integer maxResults, ProcessInstanceQueryDto processInstanceQueryDto) Get List (POST) Queries for process instances that fulfill given parameters through a JSON object.ProcessInstanceApi.queryProcessInstances(Integer firstResult, Integer maxResults, ProcessInstanceQueryDto processInstanceQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for process instances that fulfill given parameters through a JSON object.ProcessInstanceApi.queryProcessInstancesCount(ProcessInstanceQueryDto processInstanceQueryDto) Get List Count (POST) Queries for the number of process instances that fulfill the given parameters.ProcessInstanceApi.queryProcessInstancesCount(ProcessInstanceQueryDto processInstanceQueryDto, Map<String, String> additionalHeaders) Get List Count (POST) Queries for the number of process instances that fulfill the given parameters.SchemaLogApi.querySchemaLog(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto) Get List (POST) Queries for schema log entries that fulfill given parameters.SchemaLogApi.querySchemaLog(Integer firstResult, Integer maxResults, SchemaLogQueryDto schemaLogQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for schema log entries that fulfill given parameters.TaskApi.queryTasks(Integer firstResult, Integer maxResults, TaskQueryDto taskQueryDto) Get List (POST) Queries for tasks that fulfill a given filter.TaskApi.queryTasks(Integer firstResult, Integer maxResults, TaskQueryDto taskQueryDto, Map<String, String> additionalHeaders) Get List (POST) Queries for tasks that fulfill a given filter.TaskApi.queryTasksCount(TaskQueryDto taskQueryDto) Get List Count (POST) Retrieves the number of tasks that fulfill the given filter.TaskApi.queryTasksCount(TaskQueryDto taskQueryDto, Map<String, String> additionalHeaders) Get List Count (POST) Retrieves the number of tasks that fulfill the given filter.TenantApi.queryTenants(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String name, String nameLike, String userMember, String groupMember, Boolean includingGroupsOfUser) Get Tenants Query for a list of tenants using a list of parameters.TenantApi.queryTenants(String sortBy, String sortOrder, Integer firstResult, Integer maxResults, String id, String name, String nameLike, String userMember, String groupMember, Boolean includingGroupsOfUser, Map<String, String> additionalHeaders) Get Tenants Query for a list of tenants using a list of parameters.HistoricUserOperationLogApi.queryUserOperationCount(String deploymentId, String processDefinitionId, String processDefinitionKey, String processInstanceId, String executionId, String caseDefinitionId, String caseInstanceId, String caseExecutionId, String taskId, String externalTaskId, String batchId, String jobId, String jobDefinitionId, String userId, String operationId, String operationType, String entityType, String entityTypeIn, String category, String categoryIn, String property, OffsetDateTime afterTimestamp, OffsetDateTime beforeTimestamp) Get User Operation Log Count Queries for the number of user operation log entries that fulfill the given parameters.HistoricUserOperationLogApi.queryUserOperationCount(String deploymentId, String processDefinitionId, String processDefinitionKey, String processInstanceId, String executionId, String caseDefinitionId, String caseInstanceId, String caseExecutionId, String taskId, String externalTaskId, String batchId, String jobId, String jobDefinitionId, String userId, String operationId, String operationType, String entityType, String entityTypeIn, String category, String categoryIn, String property, OffsetDateTime afterTimestamp, OffsetDateTime beforeTimestamp, Map<String, String> additionalHeaders) Get User Operation Log Count Queries for the number of user operation log entries that fulfill the given parameters.HistoricUserOperationLogApi.queryUserOperationEntries(String deploymentId, String processDefinitionId, String processDefinitionKey, String processInstanceId, String executionId, String caseDefinitionId, String caseInstanceId, String caseExecutionId, String taskId, String externalTaskId, String batchId, String jobId, String jobDefinitionId, String userId, String operationId, String operationType, String entityType, String entityTypeIn, String category, String categoryIn, String property, OffsetDateTime afterTimestamp, OffsetDateTime beforeTimestamp, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get User Operation Log (Historic) Queries for user operation log entries that fulfill the given parameters.HistoricUserOperationLogApi.queryUserOperationEntries(String deploymentId, String processDefinitionId, String processDefinitionKey, String processInstanceId, String executionId, String caseDefinitionId, String caseInstanceId, String caseExecutionId, String taskId, String externalTaskId, String batchId, String jobId, String jobDefinitionId, String userId, String operationId, String operationType, String entityType, String entityTypeIn, String category, String categoryIn, String property, OffsetDateTime afterTimestamp, OffsetDateTime beforeTimestamp, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get User Operation Log (Historic) Queries for user operation log entries that fulfill the given parameters.VariableInstanceApi.queryVariableInstances(Integer firstResult, Integer maxResults, Boolean deserializeValues, VariableInstanceQueryDto variableInstanceQueryDto) Get Variable Instances (POST) Query for variable instances that fulfill given parameters through a JSON object.VariableInstanceApi.queryVariableInstances(Integer firstResult, Integer maxResults, Boolean deserializeValues, VariableInstanceQueryDto variableInstanceQueryDto, Map<String, String> additionalHeaders) Get Variable Instances (POST) Query for variable instances that fulfill given parameters through a JSON object.VariableInstanceApi.queryVariableInstancesCount(VariableInstanceQueryDto variableInstanceQueryDto) Get Variable Instance Count (POST) Query for the number of variable instances that fulfill given parameters.VariableInstanceApi.queryVariableInstancesCount(VariableInstanceQueryDto variableInstanceQueryDto, Map<String, String> additionalHeaders) Get Variable Instance Count (POST) Query for the number of variable instances that fulfill given parameters.voidJobApi.recalculateDuedate(String id, Boolean creationDateBased) Recalculate Job Due Date Recalculates the due date of a job by id.voidJobApi.recalculateDuedate(String id, Boolean creationDateBased, Map<String, String> additionalHeaders) Recalculate Job Due Date Recalculates the due date of a job by id.DeploymentApi.redeploy(String id, RedeploymentDto redeploymentDto) Redeploy Re-deploys an existing deployment.DeploymentApi.redeploy(String id, RedeploymentDto redeploymentDto, Map<String, String> additionalHeaders) Redeploy Re-deploys an existing deployment.voidTaskApi.resolve(String id, CompleteTaskDto completeTaskDto) Resolve Resolves a task and updates execution variables.voidResolve Resolves a task and updates execution variables.voidIncidentApi.resolveIncident(String id) Resolve Incident Resolves an incident with given id.voidIncidentApi.resolveIncident(String id, Map<String, String> additionalHeaders) Resolve Incident Resolves an incident with given id.voidProcessDefinitionApi.restartProcessInstance(String id, RestartProcessInstanceDto restartProcessInstanceDto) Restart Process Instance Restarts process instances that were canceled or terminated synchronously.voidProcessDefinitionApi.restartProcessInstance(String id, RestartProcessInstanceDto restartProcessInstanceDto, Map<String, String> additionalHeaders) Restart Process Instance Restarts process instances that were canceled or terminated synchronously.ProcessDefinitionApi.restartProcessInstanceAsyncOperation(String id, RestartProcessInstanceDto restartProcessInstanceDto) Restart Process Instance Async Restarts process instances that were canceled or terminated asynchronously.ProcessDefinitionApi.restartProcessInstanceAsyncOperation(String id, RestartProcessInstanceDto restartProcessInstanceDto, Map<String, String> additionalHeaders) Restart Process Instance Async Restarts process instances that were canceled or terminated asynchronously.voidHistoricUserOperationLogApi.setAnnotationUserOperationLog(String operationId, AnnotationDto annotationDto) Set Annotation to an User Operation Log (Historic) Set an annotation for auditing reasons.voidHistoricUserOperationLogApi.setAnnotationUserOperationLog(String operationId, AnnotationDto annotationDto, Map<String, String> additionalHeaders) Set Annotation to an User Operation Log (Historic) Set an annotation for auditing reasons.voidTaskApi.setAssignee(String id, UserIdDto userIdDto) Set Assignee Changes the assignee of a task to a specific user.voidSet Assignee Changes the assignee of a task to a specific user.voidTaskLocalVariableApi.setBinaryTaskLocalVariable(String id, String varName, File data, String valueType) Update Local Task Variable (Binary) Sets the serialized value for a binary variable or the binary value for a file variable.voidTaskLocalVariableApi.setBinaryTaskLocalVariable(String id, String varName, File data, String valueType, Map<String, String> additionalHeaders) Update Local Task Variable (Binary) Sets the serialized value for a binary variable or the binary value for a file variable.voidTaskVariableApi.setBinaryTaskVariable(String id, String varName, File data, String valueType) Update Task Variable (Binary) Sets the serialized value for a binary variable or the binary value for a file variable visible from the task.voidTaskVariableApi.setBinaryTaskVariable(String id, String varName, File data, String valueType, Map<String, String> additionalHeaders) Update Task Variable (Binary) Sets the serialized value for a binary variable or the binary value for a file variable visible from the task.voidExternalTaskApi.setExternalTaskResourcePriority(String id, PriorityDto priorityDto) Set Priority Sets the priority of an existing external task by id.voidExternalTaskApi.setExternalTaskResourcePriority(String id, PriorityDto priorityDto, Map<String, String> additionalHeaders) Set Priority Sets the priority of an existing external task by id.voidExternalTaskApi.setExternalTaskResourceRetries(String id, RetriesDto retriesDto) Set Retries Sets the number of retries left to execute an external task by id.voidExternalTaskApi.setExternalTaskResourceRetries(String id, RetriesDto retriesDto, Map<String, String> additionalHeaders) Set Retries Sets the number of retries left to execute an external task by id.voidExternalTaskApi.setExternalTaskRetries(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto) Set Retries Sync Sets the number of retries left to execute external tasks by id synchronously.voidExternalTaskApi.setExternalTaskRetries(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto, Map<String, String> additionalHeaders) Set Retries Sync Sets the number of retries left to execute external tasks by id synchronously.ExternalTaskApi.setExternalTaskRetriesAsyncOperation(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto) Set Retries Async Sets the number of retries left to execute external tasks by id asynchronously.ExternalTaskApi.setExternalTaskRetriesAsyncOperation(SetRetriesForExternalTasksDto setRetriesForExternalTasksDto, Map<String, String> additionalHeaders) Set Retries Async Sets the number of retries left to execute external tasks by id asynchronously.voidIncidentApi.setIncidentAnnotation(String id, AnnotationDto annotationDto) Set Incident Annotation Sets the annotation of an incident with given id.voidIncidentApi.setIncidentAnnotation(String id, AnnotationDto annotationDto, Map<String, String> additionalHeaders) Set Incident Annotation Sets the annotation of an incident with given id.voidJobApi.setJobDuedate(String id, JobDuedateDto jobDuedateDto) Set Job Due Date Updates the due date of a job by id.voidJobApi.setJobDuedate(String id, JobDuedateDto jobDuedateDto, Map<String, String> additionalHeaders) Set Job Due Date Updates the due date of a job by id.voidJobApi.setJobPriority(String id, PriorityDto priorityDto) Set Job Priority Sets the execution priority of a job by id.voidJobApi.setJobPriority(String id, PriorityDto priorityDto, Map<String, String> additionalHeaders) Set Job Priority Sets the execution priority of a job by id.voidJobDefinitionApi.setJobPriorityJobDefinition(String id, JobDefinitionPriorityDto jobDefinitionPriorityDto) Set Job Definition Priority by Id Sets an overriding execution priority for jobs with the given definition id.voidJobDefinitionApi.setJobPriorityJobDefinition(String id, JobDefinitionPriorityDto jobDefinitionPriorityDto, Map<String, String> additionalHeaders) Set Job Definition Priority by Id Sets an overriding execution priority for jobs with the given definition id.voidJobApi.setJobRetries(String id, JobRetriesDto jobRetriesDto) Set Job Retries Sets the retries of the job to the given number of retries by id.voidJobApi.setJobRetries(String id, JobRetriesDto jobRetriesDto, Map<String, String> additionalHeaders) Set Job Retries Sets the retries of the job to the given number of retries by id.JobApi.setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto) Set Job Retries Async (POST) Create a batch to set retries of jobs asynchronously.JobApi.setJobRetriesAsyncOperation(SetJobRetriesDto setJobRetriesDto, Map<String, String> additionalHeaders) Set Job Retries Async (POST) Create a batch to set retries of jobs asynchronously.voidJobDefinitionApi.setJobRetriesJobDefinition(String id, RetriesDto retriesDto) Set Job Retries By Job Definition Id Sets the number of retries of all **failed** jobs associated with the given job definition id.voidJobDefinitionApi.setJobRetriesJobDefinition(String id, RetriesDto retriesDto, Map<String, String> additionalHeaders) Set Job Retries By Job Definition Id Sets the number of retries of all **failed** jobs associated with the given job definition id.voidExecutionApi.setLocalExecutionVariableBinary(String id, String varName, File data, String valueType) Post Local Execution Variable (Binary) Sets the serialized value for a binary variable or the binary value for a file variable in the context of a given execution by id.voidExecutionApi.setLocalExecutionVariableBinary(String id, String varName, File data, String valueType, Map<String, String> additionalHeaders) Post Local Execution Variable (Binary) Sets the serialized value for a binary variable or the binary value for a file variable in the context of a given execution by id.voidProcessInstanceApi.setProcessInstanceVariable(String id, String varName, VariableValueDto variableValueDto) Update Process Variable Sets a variable of a given process instance by id.voidProcessInstanceApi.setProcessInstanceVariable(String id, String varName, VariableValueDto variableValueDto, Map<String, String> additionalHeaders) Update Process Variable Sets a variable of a given process instance by id.voidProcessInstanceApi.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.voidProcessInstanceApi.setProcessInstanceVariableBinary(String id, String varName, File data, String valueType, Map<String, String> additionalHeaders) Update Process Variable (Binary) Sets the serialized value for a binary variable or the binary value for a file variable.HistoricProcessInstanceApi.setRemovalTimeAsync(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto) Set Removal Time Async (POST) Sets the removal time to multiple historic process instances asynchronously (batch).HistoricProcessInstanceApi.setRemovalTimeAsync(SetRemovalTimeToHistoricProcessInstancesDto setRemovalTimeToHistoricProcessInstancesDto, Map<String, String> additionalHeaders) Set Removal Time Async (POST) Sets the removal time to multiple historic process instances asynchronously (batch).HistoricBatchApi.setRemovalTimeAsyncHistoricBatch(SetRemovalTimeToHistoricBatchesDto setRemovalTimeToHistoricBatchesDto) Set Removal Time Async (POST) Sets the removal time to multiple historic batches asynchronously (batch).HistoricBatchApi.setRemovalTimeAsyncHistoricBatch(SetRemovalTimeToHistoricBatchesDto setRemovalTimeToHistoricBatchesDto, Map<String, String> additionalHeaders) Set Removal Time Async (POST) Sets the removal time to multiple historic batches asynchronously (batch).HistoricDecisionInstanceApi.setRemovalTimeAsyncHistoricDecisionInstance(SetRemovalTimeToHistoricDecisionInstancesDto setRemovalTimeToHistoricDecisionInstancesDto) Set Removal Time Async (POST) Sets the removal time to multiple historic decision instances asynchronously (batch).HistoricDecisionInstanceApi.setRemovalTimeAsyncHistoricDecisionInstance(SetRemovalTimeToHistoricDecisionInstancesDto setRemovalTimeToHistoricDecisionInstancesDto, Map<String, String> additionalHeaders) Set Removal Time Async (POST) Sets the removal time to multiple historic decision instances asynchronously (batch).ProcessInstanceApi.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesByProcessDto) Set Job Retries Async (POST) Create a batch to set retries of jobs associated with given processes asynchronously.ProcessInstanceApi.setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesByProcessDto, Map<String, String> additionalHeaders) Set Job Retries Async (POST) Create a batch to set retries of jobs associated with given processes asynchronously.ProcessInstanceApi.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.ProcessInstanceApi.setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesByProcessDto, Map<String, String> additionalHeaders) Set Job Retries Async Historic Query Based (POST) Create a batch to set retries of jobs asynchronously based on a historic process instance query.ProcessInstanceApi.setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto) Set Variables Async (POST) Update or create runtime process variables in the root scope of process instances.ProcessInstanceApi.setVariablesAsyncOperation(SetVariablesAsyncDto setVariablesAsyncDto, Map<String, String> additionalHeaders) Set Variables Async (POST) Update or create runtime process variables in the root scope of process instances.voidExecutionApi.signalExecution(String id, ExecutionTriggerDto executionTriggerDto) Trigger Execution Signals an execution by id.voidExecutionApi.signalExecution(String id, ExecutionTriggerDto executionTriggerDto, Map<String, String> additionalHeaders) Trigger Execution Signals an execution by id.ProcessDefinitionApi.startProcessInstance(String id, StartProcessInstanceDto startProcessInstanceDto) Start Instance Instantiates a given process definition.ProcessDefinitionApi.startProcessInstance(String id, StartProcessInstanceDto startProcessInstanceDto, Map<String, String> additionalHeaders) Start Instance Instantiates a given process definition.ProcessDefinitionApi.startProcessInstanceByKey(String key, StartProcessInstanceDto startProcessInstanceDto) Start Instance Instantiates a given process definition, starts the latest version of the process definition which belongs to no tenant.ProcessDefinitionApi.startProcessInstanceByKey(String key, StartProcessInstanceDto startProcessInstanceDto, Map<String, String> additionalHeaders) Start Instance Instantiates a given process definition, starts the latest version of the process definition which belongs to no tenant.ProcessDefinitionApi.startProcessInstanceByKeyAndTenantId(String key, String tenantId, StartProcessInstanceDto startProcessInstanceDto) Start Instance Instantiates a given process definition, starts the latest version of the process definition for tenant.ProcessDefinitionApi.startProcessInstanceByKeyAndTenantId(String key, String tenantId, StartProcessInstanceDto startProcessInstanceDto, Map<String, String> additionalHeaders) Start Instance Instantiates a given process definition, starts the latest version of the process definition for tenant.TaskApi.submit(String id, CompleteTaskDto completeTaskDto) Submit Form Completes a task and updates process variables using a form submit.Submit Form Completes a task and updates process variables using a form submit.ProcessDefinitionApi.submitForm(String id, StartProcessInstanceFormDto startProcessInstanceFormDto) Submit Start Form Starts a process instance using a set of process variables and the business key.ProcessDefinitionApi.submitForm(String id, StartProcessInstanceFormDto startProcessInstanceFormDto, Map<String, String> additionalHeaders) Submit Start Form Starts a process instance using a set of process variables and the business key.ProcessDefinitionApi.submitFormByKey(String key, StartProcessInstanceFormDto startProcessInstanceFormDto) Submit Start Form Starts the latest version of the process definition which belongs to no tenant using a set of process variables and the business key.ProcessDefinitionApi.submitFormByKey(String key, StartProcessInstanceFormDto startProcessInstanceFormDto, Map<String, String> additionalHeaders) Submit Start Form Starts the latest version of the process definition which belongs to no tenant using a set of process variables and the business key.ProcessDefinitionApi.submitFormByKeyAndTenantId(String key, String tenantId, StartProcessInstanceFormDto startProcessInstanceFormDto) Submit Start Form Starts the latest version of the process definition for a tenant using a set of process variables and the business key.ProcessDefinitionApi.submitFormByKeyAndTenantId(String key, String tenantId, StartProcessInstanceFormDto startProcessInstanceFormDto, Map<String, String> additionalHeaders) Submit Start Form Starts the latest version of the process definition for a tenant using a set of process variables and the business key.voidSignalApi.throwSignal(SignalDto signalDto) Event A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.voidSignalApi.throwSignal(SignalDto signalDto, Map<String, String> additionalHeaders) Event A signal is an event of global scope (broadcast semantics) and is delivered to all active handlers.voidExecutionApi.triggerEvent(String id, String messageName, ExecutionTriggerDto executionTriggerDto) Trigger Message Event Subscription Delivers a message to a specific execution by id, to trigger an existing message event subscription.voidExecutionApi.triggerEvent(String id, String messageName, ExecutionTriggerDto executionTriggerDto, Map<String, String> additionalHeaders) Trigger Message Event Subscription Delivers a message to a specific execution by id, to trigger an existing message event subscription.voidUnclaim Resets a task's assignee.voidUnclaim Resets a task's assignee.voidUnlock Unlocks an external task by id.voidUnlock Unlocks an external task by id.voidUserApi.unlockUser(String id) Unlock User Unlocks a user by id.voidUserApi.unlockUser(String id, Map<String, String> additionalHeaders) Unlock User Unlocks a user by id.voidAuthorizationApi.updateAuthorization(String id, AuthorizationUpdateDto authorizationUpdateDto) Update an Authorization Updates an authorization by id.voidAuthorizationApi.updateAuthorization(String id, AuthorizationUpdateDto authorizationUpdateDto, Map<String, String> additionalHeaders) Update an Authorization Updates an authorization by id.voidBatchApi.updateBatchSuspensionState(String id, SuspensionStateDto suspensionStateDto) Activate/Suspend Activates or suspends a batch by id.voidBatchApi.updateBatchSuspensionState(String id, SuspensionStateDto suspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend Activates or suspends a batch by id.voidUserApi.updateCredentials(String id, UserCredentialsDto userCredentialsDto) Update Credentials Updates a user's credentials (password)voidUserApi.updateCredentials(String id, UserCredentialsDto userCredentialsDto, Map<String, String> additionalHeaders) Update Credentials Updates a user's credentials (password)voidFilterApi.updateFilter(String id, CreateFilterDto createFilterDto) Update Filter Updates an existing filter.voidFilterApi.updateFilter(String id, CreateFilterDto createFilterDto, Map<String, String> additionalHeaders) Update Filter Updates an existing filter.voidGroupApi.updateGroup(String id, GroupDto groupDto) Update Group Updates a given group by id.voidUpdate Group Updates a given group by id.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live Updates history time to live for decision definition.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live Updates history time to live for decision definition.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live By Key Updates the latest version of the decision definition which belongs to no tenant.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live By Key Updates the latest version of the decision definition which belongs to no tenant.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live By Key And Tenant Updates the latest version of the decision definition for tenant.voidDecisionDefinitionApi.updateHistoryTimeToLiveByDecisionDefinitionKeyAndTenant(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live By Key And Tenant Updates the latest version of the decision definition for tenant.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live Updates history time to live for process definition.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionId(String id, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live Updates history time to live for process definition.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live Updates history time to live for the latest version of the process definition which belongs to no tenant.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKey(String key, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live Updates history time to live for the latest version of the process definition which belongs to no tenant.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto) Update History Time to Live Updates history time to live for the latest version of the process definition for a tenant.voidProcessDefinitionApi.updateHistoryTimeToLiveByProcessDefinitionKeyAndTenantId(String key, String tenantId, HistoryTimeToLiveDto historyTimeToLiveDto, Map<String, String> additionalHeaders) Update History Time to Live Updates history time to live for the latest version of the process definition for a tenant.voidJobApi.updateJobSuspensionState(String id, SuspensionStateDto suspensionStateDto) Activate/Suspend Job By Id Activates or suspends a given job by id.voidJobApi.updateJobSuspensionState(String id, SuspensionStateDto suspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend Job By Id Activates or suspends a given job by id.voidProcessDefinitionApi.updateProcessDefinitionSuspensionState(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) Activate/Suspend By Key Activates or suspends process definitions with the given process definition key.voidProcessDefinitionApi.updateProcessDefinitionSuspensionState(ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend By Key Activates or suspends process definitions with the given process definition key.voidProcessDefinitionApi.updateProcessDefinitionSuspensionStateById(String id, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) Activate/Suspend By Id Activates or suspends a given process definition by id.voidProcessDefinitionApi.updateProcessDefinitionSuspensionStateById(String id, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend By Id Activates or suspends a given process definition by id.voidProcessDefinitionApi.updateProcessDefinitionSuspensionStateByKey(String key, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) Activate/Suspend by Id Activates or suspends a given process definition by latest version of process definition key which belongs to no tenant.voidProcessDefinitionApi.updateProcessDefinitionSuspensionStateByKey(String key, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend by Id Activates or suspends a given process definition by latest version of process definition key which belongs to no tenant.voidProcessDefinitionApi.updateProcessDefinitionSuspensionStateByKeyAndTenantId(String key, String tenantId, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto) Activate/Suspend by Id Activates or suspends a given process definition by the latest version of the process definition for tenant.voidProcessDefinitionApi.updateProcessDefinitionSuspensionStateByKeyAndTenantId(String key, String tenantId, ProcessDefinitionSuspensionStateDto processDefinitionSuspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend by Id Activates or suspends a given process definition by the latest version of the process definition for tenant.voidUserApi.updateProfile(String id, UserProfileDto userProfileDto) Update User Profile Updates the profile information of an already existing user.voidUserApi.updateProfile(String id, UserProfileDto userProfileDto, Map<String, String> additionalHeaders) Update User Profile Updates the profile information of an already existing user.voidProcessInstanceApi.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`voidProcessInstanceApi.updateSuspensionState(ProcessInstanceSuspensionStateDto processInstanceSuspensionStateDto, Map<String, String> additionalHeaders) 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`ProcessInstanceApi.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.ProcessInstanceApi.updateSuspensionStateAsyncOperation(ProcessInstanceSuspensionStateAsyncDto processInstanceSuspensionStateAsyncDto, Map<String, String> additionalHeaders) 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.voidJobApi.updateSuspensionStateBy(JobSuspensionStateDto jobSuspensionStateDto) Activate/Suspend Jobs Activates or suspends jobs matching the given criterion.voidJobApi.updateSuspensionStateBy(JobSuspensionStateDto jobSuspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend Jobs Activates or suspends jobs matching the given criterion.voidProcessInstanceApi.updateSuspensionStateById(String id, SuspensionStateDto suspensionStateDto) Activate/Suspend Process Instance By Id Activates or suspends a given process instance by id.voidProcessInstanceApi.updateSuspensionStateById(String id, SuspensionStateDto suspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend Process Instance By Id Activates or suspends a given process instance by id.voidJobDefinitionApi.updateSuspensionStateJobDefinition(String id, JobDefinitionSuspensionStateDto jobDefinitionSuspensionStateDto) Activate/Suspend Job Definition By Id Activates or suspends a given job definition by id.voidJobDefinitionApi.updateSuspensionStateJobDefinition(String id, JobDefinitionSuspensionStateDto jobDefinitionSuspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend Job Definition By Id Activates or suspends a given job definition by id.voidJobDefinitionApi.updateSuspensionStateJobDefinitions(JobDefinitionsSuspensionStateDto jobDefinitionsSuspensionStateDto) Activate/Suspend Job Definitions Activates or suspends job definitions with the given process definition id or process definition key.voidJobDefinitionApi.updateSuspensionStateJobDefinitions(JobDefinitionsSuspensionStateDto jobDefinitionsSuspensionStateDto, Map<String, String> additionalHeaders) Activate/Suspend Job Definitions Activates or suspends job definitions with the given process definition id or process definition key.voidTaskApi.updateTask(String id, TaskDto taskDto) Update Updates a task.voidUpdate Updates a task.voidTenantApi.updateTenant(String id, TenantDto tenantDto) Update Tenant Updates a given tenant.voidUpdate Tenant Updates a given tenant.MigrationApi.validateMigrationPlan(MigrationPlanDto migrationPlanDto) Validate Migration Plan Validates a migration plan statically without executing it.MigrationApi.validateMigrationPlan(MigrationPlanDto migrationPlanDto, Map<String, String> additionalHeaders) Validate Migration Plan Validates a migration plan statically without executing it.IdentityApi.verifyUser(BasicUserCredentialsDto basicUserCredentialsDto) Verify User Verifies that user credentials are valid.IdentityApi.verifyUser(BasicUserCredentialsDto basicUserCredentialsDto, Map<String, String> additionalHeaders) Verify User Verifies that user credentials are valid. -
Uses of ApiException in org.camunda.community.rest.client.invoker
Methods in org.camunda.community.rest.client.invoker that throw ApiExceptionModifier and TypeMethodDescription<T> TApiClient.deserialize(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response, com.fasterxml.jackson.core.type.TypeReference<T> valueType) Deserialize response body to Java object according to the Content-Type.<T> TApiClient.invokeAPI(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, String urlQueryDeepObject, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, com.fasterxml.jackson.core.type.TypeReference<T> returnType) Invoke API by sending HTTP request with the given options.protected <T> TApiClient.processResponse(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response, com.fasterxml.jackson.core.type.TypeReference<T> returnType) org.apache.hc.core5.http.HttpEntityApiClient.serialize(Object obj, Map<String, Object> formParams, org.apache.hc.core5.http.ContentType contentType) Serialize the given Java object into string according the given Content-Type (only JSON is supported for now).