Skip to content
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

Fixed SearchAttributes and memo lost from ChildWorkflowOptions #500

Merged
merged 3 commits into from
May 19, 2021

Conversation

vkoby
Copy link
Contributor

@vkoby vkoby commented May 18, 2021

What was changed

Fixed a problem where searchAttributes set on ChildWorkflowOptions were getting lost and didn't show up in history.

Checklist

  1. Closes issue: #474

@vkoby vkoby added the bug Something isn't working label May 18, 2021
@vkoby vkoby linked an issue May 18, 2021 that may be closed by this pull request
TaskQueue,
WorkflowId,
WorkflowType;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we can hardcode the list of the search attributes as they can be added to a cluster at any time.

@mfateev mfateev merged commit 81afb31 into temporalio:master May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Child workflows do not receive search attributes (or memo)
2 participants