IBM BPM, V8.0.1, All platforms > Measuring and improving business processes > Monitoring > Event catalog > Business Process Choreographer events > BPEL process events overview

Event data specific to BPEL processes

In BPEL processes, events relate to processes, activities, scopes, links, and variables.

The events can have one of the following formats:

Business Monitor 6.1, 6.2 or 7.0 format (XML with schema support)

Events are produced in this format if this format is selected and there are processes modeled in WebSphere Integration Developer 6.1 or later, or IBM Integration Designer 7.5 or later.

The object-specific content for these events is written as XML elements in the xs:any slot in the eventPointData part of the Common Base Event, and the payload message is written to the applicationData section. The structure of the XML is defined in the schema definition file INSTALL_ROOT\ProcessChoreographer\client\BFMEvents.xsd. To parse and validate the Common Base Event information, use the schema definition in INSTALL_ROOT\ProcessChoreographer\client\WBIEvent.xsd

Business Monitor 6.0.2 format (legacy XML)

Events are produced in this format if there are processes modeled in WebSphere Integration Developer 6.0.2, or if the Business Monitor 6.0.2 format is selected in WebSphere Integration Developer 6.1 or later. If not specified otherwise, the object-specific content for these events is written as extendedDataElement XML elements of the type string.

Legacy hexBinary

Events are produced in this format if selected in Integration Designer.

BPEL process events overview


Related reference:
Business process events
Common Base Events for BPEL processes
Common Base Events for activities
Common Base Events for scope activities
Common Base Events for links in flow activities
Common Base Events for process variables