Try OpenEdge Now
skip to main content
Business Process Portal Administrator's Guide
Configuring BPM Events : Using the BPM Events configuration interface : BPM Events configuration parameters
 

BPM Events configuration parameters

Table 18 presents the configuration parameters for BPM Events and their descriptions, along with default values, when appropriate.

Parameters

Table 18. BPM Events configuration parameters
Parameter name
Default value
Description
Debug Flag
off
If set to on, the debug (trace) information is written to the log file.
Database Access Trace
off
If set to on, the database access information is written to the log file.
Event Cache Size
10000
The maximum size, in number of events, of the BPM Events event cache. The cache is partially flushed when this limit is reached. Format: integer
Sender Email
oebpsadmin@apac.progress.com
The default sender e-mail address for BPM Events.
Automatic Error Recovery
on
If set to on, when an error is caught by the event reader, it processes the next event, otherwise it stops processing events.
DB Maximum Transaction Duration
30
Maximum duration of DB Transaction in minutes, default 30 minutes
Event Batch Size
100
Maximum size of each batch of events fetched from the database. Format: integer
Sleep Time
3000
Period (milliseconds) between fetching two batches of events. Format: integer
Sleep Time When Events
0
Period (milliseconds) between fetching two batches of events when there are still events in BPM Events table. Format: integer
Retry Interval
30000
Period (milliseconds) between retry of database connection. Format: integer
Maximum Database Retry Number
-1
Maximum database retry number when connection failed. By default, the value is -1, which specifies that BPM Events tries to re-establish the connection infinitely until the database is up or BPM Events is shut down. Format: integer
Maximum Total Prepared Statement
100
Maximum number of opened prepared statements. Format: integer
Max Gap Retry
10
Maximum retry number when an event gap is found. Format: integer
BPM Events Callback
False
If set to true, change of BPM Events states is notified by invoking registered callback adapters.