REFramework Throw activity

Hello together

I have a quick question…

I am working with the REFramework and have created the following Throw Activity in the “Invoke Process workflow” according to the instructions:
image
image
New BusinessRuleException(“IBAN not specified in INPUT Excel File. Therefore it is skipped.”)

When I now run the process in the studio, I always get an error message. I can then continue the process with F6. Why does the error message appear?
image
Thank you in advance

@morseil : I feel instead of using Throw, could you please use Try Catch Block in which you will place Invoke code activity inside Try Block & in Catch Block you will be catching all the system exceptions.

Hi @morseil

I guess you are debugging the workflow and not running it.
Also if you’re debugging:
Can you enable this option from the ribbon.
Continue on Exception

Hi @adiijaiin

That was it- now it works smoothly! :smiley: Thanks a lot!!

also thank you @avinash_ghanwat1 for your quick answer!

best regards

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