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
## What changed?
This PR adds PostResetOperation support to reset API. With this we will
be performing certain operations after reset. In this PR
- Added support for performing workflow options update.
- Updated WorkflowResetter interface.
- Added functional test
## Why?
Developers/Operators often want to perform certain operations soon after
resetting a workflow. Ex: updating worker version, sending signal to
workflow etc. These operations need to be performed atomically along
with the reset operation.
## How did you test it?
- [ ] built
- [ ] run locally and tested manually
- [ ] covered by existing tests
- [ ] added new unit test(s)
- [x] added new functional test(s)
// getFirstWFTaskCompleteEventID finds the first event corresponding to workflow task completion. This can be used as a good reset point for tests in this suite.
0 commit comments