Skip to main content
Question

Execute subflow from within a subflow

  • April 30, 2026
  • 2 replies
  • 33 views

Forum|alt.badge.img+6

Is my observation correct that it is not possible to execute a subflow from within a subflow?
I have a few subflows which I call from a single process flow.
In retrospect a group of 3 subflows need to be performed together but async:

 

I can create a new subflow and recreate the business logic from those 3 subflows in a single subflow but that doesn't feel right.

The some of these subflows are not only used in this process flow but also in other process flows. So when I create a new combined subflow I have to maintain the same logic in 2 locations. But if I can use a subflow inside a subflow I only need to maintain the logic in the original subflow….

2 replies

Tested in 2026.1, it’s possible to execute a subflow from within a subflow and also using async. What version of the platform/indicium are you using? 


Forum|alt.badge.img+6
  • Author
  • Hero
  • May 1, 2026

Tested in 2026.1, it’s possible to execute a subflow from within a subflow and also using async. What version of the platform/indicium are you using? 

We are currently at 2025.1
I cannot upgrade yet as not all applications run smoothly yet on universal, busy with that :)