Skip to content

Conversation

@lina-temporal
Copy link
Contributor

@lina-temporal lina-temporal commented Jan 15, 2026

What changed?

  • Added a new CountSchedules API, symmetric to the other Count* operations.

Why?

  • Although it isn't documented as public API, the temporal UI makes use of ListWorkflowExecutions to display the total count of schedules. This operation will not return data for CHASM-based schedules. Therefore, I'm introducing a public CountSchedules operation that the UI (and customers) can make use of.

Breaking changes

  • The technique of using ListWorkflowExecutions to query schedules was always unsupported, so we aren't interested in supporting it for CHASM schedules.
  • CountSchedules will be implemented for both V1 and V2 schedules.

Server:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants