Try the below method if what you want is to abort a process
org.drools.runtime.StatefulKnowledgeSession.abortProcessInstance(long processInstanceId)
Documentation says :
Aborts the process instance with the given id. If the process instance has been completed (or aborted), or the process instance cannot be found, this method will throw an IllegalArgumentException.