Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.94 KB

File metadata and controls

53 lines (39 loc) · 1.94 KB
title description author ms.subservice ms.topic ms.date ms.author ms.reviewer contributors search.audienceType
Run desktop flow actions reference
See how to use the Run desktop flow actions.
mattp123
desktop-flow
reference
03/14/2024
pefelesk
matp
jpapadimitriou
Yiannismavridis
NikosMoutzourakis
flowmaker
enduser

Run desktop flow action

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.

To find more information about how to use the Run desktop flow action, go to Run desktop flow from other desktop flows.

Note

  • A flow's dependencies can't be more than 150 other flows.
  • Two flows can't directly or indirectly call one-another as this causes a recursion.
  • In org tenants, the flows must be under the same environment.

:::image type="content" source="media/runflow/run-desktop-flow-action.png" alt-text="Screenshot of the Run desktop flow action.":::

Run desktop flow

Runs a desktop flow that can receive input variables and might produce output variables. The parent flow run will be paused until the called desktop flow completes.

Input parameters

Argument Optional Accepts Default Value Description
Desktop flow No Desktop flow Select the desktop flow to run from within this flow. The called flow always runs in the same Windows session as the parent flow.

Variables produced

This action produces the output variables of the selected flow.

Exceptions

Exception Description
Run desktop flow failed Indicates a problem while running the desktop flow

[!INCLUDEfooter-include]