If I create a schedule using ScheduleSpec.EndAt, does the schedule actually get deleted in Temporal when the end time is passed? Or maybe it is still there but it’s status is updated to something like an expired state and the schedule becomes ineffective?
Schedules with no future task are cleaned up (deleted) one week after their last action.