Mary Clair Thompson
03/26/2021, 6:24 PMChris White
state_handlers
kwarg on the Flow class) that uses something like:
if new_state.is_failed():
client = prefect.Client()
client.create_flow_run(flow_id, parameters=prefect.context.parameters)
In the very very near future, we’ll be releasing a new Cloud “Automation Suite” that will allow you to configure this in the API instead of writing the code and attaching it your flowMary Clair Thompson
03/26/2021, 6:42 PM