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/create-lifecycle-workflow.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,7 @@ Workflows can be created and customized for common scenarios using templates, or
21
21
22
22
## Prerequisites
23
23
24
-
- Azure AD Premium P2
25
-
26
-
For more information, see: [License requirements](what-are-lifecycle-workflows.md#license-requirements)
24
+
The Lifecycle Workflows preview requires Azure AD Premium P2. For more information, see: [License requirements](what-are-lifecycle-workflows.md#license-requirements).
27
25
28
26
## Create a Lifecycle workflow using a template in the Azure portal
Copy file name to clipboardExpand all lines: articles/active-directory/governance/delete-lifecycle-workflow.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,7 @@ You can remove workflows that are no longer needed. Deleting these workflows all
20
20
21
21
## Prerequisites
22
22
23
-
- Azure AD Premium P2
24
-
25
-
For more information, see: [License requirements](what-are-lifecycle-workflows.md#license-requirements)
23
+
The Lifecycle Workflows preview requires Azure AD Premium P2. For more information, see: [License requirements](what-are-lifecycle-workflows.md#license-requirements).
Copy file name to clipboardExpand all lines: articles/active-directory/governance/tutorial-offboard-custom-workflow-portal.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,8 @@ You may learn more about running a workflow on-demand [here](on-demand-workflow.
28
28
29
29
## Prerequisites
30
30
31
-
-Azure AD Premium P2
31
+
The Lifecycle Workflows preview requires Azure AD Premium P2. For more information, see: [License requirements](what-are-lifecycle-workflows.md#license-requirements).
32
32
33
-
For more information, see: [License requirements](what-are-lifecycle-workflows.md#license-requirements)
Copy file name to clipboardExpand all lines: articles/active-directory/governance/tutorial-onboard-custom-workflow-portal.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,25 +16,23 @@ ms.custom: template-tutorial
16
16
17
17
# Automate employee onboarding tasks before their first day of work with Azure portal (preview)
18
18
19
-
This tutorial provides a step-by-step guide on how to automate pre-hire tasks with Lifecycle workflows using the Azure portal.
19
+
This tutorial provides a step-by-step guide on how to automate prehire tasks with Lifecycle workflows using the Azure portal.
20
20
21
-
This pre-hire scenario will generate a temporary access pass for our new employee and send it via email to the user's new manager.
21
+
This prehire scenario generates a temporary access pass for our new employee and sends it via email to the user's new manager.
22
22
23
23
:::image type="content" source="media/tutorial-lifecycle-workflows/arch-2.png" alt-text="Screenshot of the lifecycle workflow scenario." lightbox="media/tutorial-lifecycle-workflows/arch-2.png":::
24
24
25
25
## Prerequisites
26
26
27
-
- Azure AD Premium P2
28
-
29
-
For more information, see: [License requirements](what-are-lifecycle-workflows.md#license-requirements)
27
+
The Lifecycle Workflows preview requires Azure AD Premium P2. For more information, see [License requirements](what-are-lifecycle-workflows.md#license-requirements).
30
28
31
29
## Before you begin
32
30
33
31
Two accounts are required for this tutorial, one account for the new hire and another account that acts as the manager of the new hire. The new hire account must have the following attributes set:
34
32
35
33
- employeeHireDate must be set to today
36
-
-department must be set to sales
37
-
-manager attribute must be set, and the manager account should have a mailbox to receive an email
34
+
-Department must be set to sales
35
+
-Manager attribute must be set, and the manager account should have a mailbox to receive an email
38
36
39
37
For more comprehensive instructions on how to complete these prerequisite steps, you may refer to the [Preparing user accounts for Lifecycle workflows tutorial](tutorial-prepare-azure-ad-user-accounts.md). The [TAP policy](../authentication/howto-authentication-temporary-access-pass.md#enable-the-temporary-access-pass-policy) must also be enabled to run this tutorial.
40
38
@@ -47,7 +45,7 @@ Detailed breakdown of the relevant attributes:
47
45
|employeeHireDate|Used to trigger the workflow|Employee|
48
46
|department|Used to provide the scope for the workflow|Employee|
49
47
50
-
The pre-hire scenario can be broken down into the following:
48
+
The prehire scenario can be broken down into the following:
51
49
-**Prerequisite:** Create two user accounts, one to represent an employee and one to represent a manager
52
50
-**Prerequisite:** Editing the attributes required for this scenario in the portal
53
51
-**Prerequisite:** Edit the attributes for this scenario using Microsoft Graph Explorer
@@ -57,9 +55,9 @@ The pre-hire scenario can be broken down into the following:
57
55
- Verifying the workflow was successfully executed
58
56
59
57
## Create a workflow using pre-hire template
60
-
Use the following steps to create a pre-hire workflow that will generate a TAP and send it via email to the user's manager using the Azure portal.
58
+
Use the following steps to create a prehire workflow that will generate a TAP and send it via email to the user's manager using the Azure portal.
61
59
62
-
1. Sign in to Azure portal
60
+
1. Sign in to Azure portal.
63
61
2. On the right, select **Azure Active Directory**.
64
62
3. Select **Identity Governance**.
65
63
4. Select **Lifecycle workflows (Preview)**.
@@ -69,23 +67,23 @@ Use the following steps to create a pre-hire workflow that will generate a TAP a
69
67
6. From the templates, select **select** under **Onboard pre-hire employee**.
70
68
:::image type="content" source="media/tutorial-lifecycle-workflows/select-template.png" alt-text="Screenshot of selecting workflow template." lightbox="media/tutorial-lifecycle-workflows/select-template.png":::
71
69
72
-
7. Next, you will configure the basic information about the workflow. This information includes when the workflow will trigger, known as **Days from event**. So in this case, the workflow will trigger two days before the employee's hire date. On the onboard pre-hire employee screen, add the following settings and then select **Next: Configure Scope**.
70
+
7. Next, you'll configure the basic information about the workflow. This information includes when the workflow triggers, known as **Days from event**. So in this case, the workflow triggers two days before the employee's hire date. On the onboard prehire employee screen, add the following settings and then select **Next: Configure Scope**.
73
71
74
72
:::image type="content" source="media/tutorial-lifecycle-workflows/configure-scope.png" alt-text="Screenshot of selecting a configuration scope." lightbox="media/tutorial-lifecycle-workflows/configure-scope.png":::
75
73
76
-
8. Next, you will configure the scope. The scope determines which users this workflow will run against. In this case, it will be on all users in the Sales department. On the configure scope screen, under **Rule** add the following settings and then select **Next: Review tasks**. For a full list of supported user properties, see:[Supported user properties and query parameters](/graph/api/resources/identitygovernance-rulebasedsubjectset?view=graph-rest-beta&preserve-view=true#supported-user-properties-and-query-parameters)
74
+
8. Next, you'll configure the scope. The scope determines which users this workflow runs against. In this case, it is on all users in the Sales department. On the configure scope screen, under **Rule** add the following settings and then select **Next: Review tasks**. For a full list of supported user properties, see [Supported user properties and query parameters](/graph/api/resources/identitygovernance-rulebasedsubjectset?view=graph-rest-beta&preserve-view=true#supported-user-properties-and-query-parameters).
77
75
78
76
:::image type="content" source="media/tutorial-lifecycle-workflows/review-tasks.png" alt-text="Screenshot of selecting review tasks." lightbox="media/tutorial-lifecycle-workflows/review-tasks.png":::
79
77
80
-
9. On the following page, you may inspect the task if desired but no additional configuration is needed. Select **Next: Review + Create** when you are finished.
78
+
9. On the following page, you may inspect the task if desired but no additional configuration is needed. Select **Next: Review + Create** when you're finished.
81
79
:::image type="content" source="media/tutorial-lifecycle-workflows/onboard-review-create.png" alt-text="Screenshot of reviewing an on-board workflow." lightbox="media/tutorial-lifecycle-workflows/onboard-review-create.png":::
82
80
83
81
10. On the review blade, verify the information is correct and select **Create**.
84
82
:::image type="content" source="media/tutorial-lifecycle-workflows/onboard-create.png" alt-text="Screenshot of creating an onboard workflow." lightbox="media/tutorial-lifecycle-workflows/onboard-create.png":::
85
83
86
84
87
85
## Run the workflow
88
-
Now that the workflow is created, it will automatically run the workflow every 3 hours. Lifecycle workflows will check every 3 hours for users in the associated execution condition and execute the configured tasks for those users. However, for the tutorial, we would like to run it immediately. To run a workflow immediately, we can use the on-demand feature.
86
+
Now that the workflow is created, it will automatically run the workflow every 3 hours. Lifecycle workflows check every 3 hours for users in the associated execution condition and execute the configured tasks for those users. However, for the tutorial, we would like to run it immediately. To run a workflow immediately, we can use the on-demand feature.
89
87
90
88
>[!NOTE]
91
89
>Be aware that you currently cannot run a workflow on-demand if it is set to disabled. You need to set the workflow to enabled to use the on-demand feature.
@@ -101,12 +99,12 @@ To run a workflow on-demand, for users using the Azure portal, do the following
101
99
102
100
## Check tasks and workflow status
103
101
104
-
At any time, you may monitor the status of the workflows and the tasks. As a reminder, there are three different data pivots, users runs, and tasks which are currently available in public preview. You may learn more in the how-to guide [Check the status of a workflow (preview)](check-status-workflow.md). In the course of this tutorial, we will look at the status using the user focused reports.
102
+
At any time, you may monitor the status of the workflows and the tasks. As a reminder, there are three different data pivots, users runs, and tasks that are currently available in public preview. You may learn more in the how-to guide [Check the status of a workflow (preview)](check-status-workflow.md). In the course of this tutorial, we'll look at the status using the user focused reports.
105
103
106
104
1. To begin, select the **Workflow history (Preview)** tab on the left to view the user summary and associated workflow tasks and statuses.
107
105
:::image type="content" source="media/tutorial-lifecycle-workflows/workflow-history.png" alt-text="Screenshot of workflow History status." lightbox="media/tutorial-lifecycle-workflows/workflow-history.png":::
108
106
109
-
1. Once the **Workflow history (Preview)** tab has been selected, you will land on the workflow history page as shown.
107
+
1. Once the **Workflow history (Preview)** tab has been selected, you'll land on the workflow history page as shown.
110
108
:::image type="content" source="media/tutorial-lifecycle-workflows/user-summary.png" alt-text="Screenshot of workflow history overview" lightbox="media/tutorial-lifecycle-workflows/user-summary.png":::
111
109
112
110
1. Next, you may select **Total tasks** for the user Jane Smith to view the total number of tasks created and their statuses. In this example, there are three total tasks assigned to the user Jane Smith.
@@ -126,4 +124,4 @@ After running your workflow on-demand and checking that everything is working fi
126
124
127
125
## Next steps
128
126
-[Tutorial: Preparing user accounts for Lifecycle workflows (preview)](tutorial-prepare-azure-ad-user-accounts.md)
129
-
-[Automate employee onboarding tasks before their first day of work using Lifecycle Workflows APIs](/graph/tutorial-lifecycle-workflows-onboard-custom-workflow)
127
+
-[Automate employee onboarding tasks before their first day of work using Lifecycle Workflows APIs](/graph/tutorial-lifecycle-workflows-onboard-custom-workflow)
0 commit comments