© 2008 Autodesk
Autodesk Manufacturing Developer’s Camp 2010   Extending Digital Prototyping
Job Processor API - Providers
§There are 2 main ways to get your Job on the queue:
§
1.Custom code which calls JobService.AddJob() from the Web Service API.  The provider is usually a stand-alone EXE or a Vault Explorer command.
2.
2.A job is created when a file changes lifecycle state.  Use the Lifecycle Event Editor in the SDK to configure which jobs get fired for specific state changes.
3.
§