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

    Type Alias MessageCorrelationResult

    The message key of the correlated message, as well as the first process instance key it correlated with.

    type MessageCorrelationResult = {
        messageKey: MessageKey;
        processInstanceKey: ProcessInstanceKey;
        tenantId: TenantId;
    }
    Index

    Properties

    messageKey: MessageKey

    The key of the correlated message.

    processInstanceKey: ProcessInstanceKey

    The key of the first process instance the message correlated with

    tenantId: TenantId

    The tenant ID of the correlated message