Check execution user scope of a workflow

Workflow scheduling will automatically process the workflow for users meeting the workflows execution conditions. This article walks you through the steps to check the users who fall into the execution scope of a workflow. For more information about execution conditions, see: workflow basics.

Check execution user scope of a workflow using the Microsoft Entra admin center

Tip

Steps in this article might vary slightly based on the portal you start from.

To check the users who fall under the execution scope of a workflow, you'd follow these steps:

  1. Sign in to the Microsoft Entra admin center as at least a Lifecycle Workflows Administrator.

  2. Browse to Identity governance > Lifecycle workflows > workflows.

  3. From the list of workflows, select the workflow you want to check the execution scope of.

  4. On the workflow overview page, select Execution conditions.

  5. On the Execution conditions page, select the Execution User Scope tab.

  6. On this page you're presented with a list of users who currently meet the scope for execution for the workflow. Screenshot of users under scope of workflow execution.

Note

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.

Check execution user scope of a workflow using Microsoft Graph

To check execution user scope of a workflow using API via Microsoft Graph, see: List executionScope.

Next steps