Skip to content

Commit 229c381

Browse files
committed
On-Demand new updates
1 parent cd8140b commit 229c381

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/active-directory/governance/on-demand-workflow.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ ms.custom: template-how-to
1515

1616
# Run a workflow on-demand (Preview)
1717

18-
While most workflows by default are scheduled to run every 3 hours, workflows created using Lifecycle Workflows can also run on-demand so that they can be applied to specific users whenever you see fit. A workflow can be run on demand for any user and doesn't take into account whether or not a user meets the workflow's execution conditions. Workflows created in the Azure portal are disabled by default. Running a workflow on-demand allows you to run workflows that can't be run on schedule currently such as leaver workflows. It also allows you to test workflows before their scheduled run. You can test the workflow on a smaller group of users before enabling it for a broader audience.
18+
Scheduled workflows by default run every 3 hours, but can also run on-demand so that they can be applied to specific users whenever you see fit. A workflow can be run on demand for any user, and doesn't take into account whether or not a user meets the workflow's execution conditions. Running a workflow on-demand allows you to test workflows before their scheduled run. This testing, on a set of users up to 10 at a time, allows you to see how a workflow will run before it processes a larger set of users. Testing your workflow before their scheduled runs helps you proactively solve potential lifecycle issues more quickly.
1919

20-
>[!NOTE]
21-
>Be aware that you currently cannot run a workflow on-demand if it is set to disabled, which is the default state of newly created workflows using the Azure portal. You need to set the workflow to enabled to use the on-demand feature.
2220

2321
## Run a workflow on-demand in the Azure portal
2422

2523
Use the following steps to run a workflow on-demand.
2624

25+
>[!NOTE]
26+
>To be run on demand, the workflow must be enabled.
27+
2728
1. Sign in to the [Azure portal](https://portal.azure.com).
2829

2930
1. Select **Azure Active Directory** and then select **Identity Governance**.
@@ -50,6 +51,7 @@ Use the following steps to run a workflow on-demand.
5051

5152
:::image type="content" source="media/on-demand-workflow/on-demand-run.png" alt-text="Screenshot of a workflow being run on-demand.":::
5253

54+
5355
## Run a workflow on-demand using Microsoft Graph
5456

5557
To run a workflow on-demand using API via Microsoft Graph, see: [workflow: activate (run a workflow on-demand)](/graph/api/identitygovernance-workflow-activate).

0 commit comments

Comments
 (0)