Skip to content

Commit 8aee84e

Browse files
Live Publish (09/05/2025 12:00:00 PM)
2 parents 29dc389 + 270e403 commit 8aee84e

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

articles/desktop-flows/actions-reference/runflow.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: kewaiss
55
ms.service: power-automate
66
ms.subservice: desktop-flow
77
ms.topic: reference
8-
ms.date: 01/31/2025
8+
ms.date: 09/04/2025
99
ms.author: nimoutzo
1010
ms.reviewer: matp
1111
contributors:
@@ -21,21 +21,22 @@ search.audienceType:
2121

2222
The **Run desktop flow** action enables you to call other desktop flows while running a specific desktop flow. To use the action, add it to the workspace and select the desktop flow you want to call. If the called flow contains input variables, the action will prompt you to enter their values.
2323

24-
You can disable the toggle property 'Wait for flow to complete', which is enabled by default. If disabled, the invoked desktop flow runs concurrently with the parent flow. This configuration is useful for scenarios where unexpected popups in the target application block the parent flow. By running a child flow in parallel, you can monitor and manage these popups, ensuring the parent flow continues smoothly. This improvement provides a workaround given the current concurrency policy, which allows only one flow per machine at a time.
24+
You can disable the toggle property 'Wait for flow to complete', which is enabled by default. If disabled, the invoked desktop flow runs concurrently with the parent flow. This configuration is useful for scenarios where unexpected popups in the target application block the parent flow. By running a child flow in parallel, you can monitor and manage these popups, ensuring the parent flow continues smoothly. This improvement provides a workaround given the current concurrency policy, which allows only one flow to run per machine at a time.
2525

2626
>[!IMPORTANT]
2727
>
28-
> - Only one parallel flow can run at this time. If a second child flow runs in parallel, an error occurs during runtime.
28+
> - Up to six parallel flows in total can run concurrently with the root flow, shifting the previous limit of just one parallel flow.
29+
> - Child flows can also run other child flows in parallel (no error is thrown in such cases anymore), consuming from the available pool of six parallel flows. Parallel flow runs are no longer limited to being invoked directly from the parent (root) flow, as was previously the case.
2930
> - If a child flow runs in parallel, its output variables are ignored. The variables produced from the 'Run desktop flow' action aren't shown in the action modal.
30-
> - Child flows can't run another child flow in parallel. A parallel flow run is allowed only if invoked directly from the parent (root) flow.
31+
> - When a parent flow completes its run or is stopped, it also stops (cancels) its invoked parallel child flows that might still run.
3132
3233
To find more information about how to use the **Run desktop flow** action, go to [Run desktop flow from other desktop flows](../how-to/run-desktop-flow-action.md).
3334

3435
>[!NOTE]
3536
>
3637
> - A flow's dependencies can't be more than 150 other flows.
3738
> - Two flows can't directly or indirectly call one-another as this causes a recursion.
38-
> - In org tenants, the flows must be under the same environment.
39+
> - In organization tenants, the flows must be under the same environment.
3940
4041
:::image type="content" source="media/runflow/run-desktop-flow-action-with-parallel-run-toggle.png" alt-text="Screenshot of the Run desktop flow action.":::
4142

articles/desktop-flows/tags.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Tags in desktop flows (preview)
2+
title: Tags in desktop flows
33
description: Learn about tags in Power Automate desktop flows.
44
author: yiannismavridis
55
ms.service: power-automate
66
ms.subservice: desktop-flow
77
ms.topic: article
8-
ms.date: 07/01/2025
8+
ms.date: 09/03/2025
99
ms.author: iomavrid
1010
ms.reviewer: dmartens
1111
contributors:
@@ -16,15 +16,11 @@ search.audienceType:
1616
- enduser
1717
---
1818

19-
# Tags in desktop flows (preview)
19+
# Tags in desktop flows
2020

