[Feature Request] Support schedule search attribute update
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 379
- Forks
- 103
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 23
Description
Describe the solution you'd like
See https://github.com/temporalio/features/issues/512. Need schedule search attribute support for schedule update. Depends on https://github.com/temporalio/sdk-go/issues/1561. Specifically, we need to add schedule update support for the already existing --schedule-search-attribute flag. If any are present, replace entire existing search attribute collection. Setting one to null of course removes it (may need test to confirm. Also add a --remove-schedule-search-attributes that removes all search attributes (i.e. empty list) and is mutually exclusive with --schedule-search-attribute.
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.
Research direction
Start by locating the schedule update command and the existing --schedule-search-attribute flag implementation, then review the dependent SDK issue and the linked feature request. Done means schedule updates replace the full search-attribute collection, support null removal, and provide a mutually exclusive --remove-schedule-search-attributes option that clears all attributes, with tests confirming these cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100