jbpm
Tag moveToken


Move a token to a new node. Note that this does not affect any tasks that may be active and associated with this token.


Tag Information
Tag ClassNone
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
namefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A different name to use for this action. Action names are used by some navigation handlers.
navigatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean expression that can be used to control whether navigation will be attempted after this action completes.
nodetruefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
An EL expression which resolves to the node to move the token to, or the name of the node.
tokentruefalsejavax.el.ValueExpression
(must evaluate to org.jbpm.graph.exe.Token)
An EL expression which resolves to the token that is to be moved.
unlessfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean expression that, if true, will prevent this action from being run.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.