@Jeff Hale@Bianca Hoch -- use case scenario. Is there a way to handle task/flow states based on a specific state for ex: if the task or flow state goes to CRASHED state, then only retry it else no retry.... ?
b
Bianca Hoch
08/28/2024, 2:54 PM
Good q! I think there's a way to set states for flows and tasks using the python SDK. For the retry capabilities, i'll need to dig in to that 🤔
Bianca Hoch
08/28/2024, 3:29 PM
OH! I think I misunderstood your question. If you're looking for conditional retries, I think retry_condition_fn will help you out here.