hi there - I'm using Prefecet v1, how exactly do I...
# ask-community
c
hi there - I'm using Prefecet v1, how exactly do I get access to the exception that caused a Flow failure? I'm using state handlers and I've tried inspecting the
new_state
variable including
new_state.message
,
new_state.result
and even
new_state.___getstate___()
- however none of those state attributes gets me anything meaningful. All I can ever find is "'Some reference tasks failed.'"