I want to inject a pdf job into a flow that contains the name of the DummyJob (ABC65432) and also has an (_CTP) at the end of the name before .pdf.
The inject job is set up like:
trigger - incoming job (this is a dummy job with xml metadata alongside)
inject - job repository (/volumes/Macintosh HD 2/Press Jobs/)
Job name - single line text with variables [Job.NameProper]
The job I want to inject is in a folder and named something like this:
/ABC65432_1234_customer xyz/ABC65432_1234_customer xyz_CTP.pdf
Can I (with a regular expression) grab that job?
I'd likely have to have a regexp for the path to the job repository to include the job folder. And another one for the job name variable.
With the configuration above. I have been able to make it work by having the file in the "Press Jobs" folder that is the exact name as the dummy job, but I'd prefer not to go that route if I don't need to.
Inject job with variable?
Inject job with variable?
I took a different approach and figured out how to get my jobs into the repository or archive area by setting the hierarchy so the inject job just needs to look for a folder named "ABC65432_PRINT". Works like a charm!
Mike
Mike