Process Queue issue

0
Hi All, We have migrated from Mendix 8x to 9.11.1 version. where we are facing issue in process queue, the process remains in Running status even after the Process’s microflow execution is successful.  On debugging in Eclipse found the thread is in ‘Running’ state for ever . If anyone faced the similar issue and have solution will be very helpful. Thanks in advance.
asked
1 answers
2

The Process Queue is deprecated in Mendix 9 and replaced with the Task Queue. This is built into Mendix 9 and easier to work with. There is a guide on how to migrate from Process Queue to Task Queue that should help you.

https://docs.mendix.com/refguide/task-queue/#process-queue

Good luck!

answered