Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support replaying past last successful workflow task completion #506

Open
8 tasks
bergundy opened this issue Jul 8, 2024 · 0 comments
Open
8 tasks

Support replaying past last successful workflow task completion #506

bergundy opened this issue Jul 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bergundy
Copy link
Member

bergundy commented Jul 8, 2024

Is your feature request related to a problem? Please describe.

Currently in Core based SDKs (and possibly Go and Java) the replayer only replays tasks that have an associated WORKFLOW_TASK_COMPLETED event.

This limitation makes it hard for users to debug workflow task failures using the replayer.

Describe the solution you'd like

Make it possible to "replay" past the last workflow task completion.

Additional context

The value of the isReplaying flag may need to be adjusted and the SDK should not fail replay for commands generated after history ends.

Per-SDK Tickets

  • Go -
  • Java -
  • Core -
  • TypeScript -
  • Python -
  • .NET -
  • PHP -
  • Temporal CLI -
@bergundy bergundy added the enhancement New feature or request label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant