temporalio / temporalio/features

Add upsertMemo command

Open
#119 7 comments 1 reaction 1 assignee View on GitHub

@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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.