Automatically retry fix tasks

Options

Have you ever tried to integrate with a flaky API that fails every 3rd call? Is it no fun to manually retry fix tasks when that happens? Now you can retry fix tasks automatically! Attached is an exported Pushbot that defines a custom action Retry fix tasks multiple times and shows how to use it. Using it is easy:

  1. Unzip and Import the attached .catalytic file to your team
  2. Add the custom action to your process with the same dependencies as the task that could generate a fix task
  3. Set the delay and the maximum retries
  4. Enjoy not needing to complete a fix task!

The action also produces a field indicating the fix task was successfully retried or not - so you can set up alerts and notifications if there is an unresolved fix task in your process.

Hope you enjoy!