Skip to content

Commit c68eb41

Browse files
committed
edit pass: lifecycle-workflow-articles
1 parent 98e42e9 commit c68eb41

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

articles/active-directory/governance/create-lifecycle-workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To create a workflow based on a template:
5858

5959
1. On the **Review tasks** tab, you can add a task to the template by selecting **Add task**. To enable an existing task on the list, select **Enable**. To disable a task, select **Disable**. To remove a task from the template, select **Remove**.
6060

61-
When you're finished with tasks for your workflow, select **Next**.
61+
When you're finished with tasks for your workflow, select **Next: Review and create**.
6262

6363
:::image type="content" source="media/create-lifecycle-workflow/template-tasks.png" alt-text="Screenshot of adding tasks to templates.":::
6464

@@ -69,9 +69,9 @@ To create a workflow based on a template:
6969
> [!IMPORTANT]
7070
> By default, a newly created workflow is disabled to allow for the testing of it first on smaller audiences. For more information about testing workflows before rolling them out to many users, see [Run an on-demand workflow](on-demand-workflow.md).
7171
72-
## Create a workflow by using Microsoft Graph
72+
## Create a lifecycle workflow by using Microsoft Graph
7373

74-
To create a workflow by using the Microsoft Graph API, see [Create a lifecycle workflow](/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows).
74+
To create a lifecycle workflow by using the Microsoft Graph API, see [Create workflow](/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows).
7575

7676
## Next steps
7777

articles/active-directory/governance/delete-lifecycle-workflow.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.collection: M365-identity-device-management
1616

1717
# Delete a lifecycle workflow (preview)
1818

19-
You can remove workflows that you no longer need. Deleting these workflows allows you to make sure your lifecycle strategy is up to date.
19+
You can remove workflows that you no longer need. Deleting these workflows helps keep your lifecycle strategy up to date.
2020

2121
When a workflow is deleted, it enters a soft-delete state. During this period, you can still view it in the list of deleted workflows and restore it if needed. A workflow is permanently removed 30 days after it enters a soft-delete state. If you don't want to wait 30 days for a workflow to be permanently deleted, you can manually delete it.
2222

@@ -28,7 +28,7 @@ The preview of lifecycle workflows requires Azure Active Directory (Azure AD) Pr
2828

2929
1. Sign in to the [Azure portal](https://portal.azure.com).
3030

31-
1. On the search bar near the top of the page, type **Identity Governance** and select it.
31+
1. On the search bar near the top of the page, enter **Identity Governance**. Then select **Identity Governance** in the results.
3232

3333
1. On the left menu, select **Lifecycle Workflows (Preview)**.
3434

@@ -38,7 +38,7 @@ The preview of lifecycle workflows requires Azure Active Directory (Azure AD) Pr
3838

3939
:::image type="content" source="media/delete-lifecycle-workflow/delete-button.png" alt-text="Screenshot of a list of workflows with one selected, along with the Delete button.":::
4040

41-
1. Confirm that you want to delete the selected workflow by selecting the **Delete** button.
41+
1. Confirm that you want to delete the workflow by selecting the **Delete** button.
4242

4343
:::image type="content" source="media/delete-lifecycle-workflow/delete-workflow.png" alt-text="Screenshot of confirming the deletion of a workflow.":::
4444

@@ -64,9 +64,13 @@ To delete a workflow by using an API via Microsoft Graph, see [Delete a lifecycl
6464

6565
To view a list of deleted workflows by using an API via Microsoft Graph, see [List deleted workflows](/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems).
6666

67-
To permanently delete a workflow by using API via Microsoft Graph, see [Permanently delete a deleted workflow](/graph/api/identitygovernance-deleteditemcontainer-delete).
67+
## Permanently delete a workflow by using Microsoft Graph
6868

69-
To restore a soft-deleted workflow by using an API via Microsoft Graph, see [Restore a deleted workflow](/graph/api/identitygovernance-workflow-restore).
69+
To permanently delete a workflow by using an API via Microsoft Graph, see [Permanently delete a deleted workflow](/graph/api/identitygovernance-deleteditemcontainer-delete).
70+
71+
## Restore a deleted workflow by using Microsoft Graph
72+
73+
To restore a deleted workflow by using an API via Microsoft Graph, see [Restore a deleted workflow](/graph/api/identitygovernance-workflow-restore).
7074

7175
> [!NOTE]
7276
> You can't restore permanently deleted workflows.

articles/active-directory/governance/tutorial-offboard-custom-workflow-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Use the following steps to create a leaver on-demand workflow that will execute
7070

7171
:::image type="content" source="media/tutorial-lifecycle-workflows/real-time-users.png" alt-text="Screenshot of the option for selecting users to run now." lightbox="media/tutorial-lifecycle-workflows/real-time-users.png":::
7272

73-
10. Select **Add users** to designate the users to be executed on this workflow.
73+
10. Select **Add users** to designate the users for this workflow.
7474

7575
:::image type="content" source="media/tutorial-lifecycle-workflows/real-time-add-users.png" alt-text="Screenshot of the button for adding users." lightbox="media/tutorial-lifecycle-workflows/real-time-add-users.png":::
7676

@@ -95,7 +95,7 @@ To run the workflow immediately, you can use the on-demand feature.
9595
> [!NOTE]
9696
> You currently can't run a workflow on demand if it's set to **Disabled**. You need to set the workflow to **Enabled** to use the on-demand feature.
9797
98-
To run a workflow on demand for users who are using the Azure portal:
98+
To run a workflow on demand for users by using the Azure portal:
9999

100100
1. On the workflow screen, select the specific workflow that you want to run.
101101
2. Select **Run on demand**.
@@ -125,7 +125,7 @@ At any time, you can monitor the status of workflows and tasks. Three data pivot
125125

126126
1. Select **Unprocessed tasks** for a user to view the total number of unprocessed or canceled tasks assigned to that user.
127127

128-
:::image type="content" source="media/tutorial-lifecycle-workflows/canceled-tasks-real-time.png" alt-text="Screenshot of unprocessed tasks for a real-time workflow." lightbox="media/tutorial-lifecycle-workflows/canceled-tasks-real-time.png":::
128+
:::image type="content" source="media/tutorial-lifecycle-workflows/canceled-tasks-real-time.png" alt-text="Screenshot of unprocessed tasks for a real-time workflow." lightbox="media/tutorial-lifecycle-workflows/canceled-tasks-real-time.png":::
129129

130130
## Next steps
131131

0 commit comments

Comments
 (0)