coolOrangeLabs / powerjobs-samples

Sample jobs for coolOrange powerJobs
MIT License
1 stars 2 forks source link

Sync Properties Update RevisionBlock and Create PDF: additional standard-job 'Update Revision Block' is triggered which runs into an error #12

Open TollJulian opened 1 year ago

TollJulian commented 1 year ago

update revision block job is added 'sometimes' after the sync job finishes. Until now, this must be switched off by removing the last two settings under the section inside the JobProcessor.exe.config file.

solution:

Instead of using the autodesk sync job, the property sync can be done directly via Vault API, the same way it is done in the sample job 'Sample.SyncronizeFileProperties'