cadence-java-client
cadence-java-client copied to clipboard
Bug Fix for null pointer exception in case header getFields is null in workflow context replay
What changed? Added a fix for the case when headers's getFields is null while checking for workflowcontext in replay. Causing null pointer in the code.
Why? Bug fix
How did you test it? Need to add test for it. will discuss with the team, now adding this to fix bug and unblock customer.
Potential risks It should be a safe change, as it is returning empty map in case of empty getFields.
Release notes
Documentation Changes