@Mogambo wrote:
Hi fellows,
So I am having this issue with my workflow in ReFramework:
My init module is extracting some emails and their information from outlook, then depending on if the mail is correct through a RegEx, it will be sent to one folder “Done” or another “Rejected”.
Now I just found an email without headers (which should not happen), as the error is thrown inside the try catch (the subject still gets extracted), that is inside the loop, my understanding is that it should handle it (businessRule Exception that sends an email to the developer) and continue to the next item.However, whenever it reaches this one email without the headers it throws a SystemError and the bot finishes the process.
Could someone please help me? Or indicate me how I should handle unknown issues such as this, so the bot does not stop?
Thanks a lot!
Cheers,
Mogambo
Posts: 4
Participants: 2