How to determine if the workflow failed #323
-
I have a case where i need to show that the workflow failed, but the state only shows completed. How do one get failed workflow? |
Beta Was this translation helpful? Give feedback.
Answered by
cschleiden
Feb 29, 2024
Replies: 1 comment 3 replies
-
You can return an error and get the result of the workflow. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
balchua
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can return an error and get the result of the workflow.