Maintainability and Readability Rules
This section contains rules that check if your akaBot Studio projects follow maintainability best practices, ensuring your automations are clean and easy to update.
The following maintainability rules are available in the Workflow Analyzer:
| Rule Name | Rule ID | Scope |
|---|---|---|
| Activity Name | ST-MRD-002 | Activity |
| Redundant Sequences | ST-MRD-005 | Activity |
| Nested If | ST-MRD-007 | Workflow |
| Empty Sequence | ST-MRD-008 | Activity |
| Deeply Nested Activities | ST-MRD-009 | Workflow |
| Incomplete If | ST-MRD-017 | Activity |