morseil
(Morseil)
May 30, 2023, 2:41pm
1
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:
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?
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.
adiijaiin
(Aditya Jain)
May 30, 2023, 2:45pm
3
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
morseil
(Morseil)
May 30, 2023, 3:11pm
4
Hi @adiijaiin
That was it- now it works smoothly! Thanks a lot!!
also thank you @avinash_ghanwat1 for your quick answer!
best regards
system
(system)
Closed
June 2, 2023, 3:12pm
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.