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

Documentation
Sends an email
        
Properties
This component is not nillable.

Model
<email
  {}
  to = string
  type = string>
property (transition*, on* )
</email>


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

Attribute Summary
 name
          The id of this activity. 
 stringto
          
 stringtype
          Reference to the email template 

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

to

Type:
string
Use:
optional
Form:
qualified

type

Reference to the email template

Type:
string
Use:
optional
Form:
qualified

Source
<element name="email">
<complexType>
<complexContent>
<extension base="tns:emailType">
<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.