Skip to content

Add rewind support#121

Draft
andystaples wants to merge 6 commits intomicrosoft:mainfrom
andystaples:andystaples/add-orchestration-rewind
Draft

Add rewind support#121
andystaples wants to merge 6 commits intomicrosoft:mainfrom
andystaples:andystaples/add-orchestration-rewind

Conversation

@andystaples
Copy link
Contributor

@andystaples andystaples commented Mar 6, 2026

Adds rewind support to durabletask.
Requires the following changes:

  1. Add rewind action to protobuf: Adding a Rewind Action durabletask-protobuf#65
  2. Add rewind support to the DTS sidecar: https://msazure.visualstudio.com/One/_git/AAPT-DTMB/pullrequest/14935863
  3. Add rewind action support to DTS

Resolves #68

"The new history event list must have at least one event in it."
)

# Check for rewind BEFORE replay. A rewind is indicated by an

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder to add a comment like this somewhere

        /* WARNING!!!:
         * If any changes are made to how this method modifies the orchestration's history, then corresponding changes *must* 
         * be made in the backend implementations that rely on this method for executing a rewind.
         */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for orchestration rewind

2 participants