Hi everybody,
I am using jbpm 5.2 and my persistence.xml is set with classes like :
....
| <class>org.drools.persistence.info.SessionInfo</class> |
| <class>org.drools.persistence.info.WorkItemInfo</class> |
| <class>org.jboss.seam.mock.MockSecureEntity</class> |
| <class>org.jbpm.persistence.processinstance.ProcessInstanceEventInfo</class> |
| <class>org.jbpm.persistence.processinstance.ProcessInstanceInfo</class> |
| <class>org.jbpm.process.audit.NodeInstanceLog</class> |
| <class>org.jbpm.process.audit.ProcessInstanceLog</class> |
| <class>org.jbpm.process.audit.VariableInstanceLog</class> |
.....
all the log tables are filled in the flow of processes.
but the ProcessInstanceEventInfo table is empty and I don't know where and when this table is
usable, and under what conditions this table will be filled with data.
any help would be appreciated.
Thanks,
Pedram.