temporalio / temporalio/temporal

Support relative time in the visibility store

Open
#8,349 1 comment 0 reactions 1 assignee View on GitHub

@awln-temporal is already working on this.

Since Sep 25, 2025.

enhancement
Dominant language
Go
Stars
23.2k
Forks
1.9k
Avg merge
2d 8h
Merged PRs (30d)
228

Description

Is your feature request related to a problem? Please describe.
Right now querying workflows requires absolute timestamps, which is frustrating when I want to quickly search based on relative time. I want to be able to find workflows started in the last hour without needing to figure out the absolute timestamp myself before sending the query.

Describe the solution you'd like
I'd like to be able to query with < '5m' or >= '1 day' where it's a relative time and the absolute timestamp is calculated at the time of query execution.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.