© 2008 Autodesk
Autodesk Manufacturing Developer’s Camp 2010   Extending Digital Prototyping
Job Processor API
§Job Server aspects
§
§The Vault server will allow you to add a job to the queue even if there are no handlers for that type.  It’s up to the Vault administrator to insure that Job Providers match Job Handlers.  Otherwise the queue will fill up with Jobs that can’t be handled.
§
§There is no guarantee when or where a Job will get handled.
§
§Order is not guaranteed either.  If job A goes on the queue before B, that doesn’t mean A will get handled first.  If you want to guarantee order, you can program the A handler to add the B job.