The second sequence contains an Invoke workflow activity which is calling one more program which is in REFramework.
When I run this entire program the first sequence is running properly but when the program reaches second it’s running the first RE Framework instead of invoking second. I renamed “Main.xaml” of second Program to avoid confusion in JSON. How to overcome this situation and make the second Program run.
Sorry. Its not after the End State. Place second sequence inside the End State. Once all transactions completed it will come to End State and will perform steps in second sequence.
Yes, i placed just after the CloseAllApplication.xaml, not working. You can invoke another REFramework and try. It would be great if you are successful.