21-
[!INCLUDE [preview-banner](~/../shared-content/shared/preview-includes/preview-banner.md)]
21+
Tags are available in the Power Automate for desktop console to help you categorize and group desktop flows. Tags are custom text labels that let you organize your flows and manage them efficiently.
2222

23-
Tags are available (in preview) in the Power Automate for desktop console to help you categorize and group desktop flows. Tags are custom text labels that let you organize your flows and manage them efficiently.
24-
25-
[!INCLUDE[cc_preview_features_definition](../includes/cc-preview-features-definition.md)]
26-
27-
The **Tags (Preview)** column displays all the tags that are associated with a desktop flow. To manage tags, such as adding or removing them for a flow, select **Manage tags (Preview)** in its context menu in the console. Alternatively, open the **Flow properties** pane and go to the **Tags (preview)** section.
23+
The **Tags** column displays all the tags that are associated with a desktop flow. To manage tags, such as adding or removing them for a flow, select **Manage tags** in its context menu in the console. Alternatively, open the **Flow properties** pane and go to the **Tags** section.
2824

2925
In this section, add your preferred tags to the selected flow by selecting a tag from the list or creating a new text label. As you type, the list of tags in your environment automatically filters to help you choose an existing tag or create a new one. From the same pane, you can remove any tags previously associated with your flow. Select **Save** in the flow properties for the tag changes to take effect.
3026

@@ -34,20 +30,22 @@ In this section, add your preferred tags to the selected flow by selecting a tag
3430
3531
## Update tags for multiple flows
3632

37-
Select multiple desktop flows and update their tags at the same time by selecting the common context option **Manage tags (Preview)**. A dialog appears, displaying only the tags already associated with all the selected flows. Remove common tags or add new ones associated with all selected flows.
33+
Select multiple desktop flows and update their tags at the same time by selecting the common context option **Manage tags**. A dialog appears, displaying only the tags already associated with all the selected flows. Remove common tags or add new ones associated with all selected flows.
3834

3935
> [!NOTE]
4036
> Tags associated with only a subset of the selected flows aren't displayed in this dialog and can't be removed this way.
4137
4238
## Filter flows based on tags
4339

44-
Select the **Filters** button in the console, and then select **Tags (Preview)** to filter your flows based on the tags you choose from the list. If you select two or more tags, there are two filtering modes:
40+
Select the **Filters** button in the console, and then select **Tags** to filter your flows based on the tags you choose from the list. If you select two or more tags, there are two filtering modes:
4541

4642
- **Or**: Shows all flows that contain at least one of the selected tags.
4743
- **And**: Shows only flows that contain all the selected tags.
4844

4945
Select **Clear** to reset the selected tags quickly.
5046

47+
Alternatively, you can also use the search field in the console, to type a certain tag and filter the flows it's applied to.
48+
5149
## Delete a tag from your environment
5250

5351
Tags are solution-aware components, so you manage them in your environment's Default solution in the Power Automate portal. Go to the Power Automate portal, select the **Solutions** page, and then select the solution called *Default Solution*. In the list of objects on the left that displays the solution's contents, select the **Tag** component to see all tags available in the current environment (if you have the default *Environment Maker* role with the required permissions).

articles/ip-address-configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contributors:
88
ms.service: power-automate
99
ms.subservice: cloud-flow
1010
ms.topic: article
11-
ms.date: 06/23/2025
11+
ms.date: 09/05/2025
1212
ms.author: cgarty
1313
ms.reviewer: angieandrews
1414
---
@@ -135,6 +135,7 @@ The following table lists endpoint data requirements for connectivity from a use
135135

136136
| Domains | Protocols | Uses |
137137
| ------- | -------- | ---- |
138+
| aka.ms|https| Used to determine the latest version of the .NET 8 installer. |
138139
| *.builds.dotnet.microsoft.com|https| Downloads the .NET 8 runtime if it isn't already installed on the machine. |
139140

140141
#### Public endpoints for desktop flows runtime

0 commit comments

Comments
 (0)