# HistoryService - deleteHistoricTaskInstance - deleteHistoricProcessInstance (=> deleteHistoricProcessInstances) - deleteHistoricProcessInstances - deleteHistoricProcessInstancesBulk (=> deleteHistoricProcessInstances) - cleanUpHistoryAsync + deleteHistoricProcessInstancesAsync * "ProcessInstance", "Delete" * "nrOfInstances", null, numInstances * "async", null, true * "type", null, "history" * "deleteReason", null, deleteReason - deleteUserOperationLogEntry - deleteHistoricCaseInstance - deleteHistoricCaseInstancesBulk - deleteHistoricDecisionInstance - deleteHistoricDecisionInstancesBulk - deleteHistoricDecisionInstanceByDefinitionId - deleteHistoricDecisionInstanceByInstanceId + deleteHistoricDecisionInstancesAsync * "DecisionInstance", "Delete" * "nrOfInstances", null, numInstances * "async", null, true * "type", null, "history" * "deleteReason", null, deleteReason + deleteHistoricVariableInstance * "Variable", "DeleteVariableHistory" * "name", null, variableName + deleteHistoricVariableInstancesByProcessInstanceId * none - deleteHistoricBatch # ManagementService - registerProcessApplication - unregisterProcessApplication - executeJob - deleteJob + activateJobDefinitionBy... [only when executionDate is null] * "JobDefinition", "ActivateJobDefinition" * "suspensionState", null, "active" + suspendJobDefinitionBy... [only when executionDate is null] * "JobDefinition", "SuspendJobDefinition" * "suspensionState", null, "suspended" + activateJobBy... * "Job", "ActivateJob" * "suspensionState", null, "active" + suspendJobBy... * "Job", "SuspendJob" * "suspensionState", null, "suspended" + updateJobSuspensionState * "Job", "ActivateJob"/"SuspendJob" * "suspensionState", null, "active"/"suspended" + updateJobDefinitionSuspensionState [only when executionDate is null] * "JobDefinition", "ActivateJobDefinition"/"SuspendJobDefinition" * "suspensionState", null, "active"/"suspended" + setJobRetries * "Job", "SetJobRetries" * "retries", oldRetries, retries + setJobsRetriesAsync * "ProcessInstance", "SetJobRetries" * "nrOfInstances", null, numInstances * "async", null, true * "retries", null, retries + setJobRetriesByJobDefinitionId * "Job", "SetJobRetries" * "retries", null, retries - setJobDuedate - recalculateJobDuedate + setJobPriority * "Job", "SetPriority" * "priority", previousPriority, newPriority + setOverridingJobPriorityForJobDefinition * "JobDefinition", "SetPriority" * "overridingPriority", previousPriority, newPriority * "Job", "SetPriority" (if cascade == true) * "priority", null, newPriority + clearOverridingJobPriorityForJobDefinition * "JobDefinition", "SetPriority" * "overridingPriority", previousPriority, null - setProperty - deleteProperty - databaseSchemaUpgrade - registerDeploymentForJobExecutor - unregisterDeploymentForJobExecutor - deleteMetrics + suspendBatchById * "Batch", "SuspendBatch" * "suspensionState", null, "suspended" + activateBatchById * "Batch", "ActivateBatch" * "suspensionState", null, "active" - deleteBatch # TaskService - newTask + saveTask * "Task", "Create"/"Update" * all changed properties (assignee, dueDate, ...) + deleteTask * "Task", "Delete" * all changed properties (assignee, dueDate, ...) + deleteTasks * "Task", "Delete" (for every task) * all changed properties (assignee, dueDate, ...) + claimTask * "Task", "Claim" * all changed properties (assignee, dueDate, ...) + completeTask * "Task", "Complete" * all changed properties (assignee, dueDate, ...) + resolveTask * "Task", "Resolve" * all changed properties (assignee, dueDate, ...) + setAssignee * "Task", "Assign" * all changed properties (assignee, dueDate, ...) + setOwner * "Task", "SetOwner" * all changed properties (assignee, dueDate, ...) + addCandidateUser * "IdentityLink", "AddUserLink" * "candidate", null, userId + addCandidateGroup * "IdentityLink", "AddUserLink" * "candidate", null, groupId + deleteCandidateUser * "IdentityLink", "DeleteUserLink" * "candidate", null, userId + deleteCandidateGroup * "IdentityLink", "DeleteUserLink" * "candidate", null, groupId + setPriority * "Task", "SetPriority" * all changed properties (assignee, dueDate, ...) + setVariable... * "Variable", "SetVariable" * none + removeVariable... * "Variable", "RemoveVariable" * none - addComment - createComment + createAttachment * "Attachment", "AddAttachment" * "name", null, attachmentName + deleteAttachment * "Attachment", "DeleteAttachment" * "name", null, attachmentName # CaseService - none # IdentityService - none