temporalio / temporalio/temporal
Support relative time in the visibility store
@awln-temporal is already working on this.
Since Sep 25, 2025.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.