Error handling for parallel actions #809
-
I was confused as to how the runtime should behave wrt handling errors for parallel actions executed within a foreach state.
|
Beta Was this translation helpful? Give feedback.
Answered by
cdavernas
Jan 2, 2024
Replies: 1 comment 2 replies
-
Error handling is being refactored as we speak, for its current state makes it unusable and forces runtime specific implementations. I'd therefore recommend waiting for 0.9 before attempting implementing it. Same goes for retries and, possibly, compensation. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
paarthdassani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error handling is being refactored as we speak, for its current state makes it unusable and forces runtime specific implementations.
I'd therefore recommend waiting for 0.9 before attempting implementing it. Same goes for retries and, possibly, compensation.