Allow setting Memo when starting a workflow from the UI
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Is your feature request related to a problem? Please describe.
When starting a workflow from the Temporal UI, there is currently no option to set memo.
Memo is commonly used to attach contextual metadata to workflow executions. When workflows are started manually from the UI (e.g. for debugging or operational purposes), there is no way to provide this metadata, which makes these executions behave differently from those started via SDK.
Describe the solution you'd like
Add an optional Memo section in the "Start a Workflow" form.
For example:
- A JSON editor field (similar to Input Data)
- Simple key-value inputs
- Ideally supporting the same encoding options (json/plain, json/protobuf)
This would allow setting memo at workflow start, just like via SDK.
Describe alternatives you've considered
The current workaround is to:
- Start workflows programmatically via SDK, or
- Adjust workflow logic to tolerate missing memo
Neither is ideal when starting workflows directly from the UI for testing or operational tasks.
Additional context
Memo is already visible in the Workflow Details view, but it cannot be set when starting a workflow from the UI.
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 by locating the "Start a Workflow" form and its existing Input Data editor, then trace how the form submits a workflow start request. Compare that path with the Memo shown in the Workflow Details view and confirm the supported encoding options. Done means an optional Memo section can provide metadata when starting a workflow without affecting starts that omit it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100