@makehq/sdk
    Preparing search index...

    Class IncompleteExecutions

    Class providing methods for working with Make incomplete executions. Incomplete executions (also known as DLQ items) are scenario runs that didn't complete successfully and are stored for later resolution.

    Index

    Constructors

    Methods

    • Retry a specific incomplete execution.

      Parameters

      • incompleteExecutionId: string

        The incomplete execution ID to retry

      Returns Promise<void>