Christian Nuss
03/10/2022, 10:31 PMstate_handler is being used on a Flow, and a @task has a default_exception and the new_state is Failed... is it possible to get that Exception for inspection in the state handler?Kevin Kho
new_state.result. This is because task results are not kept throughout the Flow in Prefect Cloud since they can take a lot spaceChristian Nuss
03/10/2022, 10:38 PM