core-utils
    Preparing search index...
    TriggerIdempotencyKeyParams: IdempotencyKeyParts & {
        chunk: number;
        recipients: string[];
        workflowKey: string;
    }

    Type Declaration

    • chunk: number

      The recipient chunk number.

    • recipients: string[]

      The recipients in the chunk; maximum of MAXIMUM_RECIPIENTS_COUNT.

    • workflowKey: string

      The workflow key.