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

Documentation
Evaluates a piece of text as a script
        
Properties
This component is not nillable.

Model
<script
  expr = string
  lang = string
  {}>
expr (transition*, on* )
</script>


Nested Element Summary
stringexpr
          The content of this expression element is the script text that will be evaluated. 
 on
          Events on which listeners can be registered. 
 transition
          

Attribute Summary
 stringexpr
          The script text that will be evaluated. 
 stringlang
          Identification of the scripting language to use. 
 name
          The id of this activity. 

Attribute Detail

expr

The script text that will be evaluated. This is mutually exclusive with the expression element.

Type:
string
Use:
optional
Form:
qualified

lang

Identification of the scripting language to use.

Type:
string
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="script">
<complexType>
<complexContent>
<extension base="tns:scriptType">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:transition"/>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:on">
</element>
</sequence>
<attributeGroup ref="tns:nodeAttributes"/>
</extension>
</complexContent>
</complexType>
</element>


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