Skip to main content

Overview

UndoConfig is a backend concept — it is stored alongside actions automatically when the backend’s rollback registry handles an action. You do not pass UndoConfig through the SDK. For services not in the built-in rollback registry, the backend handles compensation via the undoConfig field stored on each action.

Types

http-delete

Sends a DELETE request to url with optional headers.

slack-correction

Sends a POST request to url with optional body.

none

Marks the action as intentionally non-reversible. No rollback is attempted.
For custom integrations, see Supported Integrations to check if your service has a built-in undo strategy.