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

Documentation
Ends the process instance.
        
Properties
This component is not nillable.

Model
<end-state
  ends = string : process-instance
  {}>
(transition*, on* )
</end-state>


Nested Element Summary
 on
          Events on which listeners can be registered. 
 transition
          

Attribute Summary
 stringends
          
 name
          The id of this activity. 

Attribute Detail

ends

Type:
based on
with :
Default:
process-instance
Use:
optional
Form:
qualified

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="end-state">
<complexType>
<sequence>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:transition"/>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:on">
</element>
</sequence>
<attributeGroup ref="tns:nodeAttributes"/>
<attribute default="process-instance" name="ends">
<simpleType>
<restriction base="string">
<enumeration value="execution"/>
<enumeration value="process-instance"/>
</restriction>
</simpleType>
</attribute>
</complexType>
</element>


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