Update not-started activities' scheduled time when reseting workflows #4214
Labels
good first issue
Up for grab as first issue to contribute to Cadence project
up-for-grabs
Issues that are good entry points for those new to Cadence that want to contribute
Is your feature request related to a problem? Please describe.
Currently when reseting workflows, if there's a scheduled but not started activity in the workflow, the scheduled time for that activity will remain unchanged in the new workflow created by the reset operation. Since the workflow is newly created, the activity scheduled time should also be updated otherwise the activity will timeout early after reset.
Proposed Solution
temporalio/temporal#1502
ScheduledTimeOfThisAttempt
field which is the updated schedule time, not the one from history event.Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: