I created a FTP connector in my orchestration and set the error handling to Continue and set to Return Raw Output. I have a rule that reads the connector output to see if it contains the string Exception
The raw output in debug modes shows
Raw Output from Last Step
[
{
"step": "COL_SREQ_PosPay_SFTPFile",
"message": {
"ServiceRequest: COL_SREQ_PosPay_SFTPFile": {
"Exception": "Exception",
"Message": "File Does Not Exist"...
Read more
The raw output in debug modes shows
Raw Output from Last Step
[
{
"step": "COL_SREQ_PosPay_SFTPFile",
"message": {
"ServiceRequest: COL_SREQ_PosPay_SFTPFile": {
"Exception": "Exception",
"Message": "File Does Not Exist"...
Read more