Use multiple Xaml files and call whichever required in main flow

Hi,
As my workflow has become to big to handle and debugging creates a problem, please can someone assist whether there is a way I can add multiple xaml files to the project and call which ever required in the main flow.

Thanks in advance.

Hey! You can use Invoke Workflow File activity and then pass arguments to it! That would help you to minimize your code :slight_smile:

2 Likes

Hi @Faraz_Subhani,

Yes @Niket_Ghai is right. You can use the Invoke Work flow . Here is an example

Regards
Balamurugan.S

4 Likes

Thank You @Niket_Ghai adn @balupad14
That worked, thanks again for sparing your time.

1 Like