Page 1 of 1

Detect corrupt file in the flow

Posted: Wed Nov 16, 2022 2:14 pm
by JohnDear
Hello,

I'm trying to find a way to detect the corrupt file (like PDF or ZIP) in my flows.
I often have jobs that are catched in my flows before the complete copy on the disk.
All of this jobs are send to problem jobs and I receive many fail messages just because of that.
Is it possible to detect and ignore this files with an app or with variables ?

Thanks for the help !

Re: Detect corrupt file in the flow

Posted: Thu Nov 17, 2022 12:25 pm
by freddyp
It is possible to add an outgoing connection to Problem jobs and there are the variables [Job.FailElement], [Job.FailFlow], [Job.FailMessage] and [Job.FailModule] that are interesting for routing different error situations.

Re: Detect corrupt file in the flow

Posted: Thu Nov 17, 2022 3:50 pm
by JohnDear
Fine ! I stopped the automatic email alert on the Problem Jobs Folder.
Then I routed the problem jobs to another "Send Mail" and could exclude the recurrent messages I don't want to receive.
Thanks for the advice !