Module rollback_handler

Module rollback_handler 

Source
Expand description

Rollback handling for execution plans

Provides rollback functionality to undo executed steps on failure. Tracks rollback actions for each step and executes them in reverse order.

Structsยง

RollbackHandler
Handles rollback of executed steps
RollbackResult
Result of a rollback action