Primary tabs

    Advanced search

    Use recorders to track engine events

    The Bonita Execution Engine uses recorders to record different events by listening to the engine and reacting in consequence. By default, the BEE implements a recorder to store its state in a database, which is then recorded in a log.

    You can chain recorders to react to specific events as you wish, for example, to send an email when a task is ready.

    There are 2 steps:

    • configure a recorder
    • create a recorder from scratch