Class SetVarNode

java.lang.Object
org.kuali.rice.kew.engine.node.var.SetVarNode
All Implemented Interfaces:
Node, SimpleNode

public class SetVarNode extends Object implements SimpleNode
A simple node that allows setting of document variables. The definition of SetVarNode takes the following config parameter elements:
name
The name of the variable to set
value
The value to which to set the variable. This value is parsed according to Property/PropertyScheme syntax
The default PropertySchme is LiteralScheme, which will evaluate the value simply as a literal (won't do anything but return it)
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also: