Class ReportPlugin

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

public class ReportPlugin extends AbstractPlugin
This plug-in executes a Imixs Report definition and stores the result either into the current workitem ($file) or into the file system. The corresponding BPMN event provide the following properties:

  • txtReportName=Name of the Report to be processed
  • txtReportFilePath= optional filename or file path the result will be saved
  • txtReportTarget = where the result is saved (0=workitem, 2= disk)

CHANGES V 2.0

In the current version 2.0, only the processed document will be used as the xml input source for the XSL transformation. A search query will currently not be evaluated.

Version:
2.0
Author:
Ralph Soika