How can I raise an error within a task that execut...
# prefect-community
k
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