Class ResultPlugin

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

public class ResultPlugin extends AbstractPlugin
This Plug-In evaluates the result message provided by the Activity property 'txtActivityResult'. The value will be parsed for the xml tag 'item' value The provided value will be assigned to the named property. The value can also be evaluated with the tag 'itemValue' namCreator
Version:
1.1
Author:
Ralph Soika
See Also:
  • Field Details

    • SPPORTED_KERNEL_ITEMS

      public static List<String> SPPORTED_KERNEL_ITEMS
  • Constructor Details

    • ResultPlugin

      public ResultPlugin()
  • Method Details