<@U03KWSKFN8L> <@U03FYEHGY57> -- use case scenario...
# pacc-aug-28-29-2024
p
@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
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 🤔
OH! I think I misunderstood your question. If you're looking for conditional retries, I think retry_condition_fn will help you out here.