cadence-java-client icon indicating copy to clipboard operation
cadence-java-client copied to clipboard

Bug Fix for null pointer exception in case header getFields is null in workflow context replay

Open abhishekj720 opened this issue 1 year ago • 0 comments

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

abhishekj720 avatar May 03 '24 16:05 abhishekj720