How to combine and run multiple xaml files

Hi All,

I have 10 xaml files I need to run all the files one after another. How can I combine all and run together. Please suggest me

Thanks in advance
Niranjan

If they always need to run in succession, then all their steps should have just been coded into one automation (project).

@postwick to run all the steps it will take more than 10min, I’m planning to create one workflow to run all the xaml files, Any possibility

Hi @Niranjan_k ,
You can create a new xaml file call it is Main.xaml
You can use ‘Invoke Workflow File’ to call and run each xaml file
This is my sample
image
Hope it help,

@Nguyen_Van_Luong1 thank you, sure I will build the workflow same way

OK, let’s try it, hope you success
regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.