We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Make it possible to "replay" past the last workflow task completion.
The value of the isReplaying flag may need to be adjusted and the SDK should not fail replay for commands generated after history ends.
isReplaying
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: