Difference between revisions of "Use of node node"

From OpenKM Documentation
Jump to: navigation, search
(Created page with 'You can define the behavior of a node of type node suing the Action element. This Action is executed when the process arrives to the node. The Action to be executed can be defin…')
(No difference)

Revision as of 17:05, 13 January 2012

You can define the behavior of a node of type node suing the Action element. This Action is executed when the process arrives to the node.

The Action to be executed can be defined in two ways:

  • Using a BeanShell script.
  • Using an action handler, this is a Java class which implements the ActionHandler interface.