Open lorensr opened 2 years ago
Users not knowing how to handle errors: https://temporalio.slack.com/archives/C01DKSMU94L/p1638225730301800
Sample with activity failing and maximum attempts reached, catching and reporting the error (perhaps only reporting if isCancellation(e) is false), workflow failing, client catching and inspecting cause.
isCancellation(e)
https://docs.temporal.io/docs/typescript/handling-failure
suggest making this a more prominent part of our existing samples to nudge people to do it more proactively rather than treat it as optional
Is your feature request related to a problem? Please describe.
Users not knowing how to handle errors: https://temporalio.slack.com/archives/C01DKSMU94L/p1638225730301800
Describe the solution you'd like
Sample with activity failing and maximum attempts reached, catching and reporting the error (perhaps only reporting if
isCancellation(e)
is false), workflow failing, client catching and inspecting cause.Additional context
https://docs.temporal.io/docs/typescript/handling-failure