Hi
I have a Prcess definition with a reusable subprocess.
when I Terminate the main process instance the subprocess is still running.
Is any way to terminate the subprocess also. For termiate processinstance I am using the service
KnowledgeSession().abortProcessInstance(processInstanceId)#
Please help.