Skip to content

Commit ce04530

Browse files
authored
Added task limit error
1 parent 66f8b61 commit ce04530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/sentinel/monitor-automation-health.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For the **Automation rule run** status, you may see the following statuses:
4848
4949
- **Success**: rule executed successfully, triggering all actions.
5050
- **Partial success**: rule executed and triggered at least one action, but some actions failed.
51-
- *Failure*: automation rule did not run any action due to one of the following reasons:
51+
- **Failure**: automation rule did not run any action due to one of the following reasons:
5252
5353
- Conditions evaluation failed.
5454
- Conditions met, but the first action failed.
@@ -69,6 +69,7 @@ For the **Playbook was triggered** status, you may see the following statuses:
6969
| Error description | Suggested actions |
7070
| --------------------------------- | ----------------------------------------- |
7171
| **Could not add task: *\<TaskName>*.**<br>Incident/alert was not found. | Make sure the incident/alert exists and try again. |
72+
| **Could not add task: *\<TaskName>*.**<br>Incident already contains the maximum allowed number of tasks. | If this task is required, see if there are any tasks that can be removed or consolidated, then try again. |
7273
| **Could not modify property: *\<PropertyName>*.**<br>Incident/alert was not found. | Make sure the incident/alert exists and try again. |
7374
| **Could not modify property: *\<PropertyName>*.**<br>Too many requests, exceeding throttling limits. | |
7475
| **Could not trigger playbook: *\<PlaybookName>*.**<br>Incident/alert was not found. | If the error occurred when trying to trigger a playbook on demand, make sure the incident/alert exists and try again. |

0 commit comments

Comments
 (0)