Autofix is an automated repair feature designed to help you debug and resolve workflow failures quickly. Instead of manually investigating every error, autofix monitors your workflows, identifies the root cause of failures, and proposes verified code or configuration fixes, all within a secure, non-destructive branch.
Read more about autofix in our core concepts here.
How to enable autofix
Navigate to the (⋮) menu in the top right hand corner in the workflow editor and toggle autofix on.
How to use autofix
Note: Autofix only acts on workflows that are live
If an error has been encountered, Tines 3B will create a new autofix branch for the fix. This branch can be found in the branches section under the autofix tab
or under the branch selector in the workflow editor.
Next you can review the changes in the newly created autofix branch. You can then choose to:
Accept the fix: Push the changes to your live workflow.
Iterate: Ask follow-up questions in the chat or make your own manual adjustments before pushing.
Reject the fix: Delete the autofix branch if the solution is not what you need.

