REFramework -- Help

Hi guys, I am working on RE framework on which my requiremwnt is like:-

i) I have two cases namely open and close.
ii) In open there are 10 data and in close there is 10.
iii) i have to process each case data one by one.

So here i want to execute the RE framework in loop from start to end like first it will run for Open case end to end and then close case end to end.

Can anyone help me into this please , i am using RE framework first time to building my project.
Any suggestions will work.

Thank you in advance.

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.
c8c452108183ae104a0930dd68b78bc3e2e1223b_2_690x458

2)Secondly go to process scope and add two sequences one for open cases and other for close cases.

Thanks & Regards,
Shubham Dutta

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.

1 Like

Thank you, will give it a try. :slight_smile:

1 Like

Thanks for suggestion. Actually i am new to RE framework, did so many projects on UiPath studio.

Hi @Anjali_Rani ,
Please give a try and let me know.

Thanks & Regards,
Shubham Dutta

1 Like