3.16. Enable Execution Events
The BPEL Engine generates events to let you track all the activities happening within the engine and produces detailed information about all the process executions. These events exists in the database and can be examined.
Procedure 3.8. task
When you run a process, Apache ODE generates a set of events. To achieve the satisfactory performance, you can deactivate few events that are not in use. All the events may cause a non-negligeable overhead.
To enable these events, execute the following:
- Open the
deploy.xml
file in a text editor. - Add
<process-events generate="all"/>
parameter in thedeploy.xml
file.
Result
Events are successfully enabled.