Folder structure based on which actions were run

Post Reply
raminmd
Newbie
Posts: 3
Joined: Tue Aug 07, 2018 4:28 pm

Folder structure based on which actions were run

Post by raminmd »

Hi all,

I am trying to create a flow that takes files from an input folder, runs it through the Pitstop Server configurator and then outputs them.

The flow works flawlessly when I output them to a single folder.

However, I am trying to route the PDFs into separate folders based on the actions run in the Pitstop configurator.

I have four actions in my action list. I would like the PDFs routed to different folders based on which actions were successful.

E.g. if actions 1 and 2 were successful on 10 PDFs, they need to be in one folder. If only action 1 was successful on PDF B, it needs to be in a folder of its own etc.

Is that even possible? If it is, how do I achieve that? I have hundreds of these files and I need to be able to categorize them by what actions were performed on them.

Thanks.
r.zegwaard
Member
Posts: 93
Joined: Fri Jul 08, 2011 10:31 am
Location: The Netherlands

Re: Folder structure based on which actions were run

Post by r.zegwaard »

First, turn on the logging in the actionscript.
Then set xml-reporting on in the Pitstop-configurator and create the outgoing connection as data+log.
After that you can route your jobs, based on the results in the xml-report (dataset).
Post Reply