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

Documentation
Spawns multiple concurrent paths of 
        execution.
        
Properties
This component is not nillable.

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


Nested Element Summary
 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="join">
<complexType>
<sequence>
<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.