0
votes

What is the use of EventTypes table in JBPM 5?

Does it store the name of the possible signal's the process-instance can accept ?

Or does it store the events that has occured on the process-instance ?

I can see that the entries in this EventTypes table keeps changing in the process-instance's execution for an instance-id.

1

1 Answers

1
votes

The EventTypes table contains all the (external) signals that a specific process instance is (possibly) waiting for. This table in used to determine which process instances should be loaded if a signal is detected.

Kris