You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove rollbackAll from public API, add RollbackConfig to instance options
- Remove step.rollbackAll() from WorkflowStep (now internal to engine)
- Remove RollbackAllOptions type (no longer public)
- Add RollbackConfig type for auto-rollback configuration
- Add rollback option to WorkflowInstanceCreateOptions
Rollback is now triggered automatically when workflow throws and
rollback config is enabled at instance creation.
0 commit comments