I have a work queue to load binary files from disk (PDF)
Under work queue I have 2 commands to process loaded file
WF Action Import file transforms file from WorkQueueEntry into AttachmentDocumentation entity and tries to save
Work queue command Move moves WorkQueueEntry into archive work queue
I was expecting …
New object AttachmentDocumentation will be created and saved.
Instead I’ve got …
WorkQueueEntry is processed and moved into archive folder but it is not saved in the database.
Additional Info
When I configure tracing on the Import file workflow then the file is saved correctly. On my development environment, it also works. Currently only on Test environment it does not work and I didn’t put it into production yet.
I have traced Origam.Server what is happening inside workflow and I have found that there is a different behaviour of XSLT transformation when tracing is enabled and when it is disabled.