You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/id-governance/reprocess-workflow.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Reprocess workflow runs using Lifecycle Workflows (Preview)
2
+
title: Reprocess workflow runs using Lifecycle Workflows
3
3
description: This article guides a user on reprocessing workflow runs using Lifecycle Workflows
4
4
author: owinfreyATL
5
5
ms.author: owinfrey
@@ -12,7 +12,7 @@ ms.date: 09/06/2025
12
12
#CustomerIntent: As a Lifecycle Workflow Administrator, I want to reprocess workflow runs so that I can quickly re-run workflows that may have failed.
13
13
---
14
14
15
-
# Reprocess workflow runs using Lifecycle Workflows (Preview)
15
+
# Reprocess workflow runs using Lifecycle Workflows
16
16
17
17
Reprocessing workflows is a feature that allows workflows created using lifecycle workflows to be run again to ensure workflows operate as intended. This is useful when dealing with runs that failed for some reason. This article provides step-by-step instructions for reprocessing workflows using the Microsoft Entra admin center, enabling you to quickly and efficiently manage workflow runs for users or specific runs.
description: This article describes sensitivity labels in Workflows, and how to see them during the task creation process.
4
+
author: owinfreyATL
5
+
ms.author: owinfrey
6
+
ms.service: entra-id-governance
7
+
ms.subservice: lifecycle-workflows
8
+
ms.topic: how-to #Required; leave this attribute/value as-is
9
+
ms.date: 11/04/2025
10
+
11
+
#CustomerIntent: As an identity governance administrator, I want to view sensitivity labels of groups so that I can maintain security of groups within my environment.
12
+
---
13
+
14
+
# Sensitivity labels in Lifecycle Workflows
15
+
16
+
Maintaining and classifying secure data within your environment is an important part in maintaining a secure environment. Sensitivity labels from Microsoft Purview Information Protection let you classify and protect your organization's data, while making sure that user productivity and their ability to collaborate isn't hindered. With sensitivity labels in Lifecycle Workflows, administrators are able to quickly view the sensitivity labels of groups during creation, and editing, of workflow tasks.
17
+
18
+
## License requirements
19
+
20
+
[!INCLUDE [Microsoft Entra ID Governance license](~/includes/entra-entra-governance-license.md)]
21
+
22
+
## Prerequisites
23
+
24
+
Along with Microsoft Entra licenses required for Lifecycle workflows, you must also have:
25
+
26
+
-[A created sensitivity label](/purview/create-sensitivity-labels?tabs=classic-label-scheme#create-and-configure-sensitivity-labels)
27
+
-[A sensitivity applied to the group you want to use within a Lifecycle workflow task](/purview/sensitivity-labels-teams-groups-sites#using-sensitivity-labels-for-microsoft-teams-microsoft-365-groups-and-sharepoint-sites)
28
+
29
+
## View the sensitivity label of a group used in a workflow task
30
+
31
+
Sensitivity labels of groups can be viewed when using groups as a scope for workflows, and via specific group workflow tasks. To view the sensitivity labels of groups using Lifecycle workflows, do the following steps:
32
+
33
+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Lifecycle Workflows Administrator](../identity/role-based-access-control/permissions-reference.md#lifecycle-workflows-administrator).
34
+
35
+
1. Browse to **ID Governance** > **Lifecycle workflows** > **Create a workflow**.
36
+
37
+
1. On the **Choose a workflow** page, select the workflow template that you want to use.
38
+
39
+
1. Add Basic information, trigger, and scope.
40
+
41
+
1. If group scope is chosen, when the **+Select group** option is picked you're able to see the sensitivity labels of each group.
42
+
:::image type="content" source="media/workflow-sensitivity-labels/group-sensitivity-labels.png" alt-text="Screenshot of workflow sensitivity label." lightbox="media/workflow-sensitivity-labels/group-sensitivity-labels.png":::
43
+
1. If not using a group scope you're also able to see the sensitivity label of groups by selecting a group task, and then adding a group to the task.
Copy file name to clipboardExpand all lines: docs/identity/monitoring-health/howto-configure-health-alert-notifications.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,13 @@ There are different roles, permissions, and license requirements to view health
35
35
- The `Group.Read.All` permission is the least privileged permission required to *view groups*.
36
36
- The `HealthMonitoringAlert.Read.All` permission is required to *view the alerts using the Microsoft Graph API*.
37
37
- The `HealthMonitoringAlert.ReadWrite.All` permission is required to *view and modify the alerts using the Microsoft Graph API*.
38
+
- The `HealthMonitoringAlertConfig.Read.All` permission is required to *view the configured email notification using Microsoft Graph /reports/healthmonitoring/alertConfigurations/{alertType} API* or to *view the configured webhook notification using Microsoft Graph /subscriptions API*.
39
+
- The `HealthMonitoringAlertConfig.ReadWrite.All` permission is required to *view and modify email notification using Microsoft Graph /reports/healthmonitoring/alertConfigurations/{alertType} API* or to *view and modify the configured webhook notification using Microsoft Graph /subscriptions API*.
38
40
- For a full list of roles, see [Least privileged role by task](../role-based-access-control/delegate-by-task.md#monitoring-and-health---audit-and-sign-in-logs-least-privileged-roles).
39
41
40
42
> [!NOTE]
41
-
> Newly onboarded tenants might not have enough data to generate alerts for about 30 days.
43
+
> * Newly onboarded tenants might not have enough data to generate alerts for about 30 days. <br>
44
+
> * If you see error due to missing required Microsoft Graph permissions, to get more information about Micorosft Graph permisisons, see [Microsoft graph permissions](/graph/permissions-overview).
42
45
43
46
## Determine email notification recipients
44
47
@@ -145,6 +148,9 @@ Microsoft Graph change notifications allow your application to receive real-time
145
148
146
149
To start receiving notifications, your application sends a `POST` request to the /`subscriptions` endpoint to subscribe to a specific resource, in this case, health monitoring alerts. Microsoft Graph then validates the request and confirms the subscription. Once the subscription is active, Microsoft Graph sends a notification to your designated endpoint whenever the subscribed resource is created. For more information, see [Microsoft Graph change notifications](/graph/change-notifications-overview).
147
150
151
+
> [!NOTE]
152
+
> If you see error due to missing required Microsoft Graph permissions, to get more information about Micorosft Graph permisisons, see [Microsoft graph permissions](/graph/permissions-overview).
153
+
148
154
After receiving a notification, you should investigate the alert either through the Microsoft Entra admin center or through the Microsoft Graph API. If you need to assess the alert's impact, we recommend either polling or introducing a short delay before calling the health monitoring alert API for impact assessment data to be available. For more information, see [How to investigate health scenario alerts](howto-investigate-health-scenario-alerts.md).
149
155
150
156
The following example shows a basic request to subscribe to changes to Health Monitoring alert changes.
@@ -171,4 +177,4 @@ If you want to subscribe to notifications for only one specific alert type, amen
171
177
## Related content
172
178
173
179
-[Set up notifications for changes in resource data](/graph/change-notifications-overview)
174
-
-[Configure email notifications for alerts](/graph/api/healthmonitoring-alertconfiguration-update?view=graph-rest-beta&preserve-view=true)
180
+
-[Configure email notifications for alerts](/graph/api/healthmonitoring-alertconfiguration-update?view=graph-rest-beta&preserve-view=true)
0 commit comments