-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add memo update feature #557
[Feature Request] Add memo update feature #557
Comments
Hi. It looks like Search Attributes can be more useful in this case. But now you can use untyped ones https://php.temporal.io/classes/Temporal-Workflow.html#method_upsertSearchAttributes |
Thanks for the reply! |
Yes. They will be visible, indexed, and searchable like WorkflowId or WorkflowType |
@roxblnfk type UpsertMemo struct {
// Memos to update.
Memo map[string]any `json:"memo"`
} |
Is your feature request related to a problem? Please describe.
From the documentation, it seems that workflow has the ability to specify memo notes (additional metadata) that could be used later in searches. I see in the PHP SDK the ability to populate a memo when workflow starts, but I don't see the ability to populate a memo during workflow execution.
I have an order creation workflow where I have the order number appear. I would like to add it to the memo and then use it when investigating incidents.
Maybe there's some other way?
Describe the solution you'd like
I'd like something like this:
Additional context
Memo documentation
The text was updated successfully, but these errors were encountered: