Environment Details:
FLowable 6.4.0 running in springBoot environment.
deployed in JBOSS 7.1.0
DB : MS SQL Server
When we trigger a process, case will move to sub-process. Once the sub-process completed it should come back to parent process, but when the flowable is busy it will show all the task and inside sub-process completed but the case is still stuck in sub process.
In Parent process it shows control is present in sub-process, but in sub-process all task is completed and even end process task executed.
If the flowable is not busy case will route properly.
Please help us to fix this issue, Thanks
Please find the attached screen shot for details.