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

Documentation
A wait state.  When an execution arrives in this 
        activity, the execution will wait until an external trigger is received 
        with execution.signal() or execution.getActivityInstance().signal()
        
Properties
This component is not nillable.

Model
<state
  {}>
(transition*, on*, timer* )
</state>


Nested Element Summary
 on
          Events on which listeners can be registered. 
 timer
          
 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="state">
<complexType>
<sequence>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:transition"/>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:on">
</element>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:timer"/>
</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.