Detect corrupt file in the flow

Post Reply
JohnDear
Newbie
Posts: 4
Joined: Fri Feb 18, 2022 11:09 am

Detect corrupt file in the flow

Post 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 !
freddyp
Advanced member
Posts: 1129
Joined: Thu Feb 09, 2012 3:53 pm

Re: Detect corrupt file in the flow

Post 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.
JohnDear
Newbie
Posts: 4
Joined: Fri Feb 18, 2022 11:09 am

Re: Detect corrupt file in the flow

Post 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 !
Post Reply