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
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.
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 )
The text was updated successfully, but these errors were encountered: