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

Documentation
Waits while a sub process instance is 
        being executed and continues when the sub process instance ends.
        
Properties
This component is not nillable.

Model
<process-state
  {}>
(transition*, on*, timer* )
</process-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="process-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.