Class EventLogPlugin

java.lang.Object
org.imixs.workflow.engine.plugins.AbstractPlugin
org.imixs.workflow.engine.plugins.EventLogPlugin
All Implemented Interfaces:
Plugin

public class EventLogPlugin extends AbstractPlugin
The Imixs EventLog plugin can be used to create a EventLog entry during processing an event. The plugin can be configured by the activity result :

Example:

  
   <eventlog name="snapshot.export">
	<ref>$uniqueid</ref>
	<timeout>60000</timeout>
        <document>
             <amount>500.00</amount>
             <department>Finance</department>
        </document>
 </eventlog>
    
 

An EventLog entry can be processed by internal or external services. See: https://www.imixs.org/doc/engine/eventlogservice.html

Author:
rsoika