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

    Type Alias SignalBroadcastRequest

    type SignalBroadcastRequest = {
        signalName: string;
        tenantId?: TenantId;
        variables?: { [key: string]: unknown };
    }
    Index

    Properties

    signalName: string

    The name of the signal to broadcast.

    tenantId?: TenantId

    The ID of the tenant that owns the signal.

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

    The signal variables as a JSON object.