Breaking Large Print Jobs Up
If I wanted to take a large print job (several hundred pages) and break it up into multiple smaller jobs that could be distributed across multiple task servers, how would I do that?
This is what I have built so far:
1) In Revit break the print set into multiple sets "Print Set Name X of Y". This could be done relatively quickly with one of many tools (dynamo, ideate, etc.).
2) Create identical PDF tasks for each "X of Y" print set. Post task action place the PDFs in a common location.
3) Schedule the tasks to run at the same time. (Can i do this with a task sequence?)
4) At scheduled time the tasks will be launched concurrently, then the tasks servers will claim a different task, thus breaking down the print job into smaller plot jobs.
Currently, when i try this 1 task server collects all the jobs. So, I think I'm missing something.