Skip to content

Commit

Permalink
Update pdf-export.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TollJulian authored Jun 29, 2022
1 parent eac71d4 commit 38fba20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions wiki/pdf-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

### When ?

When a drawing (idw, dwg) is changed to a Vault status which is marked as a "Released" state then a PDF job is triggered by powerEvents.
When a drawing (idw, dwg) is changed to a Vault status which is marked as a "Released" state then two jobs are triggered by powerEvents:
+ the *Synchronize Properties* job from Autodesk
+ a PDF export job (see below)

### What ?

Expand All @@ -16,4 +18,4 @@ The PDF job is processed with powerJobs and generates out of the drawing:

to be sure the exported pdf is up to date, the Autodesk job "Synchronize Properties" gets processed before the pdf job.
This is guaranteed only, if there is only one active job processor!
Since "Synchronize Properties" is triggered by powerEvents, it has to be disabled in the Vault settings. If not, it gets triggered twice.
Since "Synchronize Properties" is triggered by powerEvents, it has to be disabled in the Vault settings **for any state change to any released state**. If not, it gets triggered twice.

0 comments on commit 38fba20

Please sign in to comment.