@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?: MessageCorrelationKey;
        processInstanceKey?: ProcessInstanceKey;
        tenantId?: TenantId;
    }
    Index

    Properties

    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