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 wh...