@makehq/sdk
    Preparing search index...

    Type Alias RetryMultipleIncompleteExecutionsBody

    Parameters for retrying multiple incomplete executions.

    type RetryMultipleIncompleteExecutionsBody = {
        all?: boolean;
        exceptIds?: string[];
        ids?: string[];
    }
    Index

    Properties

    Properties

    all?: boolean

    Whether to retry all incomplete executions for the scenario

    exceptIds?: string[]

    IDs to exclude from retrying when using the all option

    ids?: string[]

    Specific incomplete execution IDs to retry