Running the next transaction Item when the current cannot make to the end

Hi team,

If one of the transaction items could make to the end due to certain conditions, how do we make the process continue the next one?
FYI - I am using ReFRamework for my project.
Thanks

throw a business Rule exception @Sisay_Dinku

use a throw activity
in the exception field write
new BusinessRuleException("exception reason here")

then it will end the current item and go to the next transaction item

1 Like

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