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
+6-20Lines changed: 6 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,40 +37,26 @@ If you are using the Azure portal to create a workflow, you can customize existi
37
37
38
38
1. On the workflows screen, select the workflow template that you want to use.
39
39
:::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 workflowand select **Next**.
41
41
:::image type="content" source="media/create-lifecycle-workflow/template-basics.png" alt-text="Screenshot of workflow template basic information.":::
42
42
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).
44
44
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.
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**.
57
50
:::image type="content" source="media/create-lifecycle-workflow/template-syntax.png" alt-text="Screenshot of workflow rule syntax.":::
58
51
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**.
62
53
63
54
:::image type="content" source="media/create-lifecycle-workflow/template-tasks.png" alt-text="Screenshot of adding tasks to templates.":::
64
55
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.
70
57
71
58
:::image type="content" source="media/create-lifecycle-workflow/template-review.png" alt-text="Screenshot of reviewing and creating a template.":::
Copy file name to clipboardExpand all lines: articles/active-directory/governance/manage-workflow-tasks.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,10 @@ Tasks within workflows can be added, edited, reordered, and removed at will. To
40
40
41
41
1. You can enable and disable tasks as needed by using the **Enable** and **Disable** buttons.
42
42
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.
44
44
45
45
:::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
+
49
47
1. After making changes, select **save** to capture changes to the tasks.
0 commit comments