documentation icon indicating copy to clipboard operation
documentation copied to clipboard

[ Documentation request ] Dev guide > Failures section

Open lorensr opened this issue 2 years ago • 1 comments

Brief description

Dev guide > Failures section on how to handle and throw different types of failures in each lang, including Cancellation Failures. Also how the default Failure Converter works, and how to make and use a custom one.

Your recommended content

Go: When an Activity Execution is canceled, or its Workflow Execution has completed or failed, the context passed into its function is canceled, which also sets its channel’s closed state to Done.

TS: https://legacy-documentation-sdks.temporal.io/typescript/handling-failure (minus info contained in https://docs.temporal.io/kb/failures )

lorensr avatar Jan 03 '23 05:01 lorensr

We have this broken down into many tasks internally -

flossypurse avatar Feb 08 '23 16:02 flossypurse