https://prefect.io logo
k

Kyle McEntush

08/24/2020, 1:14 AM
How can I raise an error within a task that executes a new task?
For anyone that was wondering, the solution was to raise any old error to cause the task to "Fail". I was then able to use a custom state handler to react to the failed state.
👍 1