Skip to content

Commit 69482e2

Browse files
Merge pull request #228465 from OWinfreyATL/owinfreyATL-Customize-Schedule
Customize schedule UI steps.
2 parents 6bf6707 + e4eec67 commit 69482e2

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

articles/active-directory/governance/customize-workflow-schedule.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,30 @@ ms.reviewer: krbain
1414
ms.collection: M365-identity-device-management
1515
---
1616

17-
# Customize the schedule of workflows (Preview)
17+
# Customize the schedule of workflows
1818

1919
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.
2020

2121

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:
2325

26+
1. Sign in to the [Azure portal](https://portal.azure.com).
2427

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.
2629

27-
```http
28-
GET https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/settings
29-
```
30+
1. In the left menu, select **Lifecycle workflows (Preview)**.
3031

32+
1. Select **Workflow settings (Preview)** from the Lifecycle workflows overview page.
3133

32-
To customize a workflow in Microsoft Graph, use the following request and body:
33-
```http
34-
PATCH https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/settings
35-
Content-type: application/json
34+
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.
3637

37-
{
38-
"workflowScheduleIntervalInHours":<Interval between 0-24>
39-
}
38+
## Customize the schedule of workflows using Microsoft Graph
4039

41-
```
40+
To schedule workflow settings using API via Microsoft Graph, see: Update lifecycleManagementSettings [tenant settings for Lifecycle Workflows](/graph/api/resources/identitygovernance-lifecyclemanagementsettings).
4241

4342
## Next steps
4443

65.4 KB
Loading

0 commit comments

Comments
 (0)