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

Documentation
Executes an activity implementation.
        
Properties
This component is not nillable.

Model
<activity
  {}>
((object | jndi | expr) , transition*, on* )
</activity>


Nested Element Summary
 expr
          
 jndi
          
 object
          A java object that will be obtained by using the constructor through reflection or through a factory method. 
 on
          Events on which listeners can be registered. 
 transition
          

Attribute Summary
 name
          The id of this activity. 

Attribute Detail

name

The id of this activity. The name should be unique in the complete scope of the process.

Type:
Use:
optional
Form:
qualified

Source
<element name="activity">
<complexType>
<sequence>
<group ref="tns:delegationGroup"/>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:transition"/>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:on">
</element>
</sequence>
<attributeGroup ref="tns:nodeAttributes"/>
</complexType>
</element>


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