Hi @Anjali_Rani ,
You can use RE framework bot as follows:
1)Firstly Attended/One Time (non-transactional)
i. Connect all transitions going from “Process Transaction” State to “End Process”
ii. Delete the getTransaction State
iii. Connect the “Success” transition from “Init” to “Process Transaction State”
This should look like the screenshot bellow.
Of course you can tweak it a little more and remove some unused pieces inside the invoked workflow but this should be working like this.
2)Secondly go to process scope and add two sequences one for open cases and other for close cases.
If you’re new to UiPath and RPA, you shouldn’t be using REFramework. Learn how to write your own automations from scratch. REF is very complicated and personally I don’t ever use it.