Task Retries
You can configure automatic retries for individual tasks using theretries parameter in the @task decorator:
max-node-retries-system-failures which is a cluster level setting. The default value of this field is 3. Please contact your system admin to change this value.
Workflow Failure Handling
To handle failures at the workflow level, you can define a failure handler task and specify it using theon_failure parameter in the @workflow decorator: