-
Notifications
You must be signed in to change notification settings - Fork 881
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hopefully avoid panic in DescribeWorkflowExecution (#5057)
**What changed?** Clone suspected mutating fields after a returning from DescribeWorkflowExecution. **Why?** Noticed panics in serialization of the `DescribeWorkflowExecutionResponse` object. **How did you test it?** No tests added, assuming that normal test coverage is enough. Haven't reproduced the issue, this is based on a hunch. **Potential risks** None that I can foresee. **Is hotfix candidate?** Yes.
- Loading branch information
1 parent
ddf9799
commit 26114d7
Showing
1 changed file
with
46 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters