Hi,
JBPM5 documentation mentioned way to persist session and processinstance to DB via JPA. Persisted process instance can be deleted well via session.abortProcessInstance API. Question: how to delete persisted session from DB using session ID (how to delete record from SESSIONINFO table by ID)?
Thanks,
Vadim.