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

    Type Alias MessageCorrelationRequest

    type MessageCorrelationRequest = {
        correlationKey?: string;
        name: string;
        tenantId?: TenantId;
        variables?: { [key: string]: unknown };
    }
    Index

    Properties

    correlationKey?: string

    The correlation key of the message.

    name: string

    The message name as defined in the BPMN process

    tenantId?: TenantId

    the tenant for which the message is published

    variables?: { [key: string]: unknown }

    The message variables as JSON document