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
Add rollback support when terminating Workflow instances
8
+
9
+
`WorkflowInstance.terminate({ rollback: true })` now runs registered rollback handlers before marking a local Workflow instance as terminated. Wrangler also supports this via `wrangler workflows instances terminate --rollback`, including local mode.
10
+
11
+
The rollback option is only sent for terminate operations and is rejected by the Local Explorer API for pause, resume, and restart actions.
0 commit comments