temporalio / temporalio/features
Add upsertMemo command
Open
@rodrigozhou is already working on this.
Since Aug 12, 2022.
enhancement
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Is your feature request related to a problem? Please describe.
User would like to edit memo from inside the Workflow, like upsertSearchAttributes
https://temporalio.slack.com/archives/C01DKSMU94L/p1659963126631549
Describe the solution you'd like
import { upsertMemo } from '@temporalio/workflow'
function myWorkflow() {
upsertMemo({ newField: 'foo', changeExistingField: 'bar' })
}
SDKs
- Core - https://github.com/temporalio/sdk-core/issues/383
- TS - https://github.com/temporalio/sdk-typescript/issues/1124
- Python - https://github.com/temporalio/sdk-python/issues/190
- Go - https://github.com/temporalio/sdk-go/pull/883
- Java - https://github.com/temporalio/sdk-java/issues/623
- .NET - since inception
- PHP
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.
Assessment
This issue has not been assessed yet.