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
Order of actions
ArielRauch wrote: As far as I know privatedata is unique per flow.
I'm pretty sure that's not the case.
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
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Order of actions
So what is the case?
Order of actions
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.
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
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
Order of actions
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 ?
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
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.
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
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix