complexType ProcessTemplate
diagram pm_wsdl_diagrams/pm_wsdl_p34.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:basicTemplate pm:state pm:priority pm:creationTime pm:willSave pm:saveDuration pm:serviceProcess
used by
element ProcessTemplates/processTemplate
annotation
documentation
Type to describe a process template.
source <xsd:complexType name="ProcessTemplate">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a process template.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="basicTemplate" type="pm:BasicProcessTemplate">
     
<xsd:annotation>
       
<xsd:documentation>Basic/core attributes of this process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="state" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>State of the process template, for example ACTIVE.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="priority" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Default scheduling priority to be assigned to process instances created from this process template.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="creationTime" type="xsd:dateTime" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>Date/time when this process template was created.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="willSave" type="xsd:boolean" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>flag to indicate whether terminated process instances should be saved</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="saveDuration" type="xsd:string" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>duration string to indicate how long the terminated process instances should be saved</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="serviceProcess" type="xsd:boolean" nillable="true" minOccurs="0">
     
<xsd:annotation>
       
<xsd:documentation>service process flag to indicate whether definition is a service process.  true for service process: false for business process</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy