sdk-typescript
sdk-typescript copied to clipboard
feat(workflow): add upsert memo command
What was changed
Implement upsertMemo
command
Why?
See https://github.com/temporalio/features/issues/119
Checklist
-
Closes #1124
-
How was this tested: Added integration tests
-
Any docs updates needed?
Thanks!
Overall lgtm.
Please also test deleting a memo and reading the memo from WorkflowHandle.describe, I think setting a value to null or undefined should work.
For testing, use the new style at https://github.com/temporalio/sdk-typescript/blob/main/packages/test/src/test-integration-workflows.ts
@tharun208 Do you want to continue working on this, or should we take it on? We'd need some more tests, as pointed out by bergundy previously.
Hi @mjameswh, I was on PTO but will look into this week
Any updates here @tharun208 ?
Any update on this getting merged?
Bump on the ETA for this? Would be happy to pitch in!
Hi, I will work on it today
Hi, I will work on it today
@tharun208 Ah! I missed your message. I just fixed your PR.