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: articles/active-directory/governance/customize-workflow-schedule.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,31 +14,30 @@ ms.reviewer: krbain
14
14
ms.collection: M365-identity-device-management
15
15
---
16
16
17
-
# Customize the schedule of workflows (Preview)
17
+
# Customize the schedule of workflows
18
18
19
19
Workflows created using Lifecycle Workflows can be fully customized to match the schedule that fits your organization's needs. By default, workflows are scheduled to run every 3 hours, but the interval can be set as frequent as 1 hour, or as infrequent as 24 hours.
20
20
21
21
22
-
## Customize the schedule of workflows using Microsoft Graph
22
+
## Customize the schedule of workflows using the Azure portal
23
+
24
+
Workflows created within Lifecycle Workflows follow the same schedule that you define within the **Workflow Settings** page. To adjust the schedule, you'd follow these steps:
23
25
26
+
1. Sign in to the [Azure portal](https://portal.azure.com).
24
27
25
-
First, to view the current schedule interval of your workflows, run the following get call:
28
+
1. Select **Identity Governance** on the search bar near the top of the page.
26
29
27
-
```http
28
-
GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/settings
29
-
```
30
+
1. In the left menu, select **Lifecycle workflows (Preview)**.
30
31
32
+
1. Select **Workflow settings (Preview)** from the Lifecycle workflows overview page.
31
33
32
-
To customize a workflow in Microsoft Graph, use the following request and body:
1. On the workflow settings page you can set the schedule of workflows from an interval between 1-24.
35
+
:::image type="content" source="media/customize-workflow-schedule/workflow-schedule-settings.png" alt-text="Screenshot of the settings for workflow schedule.":::
36
+
1. After setting the workflow schedule, select save.
36
37
37
-
{
38
-
"workflowScheduleIntervalInHours":<Interval between 0-24>
39
-
}
38
+
## Customize the schedule of workflows using Microsoft Graph
40
39
41
-
```
40
+
To schedule workflow settings using API via Microsoft Graph, see: Update lifecycleManagementSettings [tenant settings for Lifecycle Workflows](/graph/api/resources/identitygovernance-lifecyclemanagementsettings).
0 commit comments