http://jbpm.org/jpdl-4
element transition

Documentation
A transition from one node to another.
Properties
This component is not nillable.

Model
<transition
  {}
  {}>
((notify | invoke | script | email | timer) , graph )
</transition>


Nested Element Summary
tns:emailTypeemail
          Sends an email  
 graph
          
tns:invokeTypeinvoke
          Invokes a method on a Java object through reflection. 
 notify
          Calls the notify method on an EventListener.  
tns:scriptTypescript
          Evaluates a piece of text as a script  
 timer
          Creates a timer.  

Attribute Summary
 name
          Name of this outgoing transition 
 to
          Name of the destination node of this transition.  

Attribute Detail

name

Name of this outgoing transition

Type:
Use:
optional
Form:
qualified

to

Name of the destination node of this transition.

Type:
Use:
optional
Form:
qualified

Local Usage
activityGroup

Source
<element name="transition" type="tns:transitionType">
</element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.