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

DataConverterException should be wrapped in ActivityFailureException

Open mfateev opened this issue 6 years ago • 0 comments

Without this wrapping information about activity type and id is lost.

https://github.com/uber/cadence-java-client/blob/master/src/main/java/com/uber/cadence/internal/sync/SyncDecisionContext.java#L140

mfateev avatar Apr 17 '19 20:04 mfateev