Expand my Community achievements bar.

Process instance not terminating instantly

Avatar

Level 1

I have a process deployed over live cycle with multiple instances of that process running. When terminating a process instance through java Api, the process instance is shown as terminated but it continues to work as per the process workflow for some time before the process gets terminated. The same thing happens when suspending a process Instance, the status of the process instance is marked as SUSPENDED but the activities defined in the workflow of the process keeps on executing for quite a while. Is there any way to instantly kill/terminate the process instance along with the activities being performed within the process?

0 Replies