Page 1 of 1
Order of actions
Posted: Fri Nov 21, 2014 6:26 pm
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.
Order of actions
Posted: Fri Nov 21, 2014 6:49 pm
by gabrielp
ArielRauch wrote: As far as I know privatedata is unique per flow.
I'm pretty sure that's not the case.
Order of actions
Posted: Fri Nov 21, 2014 8:01 pm
by ArielRauch
So what is the case?
Order of actions
Posted: Fri Nov 21, 2014 8:08 pm
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.
Order of actions
Posted: Fri Nov 21, 2014 8:16 pm
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 ?
Order of actions
Posted: Fri Nov 21, 2014 8:52 pm
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.