uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
339 stars 128 forks source link

Better logging when getting some nondeterministic behaviours #1245

Closed jakobht closed 1 year ago

jakobht commented 1 year ago

Why? This makes it easier for customers to find the issue when there is nondeterministic behaviours

How did you test it? Tested in unit test

Potential risks There earlier was a change which returned a new error, this broke a lot of client workflows. This change had to be rolled back. This change only changes the logging, so it should be fine.