Break execution in the middle

Hello,

I’m automating a process which is related to invoices and I have set of invoices and it looks like below.

image

And I have the view of individual invoices as below.I can view those in a desktop application.

image

I have set of rules in order to verify the correctness of each and every value. In some rules it says to check the value and if it is not in required format, then stop the execution of that particular invoice and navigate to next invoice and execute that rule set from the beginning.

How I figured this out is get all the invoices into a data table and used for each row activity to traverse through every record. but when it met the rule to navigate to next invoice and start execution from the beginning I used Break keyword.But it was not success.

Appreciate if you can give me an idea over this :slight_smile:

@SachiniJ

Use REFramework template for this process and it will be helpful for you.

@lakshman Thank for your quick response.

I have implemented half of the project now and used ‘process’. But actually now it is difficult to move all the things to ReFramework. Do we have any other way to follow

1 Like