Hi all, I'm currently having some problems, getting the Process Queue module running. When I try to queue a QueuedAction I get:
Object of type 'ProcessQueue.QueuedAction' with guid '2251799813685352' cannot be updated, as it does not exist anymore When searching for where this actually happens I ended at this line in the ProcessQueue module.
### ObjectQueueExecutor.java
#75 Core.commit( this.context, this.action ); The "Test Queue" function in the queue configuration is giving the same results. Is the module not supported in 7.7.1? Does anyone have an idea what could be going wrong here?
↧