This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where is the transaction cache in VAF task queue?

Task queues in Vault Application Framework applications (m-files.com)

I am using a task queue to replicate the document into an external system and I need to keep a reference to that system id.

Usually I put that id into a document property and I use the transaction cache to prevent other event handler to trigger on the document (aka MultiChangePreventor in CK).

Unfortunately the samples using task queue do not have any environment variables as method parameter, unlike event handler.
Is there any way I can have access to the transaction cache to prevent my task queue and handlers to call each other indefinitely ?