temporalio / temporalio/features
Support schedule search attribute update
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the solution you'd like
Schedules can have their search attributes updated (not to be confused with their start workflow actions that could always). We need to make sure they can be updated in schedule update calls.
Per-SDK Tickets
- Go - https://github.com/temporalio/sdk-go/issues/1561
- Java - https://github.com/temporalio/sdk-java/issues/2152
- Core - N/A (except maybe proto update needed)
- TypeScript - https://github.com/temporalio/sdk-typescript/issues/1475
- Python - https://github.com/temporalio/sdk-python/issues/594
- .NET - https://github.com/temporalio/sdk-dotnet/issues/314
- PHP - https://github.com/temporalio/sdk-php/issues/478
- Temporal CLI - https://github.com/temporalio/cli/issues/629
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 with the linked TypeScript, Python, and Temporal CLI tickets, comparing them with the completed SDK tickets to establish the expected schedule update behavior. Trace the schedule update call and its search-attribute handling in the affected SDKs; done means the three unchecked tickets support updating search attributes consistently, with any needed proto change addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, go, java, php, python, typescript
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100