You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cancellation is done from cadence web UI the cause is defaulted and visible in workflow history, so this appears to be a bug with cadence-java-client.
While cancelling the workflow using cadence-java-client, the cause is not captured in history
When the cancellation is done from cadence web UI the cause is defaulted and visible in workflow history, so this appears to be a bug with cadence-java-client.
This appears to be due the cause not being set in RequestMapper.java
The text was updated successfully, but these errors were encountered: