Schedule upcoming runs are not deleted

I created a workflow schedule and updated the ‘startAt’ field. Though the change was reflected correctly, upcoming runs were not updated. I deleted the schedule and recreated a new one with the same schedule ID, but it also had the upcoming runs that were scheduled in the first schedule.

How can I clear the upcoming runs without changing the schedule ID?

Hello @mizzenmast

can you provide the temporal server and UI version.
I have tested with the following versions

TEMPORAL_VERSION=1.22.1
TEMPORAL_UI_VERSION=2.19.0

And it seems to work.

Though the change was reflected correctly, upcoming runs were not updated.

Do you mean that following workflows executions were triggered as expected (even if it was not reflected in the schedules UI)

Thank you,
Antonio

Hello @antonio.perez

This is the Temporal server I installed by using brew install temporal

$ temporal -version
temporal version 0.10.5 (server 1.21.4) (ui 2.17.0)

Though the change was reflected correctly, upcoming runs were not updated.

The metadata of a schedule was updated properly. But it seems that changes to a schedule does not change the upcoming runs even if I delete and recreate the schedule.