sorry for my english.
my complete response was:
"NOOOOOO...... I did not believe it was that simple!"
Now i put 4 in the current proccess tasks and th flow works well.
tank you!!
Search found 13 matches
- Thu Jul 03, 2014 5:31 pm
- Forum: Scripting
- Topic: sleep function
- Replies: 4
- Views: 1842
- Wed Jul 02, 2014 5:01 pm
- Forum: Scripting
- Topic: sleep function
- Replies: 4
- Views: 1842
sleep function
NOOOO.............
tanks!
tanks!
- Tue Jul 01, 2014 6:50 pm
- Forum: Scripting
- Topic: sleep function
- Replies: 4
- Views: 1842
sleep function
Hi, I have a flow whit 4 script pakage I would like to delay only the execution of SECOND script while the rest of the flow works. II entered "s.sleep function" in the SECOND script, but when SECOND SCRIPT are invocated by files ALL FLOW SLEEP...... what i wrong? there is another function ...
- Wed Apr 24, 2013 5:10 pm
- Forum: Applications
- Topic: weird Switch error when creating name for Quite Hot Imposing control file name
- Replies: 13
- Views: 10389
weird Switch error when creating name for Quite Hot Imposing control file name
Hi,
In the script expression what is the condition of that Hot Quite sequence?
caio
In the script expression what is the condition of that Hot Quite sequence?
caio
- Mon Apr 15, 2013 6:18 pm
- Forum: Scripting
- Topic: why i can't get the value from XML
- Replies: 4
- Views: 2348
why i can't get the value from XML
You can ceck the variable value:
job.log(1, 'value=' + myvariable)
job.log(1, 'value=' + myvariable)
- Thu Apr 11, 2013 12:04 pm
- Forum: Flows
- Topic: Release condition
- Replies: 2
- Views: 1565
Release condition
OK...... the BUG is in my mind.... tank you very much
caio
caio
- Mon Apr 08, 2013 1:22 pm
- Forum: Flows
- Topic: Release condition
- Replies: 2
- Views: 1565
Release condition
ARRRGGGGGHHHHH!!!! In the "Hold job element" (Switch 11 update 3) the "Orphan Timeout" does NOT work properly. After Orphan Timeout, the files do not match the release condition go to the next step instead of going to the problem folder why? is it a BUG? I something wrong? PS= th...
- Thu Jul 26, 2012 12:39 pm
- Forum: Scripting
- Topic: Call a webservice from switchscripter
- Replies: 5
- Views: 4270
Call a webservice from switchscripter
Hi i have this sample to call webserver via SOAP to send mail order: You have to create SOAP request (url, request, action). look the manual...... function jobArrived( s : Switch, job : Job ) { var dataset = job.getDataset('Xml'); var map = dataset.createDefaultMap(); var progressivo = dataset.evalT...
- Tue Oct 04, 2011 11:37 am
- Forum: Flows
- Topic: Adding information at a SwitchClient checkpoint?
- Replies: 3
- Views: 3547
Adding information at a SwitchClient checkpoint?
When the PDF is opened from the client, changes like notations can't be saved to it. I'm guessing because (according to the manual) the backing folder is auto-managed. I'm also thinking that giving read-write access to that folder might not be a good idea. Can I do that? YES I DO IT. Whit SwitchClie...
- Mon Jun 20, 2011 9:46 am
- Forum: Preflighting
- Topic: compatibility pitstop server 10.2
- Replies: 3
- Views: 5168
compatibility pitstop server 10.2
Nothing problem, but caution....
I asked forum before installing.
Tank you!
I asked forum before installing.
Tank you!
- Fri Jun 17, 2011 11:49 am
- Forum: Preflighting
- Topic: compatibility pitstop server 10.2
- Replies: 3
- Views: 5168
compatibility pitstop server 10.2
Hi,
Is the new release of PitStop Server 10.2 compatibility whit PowerSwitch 9 upgrade 3?
Is the new release of PitStop Server 10.2 compatibility whit PowerSwitch 9 upgrade 3?
regExp
tank you!
In the "Dir Class" there is the solution....
In the "Dir Class" there is the solution....
regExp
I I have to copy files from directory but i know only first segment of file's name Can I use the RegExp on "createPathWithName"? Somethings like this: var ThePath = job.createPathWithName("FirstSegmentOfTheName" + /.{n,}/); s.copy( "/My_Disk/folder/FirstSegmentOfTheName"...