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

Documentation
Events on which listeners can be registered.
A list of event listeners that will 
          be notified when the event is fired
Properties
This component is not nillable.

Model
<on
  event = string>
(notify | invoke | script | email | timer)*
</on>


Nested Element Summary
tns:emailTypeemail
          Sends an email  
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
 stringevent
          The event identification  

Attribute Detail

event

The event identification

Type:
string
Use:
optional
Form:
qualified

Local Usage
activityGroup, process-definition

Source
<element name="on">
<complexType>
<sequence>
<group maxOccurs="unbounded" minOccurs="0" ref="tns:eventListenerGroup">
</group>
</sequence>
<attribute name="event" type="string">
</attribute>
</complexType>
</element>


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