Try OpenEdge Now
skip to main content
Application Developer's Guide
Understanding the Business Process Server repository : Business Process Server event management : Schema for event tables : BPM Process StoreEventCounter table
 
BPM Process StoreEventCounter table
The BPM Process StoreEventCounter table stores the last event ID processed by BPM Process Store. In the case of system failure, BPM Process Store issues a query against BPM Process StoreEventCounter to determine the last processed event ID in the previous execution. Using this event ID, the BPM Process Store can then process all unprocessed events in the event table to bring the process tables into a consistent state identical to the one just before the failure. Business Process Server can then continue from this state without loss of business data.

BPM Process StoreEventCounter table fields

The definition of the BPM Process StoreEventCounter table fields are as follows:
Field
Type
Description
LAST_EVENT_ID
NUMBER NOT NULL
The last event processed by BPM Process Store.
LAST_UPDATE_DATE
DATE
The time of the last event processed by BPM Process Store.