Skip to content

Commit 05607fe

Browse files
Merge pull request #210732 from OWinfreyATL/owinfreyATL-Shorten-HowTos
Updates to shorten How-Tos and updated TOC
2 parents af4ef8c + 48b7609 commit 05607fe

File tree

3 files changed

+9
-25
lines changed

3 files changed

+9
-25
lines changed

articles/active-directory/governance/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
href: lifecycle-workflow-extensibility.md
9090
- name: Versioning (Preview)
9191
href: lifecycle-workflow-versioning.md
92-
- name: History (Preview)
92+
- name: Workflow History (Preview)
9393
href: lifecycle-workflow-history.md
9494
- name: How-to guides
9595
expanded: true

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

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,40 +37,26 @@ If you are using the Azure portal to create a workflow, you can customize existi
3737

3838
1. On the workflows screen, select the workflow template that you want to use.
3939
:::image type="content" source="media/create-lifecycle-workflow/template-list.png" alt-text="Screenshot of a list of lifecycle workflows templates.":::
40-
1. Enter a display name and description for the workflow. The display name must be unique and not match the name of any other workflow you've created.
40+
1. Enter a unique display name and description for the workflow and select **Next**.
4141
:::image type="content" source="media/create-lifecycle-workflow/template-basics.png" alt-text="Screenshot of workflow template basic information.":::
4242

43-
1. Select the **Trigger type** to be used for this workflow.
43+
1. On the **configure scope** page select the **Trigger type** and execution conditions to be used for this workflow. For more information on what can be configured, see: [Configure scope](understanding-lifecycle-workflows.md#configure-scope).
4444

45-
1. On **Days from event**, you enter a value of days when you want the workflow to go into effect. The valid values are 0 to 60.
46-
47-
1. **Event timing** allows you to choose if the days from event are either before or after.
48-
49-
1. **Event user attribute** is the event being used to trigger the workflow. For example, with the pre hire workflow template, an event user attribute is the employee hire date.
50-
51-
52-
1. Select the **Property**, **Operator**, and give it a **value**. The following picture gives an example of a rule being set up for a sales department.
45+
1. Under rules, select the **Property**, **Operator**, and give it a **value**. The following picture gives an example of a rule being set up for a sales department.
5346

5447
:::image type="content" source="media/create-lifecycle-workflow/template-scope.png" alt-text="Screenshot of Lifecycle Workflows template scope configuration options.":::
5548

56-
1. To view your rule syntax, select the **View rule syntax** button.
49+
1. To view your rule syntax, select the **View rule syntax** button. You can copy and paste multiple user property rules on this screen. For more detailed information on which properties that can be included see: [User Properties](/graph/aad-advanced-queries?tabs=http#user-properties). When you are finished adding rules, select **Next**.
5750
:::image type="content" source="media/create-lifecycle-workflow/template-syntax.png" alt-text="Screenshot of workflow rule syntax.":::
5851

59-
1. You can copy and paste multiple user property rules on this screen. For more detailed information on which properties that can be included see: [User Properties](/graph/aad-advanced-queries?tabs=http#user-properties)
60-
61-
1. To Add a task to the template, select **Add task**.
52+
1. On the **Review tasks** page you can add a task to the template by selecting **Add task**. To enable an existing task on the list, select **enable**. You're also able to disable a task by selecting **disable**. To remove a task from the template, select **Remove** on the selected task. When you are finished with tasks for your workflow, select **Next**.
6253

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

65-
1. To enable an existing task on the list, select **enable**. You're also able to disable a task by selecting **disable**.
66-
67-
1. To remove a task from the template, select **Remove** on the selected task.
68-
69-
1. Review the workflow's settings.
56+
1. On the **Review+create** page you are able to review the workflow's settings. You can also choose whether or not to enable the schedule for the workflow. Select **Create** to create the workflow.
7057

7158
:::image type="content" source="media/create-lifecycle-workflow/template-review.png" alt-text="Screenshot of reviewing and creating a template.":::
7259

73-
1. Select **Create** to create the workflow.
7460

7561

7662
> [!IMPORTANT]

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@ Tasks within workflows can be added, edited, reordered, and removed at will. To
4040

4141
1. You can enable and disable tasks as needed by using the **Enable** and **Disable** buttons.
4242

43-
1. You can reorder the order in which tasks are executed in the workflow by selecting the **Reorder** button.
43+
1. You can reorder the order in which tasks are executed in the workflow by selecting the **Reorder** button. You can also remove a task from a workflow by using the **Remove** button.
4444

4545
:::image type="content" source="media/manage-workflow-tasks/manage-tasks-reorder.png" alt-text="Screenshot of reordering tasks in a workflow.":::
46-
47-
1. You can remove a task from a workflow by using the **Remove** button.
48-
46+
4947
1. After making changes, select **save** to capture changes to the tasks.
5048

5149

0 commit comments

Comments
 (0)