Ask AI
Skip to main content

Analyzers

Analyzers automatically inspect your logic and flag potential problems before you run or publish your application. Whenever you edit an action, all analyzers run in the background and create issues for anything they find.

Each issue points directly to the step in your action where the problem occurs, along with a description of what is wrong and how to fix it.

Severity levels

Issues have one of three severity levels:

  • Major/Bug - something that will likely cause incorrect behavior or a crash at runtime
  • Minor - something that may cause problems depending on how your application is used
  • Small - a suggestion to improve the quality or clarity of your logic

How issues are managed

You do not need to manually close issues. An issue disappears automatically as soon as the underlying problem is resolved. If you re-open an action where the problem still exists, the issue is re-surfaced.

Available analyzers