Skip to content

Commit 655c026

Browse files
authored
Update what-are-lifecycle-workflows.md
1 parent d79f7c6 commit 655c026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/governance/what-are-lifecycle-workflows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Lifecycle workflows are a new identity governance feature that enables organizat
2323

2424
Workflows contain specific processes that run automatically against users as they move through their lifecycle. Workflows consist of [tasks](lifecycle-workflow-tasks.md) and [execution conditions](understanding-lifecycle-workflows.md#understanding-lifecycle-workflows).
2525

26-
Tasks are specific actions that run automatically when a workflow is triggered. An execution condition defines the scope of who's affected and the trigger of when a workflow will be performed. For example, sending a manager an email seven days before the value in the `NewEmployeeHireDate` attribute of new employees can be described as a workflow. It consists of:
26+
Tasks are specific actions that run automatically when a workflow is triggered. An execution condition defines the scope of who's affected and the trigger of when a workflow will be performed. For example, sending a manager an email seven days before the value in the `employeeHireDate` attribute of new employees can be described as a workflow. It consists of:
2727

2828
- Task: Send email.
2929
- Who (scope): New employees.
30-
- When (trigger): Seven days before the `NewEmployeeHireDate` attribute value.
30+
- When (trigger): Seven days before the `employeeHireDate` attribute value.
3131

3232
An automatic workflow schedules a [trigger](understanding-lifecycle-workflows.md#trigger-details) based on user attributes. Scoping of automatic workflows is possible through a wide range of user and extended attributes, such as the department that a user belongs to.
3333

@@ -63,7 +63,7 @@ You can use lifecycle workflows to address any of the following conditions:
6363
- **Automating group membership**: When groups in your organization are well defined, you can automate user membership in those groups. Benefits and differences from dynamic groups include:
6464
- Lifecycle workflows manage static groups, where you don't need a dynamic group rule.
6565
- There's no need to have one rule per group. Lifecycle workflow rules determine the scope of users to execute workflows against, not which group.
66-
- Lifecycle workflows help manage users' lifecycle beyond attributes supported in dynamic groups--for example, a certain number of days before the `NewEmployeeHireDate` attribute value.
66+
- Lifecycle workflows help manage users' lifecycle beyond attributes supported in dynamic groups--for example, a certain number of days before the `employeeHireDate` attribute value.
6767
- Lifecycle workflows can perform actions on the group, not just the membership.
6868
- **Workflow history and auditing**: Use lifecycle workflows when you need to create an audit trail of user lifecycle processes. By using the Azure portal, you can view history and audits for orientation and departure scenarios.
6969
- **Automating user account management**: A key part of the identity lifecycle process is making sure that users who are leaving have their access to resources revoked. You can use lifecycle workflows to automate the disabling and removal of user accounts.

0 commit comments

Comments
 (0)