Skip to content

Commit

Permalink
copy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho committed Apr 20, 2022
1 parent c05611a commit 2c28839
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,15 @@ The following table describes how the alerts incident lifecycle is affected by m
</tbody>
</table>

# Muting behavior with Workflows [#workflow-behavior]
With incident intelligence, a triggered violation has a 1:1 ratio with an incident so if a violation is muted then the matching incident will be muted as well.
# Muting behavior with workflows [#workflow-behavior]
A triggered violation has a 1:1 ratio with an incident so if a violation is muted then the matching incident will be muted as well.
Workflows are triggered by issues that can have one or more incidents, therefore there could be a scenario of muted and not muted incidents combined.

Each issue has one of the following muting states:

* **Fully Muted (FULLY_MUTED)**: an issue has all of its open incidents muted (Default value).
* **Partially Muted (PARTIALLY_MUTED)**: an issue that has at least one open incident that is muted and one open incident that is not muted.
* **Not Muted (NOT_MUTED)**: an issue that has no open muted incidents.
* **Fully muted (FULLY_MUTED)**: an issue has all of its open incidents muted (Default value).
* **Partially muted (PARTIALLY_MUTED)**: an issue that has at least one open incident that is muted and one open incident that is not muted.
* **Not muted (NOT_MUTED)**: an issue that has no open muted incidents.

## View muted violations and incidents [#ui]

Expand Down

0 comments on commit 2c28839

Please sign in to comment.