Order of actions

Post Reply
ArielRauch
Advanced member
Posts: 230
Joined: Thu Aug 07, 2014 10:04 am

Order of actions

Post by ArielRauch »

i have a flow in which the user can upload more than one file. Now the files go to a checkpoint where the metadata is initialized with data from privatedata evaluated in a script per file.

As far as I know privatedata is unique per flow.

The question is whether each file will get the relevant data in the checkpoint.
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Order of actions

Post by gabrielp »

ArielRauch wrote: As far as I know privatedata is unique per flow.
I'm pretty sure that's not the case.
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
ArielRauch
Advanced member
Posts: 230
Joined: Thu Aug 07, 2014 10:04 am

Order of actions

Post by ArielRauch »

So what is the case?
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Order of actions

Post by gabrielp »

ArielRauch wrote: So what is the case?
I don't understand the rest of your problem but private data is maintained between flows -- all job metadata is.
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
ArielRauch
Advanced member
Posts: 230
Joined: Thu Aug 07, 2014 10:04 am

Order of actions

Post by ArielRauch »

Ok I try to be clearer:)

Take two pdf files, upload them at a submit point. Perform ungroup. Now set a private data key to the filename for example (script) and lead the files to a checkpoint. Initialize a metadata field with the private key.



The question: will each file always see its own filename initialized at the checkpoint ?
User avatar
gabrielp
Advanced member
Posts: 577
Joined: Fri Aug 08, 2014 4:31 pm
Location: Boston
Contact:

Order of actions

Post by gabrielp »

ArielRauch wrote: Ok I try to be clearer:)

Take two pdf files, upload them at a submit point. Perform ungroup. Now set a private data key to the filename for example (script) and lead the files to a checkpoint. Initialize a metadata field with the private key.



The question: will each file always see its own filename initialized at the checkpoint ?


If the jobs arrive at the checkpoint separately (not re-assembled), then yes.
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Post Reply