Class AnalysisPlugin

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

public class AnalysisPlugin extends AbstractPlugin
This plugin can be used to measure the time of any phase during a workflow. The plugin can be configured by the activity result : Example: M1 defines a start point named 'M1' M2 definens a end point named 'M1' The result will be stored into the txtWorkflowActivityLog (comments) and also the Plugin will create the following fields: - datMeasurePointStart_M1 : contains the start time points (list latest entry on top!) - datMeasurePointEnd_M1 : contains the end time points (list) - numMeasurePoint_M1: contains the total time in milis. With this logic we can measure any time aspact of a process instance
Author:
rsoika