Skip to content

Commit 1d83303

Browse files
committed
Blocker fixes
1 parent 113bc16 commit 1d83303

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

articles/active-directory/governance/check-workflow-execution-scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To check the users who fall under the execution scope of a workflow, you'd follo
3535
1. On the Execution conditions page, select the **Execution User Scope** tab.
3636

3737
1. On this page you're presented with a list of users who currently meet the scope for execution for the workflow.
38-
:::image type="content" source="media/check-workflow-execution-scope/execution-user-scope-list.png" alt-text="Screenshot of users under scope of execution conditions.":::
38+
:::image type="content" source="media/check-workflow-execution-scope/execution-user-scope-list.png" alt-text="Screenshot of users under scope of workflow execution" lightbox="media/check-workflow-execution-scope/execution-user-scope-list.png":::
3939

4040
> [!NOTE]
4141
> The workflow engine routinely evaluates the users that meet the execution conditions. The results will not be up to date if the execution conditions have been changed recently, relevant attributes on the user have been changed recently, or the time based trigger has recently passed.

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,10 @@ After deleting workflows, you can view them on the **Deleted Workflows (Preview)
6666

6767
To delete a workflow using API via Microsoft Graph, see: [Delete workflow (lifecycle workflow)](/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta&preserve-view=true).
6868

69-
70-
To view
71-
72-
Workflows can be deleted by running the following call:
73-
```http
74-
DELETE https://graph.microsoft.com/beta/identityGovernance/lifecycleWorkflows/workflows/<id>
75-
```
7669
## View deleted workflows using Microsoft Graph
7770

7871
To View a list of deleted workflows using API via Microsoft Graph, see: [List deleted workflows](/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems).
7972

80-
8173
## Permanently delete a workflow using Microsoft Graph
8274

8375
To permanently delete a workflow using API via Microsoft Graph, see: [Permanently delete a deleted workflow](/graph/api/identitygovernance-deleteditemcontainer-delete)

articles/active-directory/governance/lifecycle-workflows-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ You can also get more information from the audit logs. These logs can be access
277277
|Stage|Description|
278278
| - | - |
279279
|Determine the scenario| A prehire workflow that sends email to new manager. |
280-
|Determine the execution conditions|The workflow runs on new employees in the sales department, two(2) days before the employeeHireDate.|
280+
|Determine the execution conditions|The workflow runs on new employees in the sales department, two (2) days before the employeeHireDate.|
281281
|Review the tasks.|We use the predefined tasks in the workflow. No extra tasks are added.|
282282
|Create the workflow in the portal|Use the predefined template for new hire in the portal.|
283283
|Enable and test the workflow| Use the on-demand feature to test the workflow on one user.|

0 commit comments

Comments
 (0)