@makehq/sdk
    Preparing search index...

    Type Alias UpdateIncompleteExecutionBody

    Parameters for updating an incomplete execution.

    type UpdateIncompleteExecutionBody = {
        blueprint?: Blueprint | string;
        failer?: number;
    }
    Index

    Properties

    Properties

    blueprint?: Blueprint | string

    Updated blueprint to use for retrying the execution

    failer?: number

    ID of the module that failed