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

    Type Alias CorrelatedMessageSubscriptionResult

    type CorrelatedMessageSubscriptionResult = {
        correlationKey: string;
        correlationTime: string;
        elementId: string;
        elementInstanceKey?: ElementInstanceKey;
        messageKey: MessageKey;
        messageName: string;
        partitionId: number;
        processDefinitionId: ProcessDefinitionId;
        processDefinitionKey?: ProcessDefinitionKey;
        processInstanceKey: ProcessInstanceKey;
        subscriptionKey: MessageSubscriptionKey;
        tenantId: TenantId;
    }
    Index

    Properties

    correlationKey: string

    The correlation key of the message.

    correlationTime: string

    The time when the message was correlated.

    elementId: string

    The element ID that received the message.

    elementInstanceKey?: ElementInstanceKey

    The element instance key that received the message.

    messageKey: MessageKey

    The message key.

    messageName: string

    The name of the message.

    partitionId: number

    The partition ID that correlated the message.

    processDefinitionId: ProcessDefinitionId

    The process definition ID associated with this correlated message subscription.

    processDefinitionKey?: ProcessDefinitionKey

    The process definition key associated with this correlated message subscription.

    processInstanceKey: ProcessInstanceKey

    The process instance key associated with this correlated message subscription.

    subscriptionKey: MessageSubscriptionKey

    The subscription key that received the message.

    tenantId: TenantId

    The tenant ID associated with this correlated message subscription.