When setup is like this
-SEQ(exit on done)
-+SEQ(EFT Process - exit on failure)
-+SEQ(EFT Error Handler - exit on done)
The EFT Error Handler is executed everytime even if there are no errors.
when setup like this:
-SEQ(exit on success)
-+SEQ(EFT Process - exit on failure)
-+SEQ(EFT Error Handler - exit on done)
The EFT Error Handler is not executed when an error is encountered.
I can’t understand why it executes when its not supposed to or doesn’t excute at all. I am trying to have the “-+SEQ(EFT Error Handler - exit on done)” execute only if “-+SEQ(EFT Process - exit on failure)” encounters an error such wrong flatfile, missing email address, or unable to send email. Am I missing something?
Thank You in advance for all the help!
Sebastian
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods