sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Cleanup and improve ApplicationFailure javadoc

Open Spikhalskiy opened this issue 3 years ago • 0 comments

Cleanup and improve ApplicationFailure javadoc. Include how ApplicationFailure.newNonRetryableFailure() works together with ActivityOptions#retryOptions#setDoNotRetry and WorkflowImplementationOptions#setFailWorkflowExceptionTypes. Consider adding additional methods that allow the creation of non-retryable ApplicationFailure from an exception directly without wrapping to simplify handling on the receiving side.

Spikhalskiy avatar Jul 22 '22 00:07 Spikhalskiy