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

Documentation
Scope enclosing a number of nodes.
        
Properties
This component is not nillable.

Model
<super-state
  {}>
((state | decision | fork | join | process-state | super-state | end-state | activity | invoke | script | email | task)* , transition*, on*, timer* )
</super-state>


Nested Element Summary
 activity
          Executes an activity implementation.  
 decision
          Selects one path out of many alternatives. 
 email
          Sends an email  
 end-state
          Ends the process instance.  
 fork
          Spawns multiple concurrent paths of execution.  
 invoke
          Invokes a method on a java object  
 join
          Spawns multiple concurrent paths of execution.  
 on
          Events on which listeners can be registered. 
 process-state
          Waits while a sub process instance is being executed and continues when the sub process instance ends.  
 script
          Evaluates a piece of text as a script  
 state
          A wait state. 
 super-state
          Scope enclosing a number of nodes.  
 task
          Creates a human task  
 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="super-state">
<complexType>
<sequence>
<group maxOccurs="unbounded" minOccurs="0" ref="tns:activityGroup"/>
<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.