Skip to content

Commit fd80577

Browse files
Merge pull request #234498 from OWinfreyATL/owinfreyATL-Task-Acrolinx
Tasks acrolinx check
2 parents aa5b1f5 + 4d1516d commit fd80577

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

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

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 01/26/2023
1212
---
1313
# Lifecycle Workflow built-in tasks (Preview)
1414

15-
Lifecycle Workflows come with many pre-configured tasks that are designed to automate common lifecycle management scenarios. These built-in tasks can be utilized to make customized workflows to suit your organization's needs. These tasks can be configured within seconds to create new workflows. These tasks also have categories based on the Joiner-Mover-Leaver model so that they can be easily placed into workflows based on need. In this article you'll get the complete list of tasks, information on common parameters each task has, and a list of unique parameters needed for each specific task.
15+
Lifecycle Workflows come with many pre-configured tasks that are designed to automate common lifecycle management scenarios. These built-in tasks can be utilized to make customized workflows to suit your organization's needs. These tasks can be configured within seconds to create new workflows. These tasks also have categories based on the Joiner-Mover-Leaver model so that they can be easily placed into workflows based on need. In this article you get the complete list of tasks, information on common parameters each task has, and a list of unique parameters needed for each specific task.
1616

1717

1818
## Supported tasks
@@ -30,10 +30,10 @@ Common task parameters are the non-unique parameters contained in every task. Wh
3030
|---------|---------|
3131
|category | A read-only string that identifies the category or categories of the task. Automatically determined when the taskDefinitionID is chosen. |
3232
|taskDefinitionId | A string referencing a taskDefinition that determines which task to run. |
33-
|isEnabled | A boolean value that denotes whether the task is set to run or not. If set to “true" then the task will run. Defaults to true. |
33+
|isEnabled | A boolean value that denotes whether the task is set to run or not. If set to “true" then the task runs. Defaults to true. |
3434
|displayName | A unique string that identifies the task. |
3535
|description | A string that describes the purpose of the task for administrative use. (Optional) |
36-
|executionSequence | A read-only integer that states in what order the task will run in a workflow. For more information about executionSequence and workflow order, see: [Configure Scope](understanding-lifecycle-workflows.md#configure-scope). |
36+
|executionSequence | A read-only integer that states in what order the task runs in a workflow. For more information about executionSequence and workflow order, see: [Configure Scope](understanding-lifecycle-workflows.md#configure-scope). |
3737
|continueOnError | A boolean value that determines if the failure of this task stops the subsequent workflows from running. |
3838
|arguments | Contains unique parameters relevant for the given task. |
3939

@@ -43,7 +43,7 @@ Emails, sent from tasks, are able to be customized. If you choose to customize t
4343

4444
- **Subject:** Customizes the subject of emails.
4545
- **Message body:** Customizes the body of the emails being sent out.
46-
- **Email language translation:** Overrides the email recipient's language settings. Custom text is not customized, and it is recommended to set this language to the same language as the custom text.
46+
- **Email language translation:** Overrides the email recipient's language settings. Custom text isn't customized, and it's recommended to set this language to the same language as the custom text.
4747

4848
:::image type="content" source="media/lifecycle-workflow-task/customize-email-concept.png" alt-text="Screenshot of the customization email options.":::
4949

@@ -87,7 +87,7 @@ The Azure AD prerequisite to run the **Send welcome email to new hire** task is:
8787
- A populated mail attribute for the user.
8888

8989

90-
For Microsoft Graph the parameters for the **Send welcome email to new hire** task are as follows:
90+
For Microsoft Graph, the parameters for the **Send welcome email to new hire** task are as follows:
9191

9292
|Parameter |Definition |
9393
|---------|---------|
@@ -141,7 +141,7 @@ The Azure AD prerequisite to run the **Send onboarding reminder email** task is:
141141
- A populated manager's mail attribute for the user.
142142

143143

144-
For Microsoft Graph the parameters for the **Send onboarding reminder email** task are as follows:
144+
For Microsoft Graph, the parameters for the **Send onboarding reminder email** task are as follows:
145145

146146
|Parameter |Definition |
147147
|---------|---------|
@@ -204,7 +204,7 @@ The Azure AD prerequisites to run the **Generate Temporary Access Pass and send
204204
> [!IMPORTANT]
205205
> A user having this task run for them in a workflow must also not have any other authentication methods, sign-ins, or AAD role assignments for this task to work for them.
206206
207-
For Microsoft Graph the parameters for the **Generate Temporary Access Pass and send via email to user's manager** task are as follows:
207+
For Microsoft Graph, the parameters for the **Generate Temporary Access Pass and send via email to user's manager** task are as follows:
208208

209209
|Parameter |Definition |
210210
|---------|---------|
@@ -256,14 +256,14 @@ For Microsoft Graph the parameters for the **Generate Temporary Access Pass and
256256
### Add user to groups
257257

258258

259-
Allows users to be added to Microsoft 365 and cloud-only security groups. Mail-enabled, distribution, dynamic and role-assignable groups are not supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md).
259+
Allows users to be added to Microsoft 365 and cloud-only security groups. Mail-enabled, distribution, dynamic and role-assignable groups aren't supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md).
260260

261261

262262
You're able to customize the task name and description for this task.
263263
:::image type="content" source="media/lifecycle-workflow-task/add-group-task.png" alt-text="Screenshot of Workflows task: Add user to group task.":::
264264

265265

266-
For Microsoft Graph the parameters for the **Add user to groups** task are as follows:
266+
For Microsoft Graph, the parameters for the **Add user to groups** task are as follows:
267267

268268
|Parameter |Definition |
269269
|---------|---------|
@@ -299,7 +299,7 @@ You're able to add a user to an existing static team. You're able to customize t
299299
:::image type="content" source="media/lifecycle-workflow-task/add-team-task.png" alt-text="Screenshot of Workflows task: add user to team.":::
300300

301301

302-
For Microsoft Graph the parameters for the **Add user to teams** task are as follows:
302+
For Microsoft Graph, the parameters for the **Add user to teams** task are as follows:
303303

304304
|Parameter |Definition |
305305
|---------|---------|
@@ -331,12 +331,12 @@ For Microsoft Graph the parameters for the **Add user to teams** task are as fol
331331

332332
### Enable user account
333333

334-
Allows cloud-only user accounts to be enabled. Users with Azure AD role assignments are not supported, nor are users with membership or ownership of role-assignable groups. You can utilize Azure Active Directory's HR driven provisioning to on-premises Active Directory to disable and enable synchronized accounts with an attribute mapping to `accountDisabled` based on data from your HR source. For more information, see: [Workday Configure attribute mappings](../saas-apps/workday-inbound-tutorial.md#part-4-configure-attribute-mappings) and [SuccessFactors Configure attribute mappings](../saas-apps/sap-successfactors-inbound-provisioning-tutorial.md#part-4-configure-attribute-mappings). You're able to customize the task name and description for this task in the Azure portal.
334+
Allows cloud-only user accounts to be enabled. Users with Azure AD role assignments aren't supported, nor are users with membership or ownership of role-assignable groups. You can utilize Azure Active Directory's HR driven provisioning to on-premises Active Directory to disable and enable synchronized accounts with an attribute mapping to `accountDisabled` based on data from your HR source. For more information, see: [Workday Configure attribute mappings](../saas-apps/workday-inbound-tutorial.md#part-4-configure-attribute-mappings) and [SuccessFactors Configure attribute mappings](../saas-apps/sap-successfactors-inbound-provisioning-tutorial.md#part-4-configure-attribute-mappings). You're able to customize the task name and description for this task in the Azure portal.
335335

336336
:::image type="content" source="media/lifecycle-workflow-task/enable-task.png" alt-text="Screenshot of Workflows task: enable user account.":::
337337

338338

339-
For Microsoft Graph the parameters for the **Enable user account** task are as follows:
339+
For Microsoft Graph, the parameters for the **Enable user account** task are as follows:
340340

341341
|Parameter |Definition |
342342
|---------|---------|
@@ -370,7 +370,7 @@ The Azure AD prerequisite to run the **Run a Custom Task Extension** task is:
370370

371371
- A Logic App that is compatible with the custom task extension. For more information, see: [Lifecycle workflow extensibility](lifecycle-workflow-extensibility.md).
372372

373-
For Microsoft Graph the parameters for the **Run a Custom Task Extension** task are as follows:
373+
For Microsoft Graph, the parameters for the **Run a Custom Task Extension** task are as follows:
374374

375375
|Parameter |Definition |
376376
|---------|---------|
@@ -405,12 +405,12 @@ For more information on setting up a Logic app to run with Lifecycle Workflows,
405405

406406
### Disable user account
407407

408-
Allows cloud-only user accounts to be disabled. Users with Azure AD role assignments are not supported, nor are users with membership or ownership of role-assignable groups. You can utilize Azure Active Directory's HR driven provisioning to on-premises Active Directory to disable and enable synchronized accounts with an attribute mapping to `accountDisabled` based on data from your HR source. For more information, see: [Workday Configure attribute mappings](../saas-apps/workday-inbound-tutorial.md#part-4-configure-attribute-mappings) and [SuccessFactors Configure attribute mappings](../saas-apps/sap-successfactors-inbound-provisioning-tutorial.md#part-4-configure-attribute-mappings). You're able to customize the task name and description for this task in the Azure portal.
408+
Allows cloud-only user accounts to be disabled. Users with Azure AD role assignments aren't supported, nor are users with membership or ownership of role-assignable groups. You can utilize Azure Active Directory's HR driven provisioning to on-premises Active Directory to disable and enable synchronized accounts with an attribute mapping to `accountDisabled` based on data from your HR source. For more information, see: [Workday Configure attribute mappings](../saas-apps/workday-inbound-tutorial.md#part-4-configure-attribute-mappings) and [SuccessFactors Configure attribute mappings](../saas-apps/sap-successfactors-inbound-provisioning-tutorial.md#part-4-configure-attribute-mappings). You're able to customize the task name and description for this task in the Azure portal.
409409

410410
:::image type="content" source="media/lifecycle-workflow-task/disable-task.png" alt-text="Screenshot of Workflows task: disable user account.":::
411411

412412

413-
For Microsoft Graph the parameters for the **Disable user account** task are as follows:
413+
For Microsoft Graph, the parameters for the **Disable user account** task are as follows:
414414

415415
|Parameter |Definition |
416416
|---------|---------|
@@ -435,15 +435,15 @@ For Microsoft Graph the parameters for the **Disable user account** task are as
435435

436436
### Remove user from selected groups
437437

438-
Allows users to be removed from Microsoft 365 and cloud-only security groups. Mail-enabled, distribution, dynamic and role-assignable groups are not supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md).
438+
Allows users to be removed from Microsoft 365 and cloud-only security groups. Mail-enabled, distribution, dynamic and role-assignable groups aren't supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md).
439439

440440

441441
You're able to customize the task name and description for this task in the Azure portal.
442442
:::image type="content" source="media/lifecycle-workflow-task/remove-group-task.png" alt-text="Screenshot of Workflows task: Remove user from select groups.":::
443443

444444

445445

446-
For Microsoft Graph the parameters for the **Remove user from selected groups** task are as follows:
446+
For Microsoft Graph, the parameters for the **Remove user from selected groups** task are as follows:
447447

448448
|Parameter |Definition |
449449
|---------|---------|
@@ -475,7 +475,7 @@ For Microsoft Graph the parameters for the **Remove user from selected groups**
475475

476476
### Remove users from all groups
477477

478-
Allows users to be removed from every Microsoft 365 and cloud-only security group they're a member of. Mail-enabled, distribution, dynamic and role-assignable groups are not supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md).
478+
Allows users to be removed from every Microsoft 365 and cloud-only security group they're a member of. Mail-enabled, distribution, dynamic and role-assignable groups aren't supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md).
479479

480480

481481

@@ -484,7 +484,7 @@ You're able to customize the task name and description for this task in the Azur
484484
:::image type="content" source="media/lifecycle-workflow-task/remove-all-groups-task.png" alt-text="Screenshot of Workflows task: remove user from all groups.":::
485485

486486

487-
For Microsoft Graph the parameters for the **Remove users from all groups** task are as follows:
487+
For Microsoft Graph, the parameters for the **Remove users from all groups** task are as follows:
488488

489489
|Parameter |Definition |
490490
|---------|---------|
@@ -513,7 +513,7 @@ For Microsoft Graph the parameters for the **Remove users from all groups** task
513513
Allows a user to be removed from one or multiple static teams. You're able to customize the task name and description for this task in the Azure portal.
514514
:::image type="content" source="media/lifecycle-workflow-task/remove-user-team-task.png" alt-text="Screenshot of Workflows task: remove user from teams.":::
515515

516-
For Microsoft Graph the parameters for the **Remove User from Teams** task are as follows:
516+
For Microsoft Graph, the parameters for the **Remove User from Teams** task are as follows:
517517

518518
|Parameter |Definition |
519519
|---------|---------|
@@ -547,7 +547,7 @@ For Microsoft Graph the parameters for the **Remove User from Teams** task are a
547547
Allows users to be removed from every static team they're a member of. You're able to customize the task name and description for this task in the Azure portal.
548548
:::image type="content" source="media/lifecycle-workflow-task/remove-user-all-team-task.png" alt-text="Screenshot of Workflows task: remove user from all teams.":::
549549

550-
For Microsoft Graph the parameters for the **Remove users from all teams** task are as follows:
550+
For Microsoft Graph, the parameters for the **Remove users from all teams** task are as follows:
551551

552552
|Parameter |Definition |
553553
|---------|---------|
@@ -578,7 +578,7 @@ Allows all direct license assignments to be removed from a user. For group-based
578578
You're able to customize the task name and description for this task in the Azure portal.
579579
:::image type="content" source="media/lifecycle-workflow-task/remove-license-assignment-task.png" alt-text="Screenshot of Workflows task: remove all licenses from users.":::
580580

581-
For Microsoft Graph the parameters for the **Remove all license assignment from user** task are as follows:
581+
For Microsoft Graph, the parameters for the **Remove all license assignment from user** task are as follows:
582582

583583
|Parameter |Definition |
584584
|---------|---------|
@@ -604,11 +604,11 @@ For Microsoft Graph the parameters for the **Remove all license assignment from
604604

605605
### Delete User
606606

607-
Allows cloud-only user accounts to be deleted. Users with Azure AD role assignments are not supported, nor are users with membership or ownership of role-assignable groups. You're able to customize the task name and description for this task in the Azure portal.
607+
Allows cloud-only user accounts to be deleted. Users with Azure AD role assignments aren't supported, nor are users with membership or ownership of role-assignable groups. You're able to customize the task name and description for this task in the Azure portal.
608608
:::image type="content" source="media/lifecycle-workflow-task/delete-user-task.png" alt-text="Screenshot of Workflows task: Delete user account.":::
609609

610610

611-
For Microsoft Graph the parameters for the **Delete User** task are as follows:
611+
For Microsoft Graph, the parameters for the **Delete User** task are as follows:
612612

613613
|Parameter |Definition |
614614
|---------|---------|
@@ -692,7 +692,7 @@ The Azure AD prerequisite to run the **Send email on user last day** task are:
692692
- A populated manager attribute for the user.
693693
- A populated manager's mail attribute for the user.
694694

695-
For Microsoft Graph the parameters for the **Send email on user last day** task are as follows:
695+
For Microsoft Graph, the parameters for the **Send email on user last day** task are as follows:
696696

697697
|Parameter |Definition |
698698
|---------|---------|
@@ -742,7 +742,7 @@ The Azure AD prerequisite to run the **Send email to users manager after their l
742742
- A populated manager's mail attribute for the user.
743743

744744

745-
For Microsoft Graph the parameters for the **Send email to users manager after their last day** task are as follows:
745+
For Microsoft Graph, the parameters for the **Send email to users manager after their last day** task are as follows:
746746

747747
|Parameter |Definition |
748748
|---------|---------|

0 commit comments

Comments
 (0)