Search found 1026 matches

by freddyp
Thu Oct 11, 2012 1:56 pm
Forum: Flows
Topic: Folder Structure Using Hiearchy
Replies: 2
Views: 6459

Folder Structure Using Hiearchy

No matter how many elements there are in your hierarchy path only so many will be used as are listed in Subfolder levels in Archive Hierarchy: /abc/def/ghi/jkl/123.pdf will end up as /abc/def/123.pdf when Subfolder levels is 2. I am not certain I fully understood what you are trying to achieve. If t...
by freddyp
Thu Oct 11, 2012 1:47 pm
Forum: Flows
Topic: pass job's metadata flow to flow
Replies: 3
Views: 7221

pass job's metadata flow to flow

Pack/Unpack is a possibility but not necessary when you stay within the same environment. When you set the output folder to a specific path and you set Strip unique ID to No, then another flow can pick up the file from the location where it was saved and it will retain the metadata.



Freddy
by freddyp
Thu Oct 11, 2012 1:40 pm
Forum: Flows
Topic: Passing Switch (XML) variables to PitStop Sever 11
Replies: 3
Views: 8176

Passing Switch (XML) variables to PitStop Sever 11

Clive, in your preflight profile you use two variables (Reference, Dedication). At the moment of execution PitStop Pro or PitStop Server or Switch will give those variables the correct values. To do that in Switch all you have to do is to edit the variable set in Switch. You have to pick "Selec...
by freddyp
Thu Aug 23, 2012 10:58 am
Forum: Flows
Topic: I have a good idea, but...
Replies: 12
Views: 21166

I have a good idea, but...

Hi Dwight, indeed, I overlooked that. Yours is certainly the easiest approach. I played around with TimerFired() during my tests, but there too I could not get it work with an external condition in order to come to a generic solution. The advantage of TimerFired() would be that you can set the inter...
by freddyp
Wed Aug 22, 2012 8:41 pm
Forum: Flows
Topic: I have a good idea, but...
Replies: 12
Views: 21166

I have a good idea, but...

@Dwight: your script will take the right decision, but it will continue immediately. What Clive wants is that it waits until the correct value is available in the database. So you will have to put a master loop in the script with an s.sleep(x) to avoid draining the CPU. @Clive: it is indeed not quit...
by freddyp
Wed Aug 22, 2012 4:17 pm
Forum: Flows
Topic: I have a good idea, but...
Replies: 12
Views: 21166

I have a good idea, but...

It can be done with a script element in front of the "Mail send" which behaves like "Hold", but instead of waiting for a defined length of time it waits until a condition is true before moving on to the next element in the flow. It is not that difficult.