the schedules filter by scheduleId should have a "contains" option
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Is your feature request related to a problem? Please describe.
we have thousands of schedules that we created in the UI so we don't have any documentation on what they are named. i want to be able to look up a probable word that we probably put in the schedule id. "starts with" is too specific.
Describe the solution you'd like
please add a "contains" for the ScheduleId filter
Describe alternatives you've considered
adding a custom filter option for the Workflow type, but i was just quickly tryna look up the schedule and didn't feel like having to use the cli to adjust the config of our temporal cluster. too much work for what i needed. actually while we're at it, why isn't WorkflowType a default schedule filter 😭
thanks guys, huge Temporal fan.
- Lizzy
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start by finding the schedules UI's ScheduleId filter and reviewing the existing “starts with” option. Add the requested “contains” choice and verify that a substring finds matching schedules; treat the separate WorkflowType suggestion as out of scope unless maintainers clarify it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100