How to add a project as sequence in another project

Hi team, I’m new to RPA, came across this scenario. I’ve an automation use case which is split into 2 parts. Instead of creating it as two sequences Ive created 2 projects. Now, I’m trying to merge both projects together in a same workflow but unable to copy paste one sequence into another.

Tried copying the Main.xaml from one project to another (by renaming the project) but getting some errors

Invoke the other workflow inside main workflow using invoke workflow activity

1 Like

Hi @sangeethaneelavannan1 thanks for the reply! i tried invoke workflow activity and invoked the .xaml from other project by specifying its path in the Properties. But getting error “This activity is either missing or could not be loaded properly”

Go to manage package and install relevant package for example if the missing activity for pdf install pdf package and save it.it will resolve the issue

Thank you so much @sangeethaneelavannan1 , I’ve added the missing packages and it worked!

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