@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias AuditLogResult

    Audit log item.

    Index

    Properties

    actorId: string | null

    The ID of the actor who performed the operation.

    actorType: AuditLogActorTypeEnum | null

    The type of the actor who performed the operation.

    agentElementId: string | null

    The element ID of the agent that performed the operation (e.g. ad-hoc subprocess element ID).

    annotation: string | null

    Additional notes about the operation.

    auditLogKey: AuditLogKey

    The unique key of the audit log entry.

    batchOperationKey: BatchOperationKey | null

    Key of the batch operation.

    batchOperationType: BatchOperationTypeEnum | null

    The type of batch operation performed, if this is part of a batch.

    decisionDefinitionId: DecisionDefinitionId | null

    The decision definition ID.

    decisionDefinitionKey: DecisionDefinitionKey | null

    The key of the decision definition.

    decisionEvaluationKey: DecisionEvaluationKey | null

    The key of the decision evaluation.

    decisionRequirementsId: string | null

    The decision requirements ID.

    decisionRequirementsKey: DecisionRequirementsKey | null

    The assigned key of the decision requirements.

    deploymentKey: DeploymentKey | null

    The key of the deployment.

    elementInstanceKey: ElementInstanceKey | null

    The key of the element instance.

    entityDescription: string | null

    Additional description of the entity affected by the operation. For example, for variable operations, this will contain the variable name.

    formKey: FormKey | null

    The key of the form.

    jobKey: JobKey | null

    The key of the job.

    processDefinitionId: ProcessDefinitionId | null

    The process definition ID.

    processDefinitionKey: ProcessDefinitionKey | null

    The key of the process definition.

    processInstanceKey: ProcessInstanceKey | null

    The key of the process instance.

    relatedEntityKey: AuditLogEntityKey | null

    The key of the related entity. The content depends on the operation type and entity type. For example, for authorization operations, this will contain the ID of the owner (e.g., user or group) the authorization belongs to.

    relatedEntityType: AuditLogEntityTypeEnum | null

    The type of the related entity. The content depends on the operation type and entity type. For example, for authorization operations, this will contain the type of the owner (e.g., USER or GROUP) the authorization belongs to.

    resourceKey: ResourceKey | null

    The system-assigned key for this resource.

    rootProcessInstanceKey: ProcessInstanceKey | null

    The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.

    tenantId: TenantId | null

    The tenant ID of the audit log.

    timestamp: string

    The timestamp when the operation occurred.

    userTaskKey: UserTaskKey | null

    The key of the user task.