complexType StarterOperation
diagram pm_xsd_diagrams/pm_xsd_p299.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
children pm:processQName pm:operation
used by
elements starterOperations/starterOperation starterOperation
annotation
documentation
Type to describe a starter operation.

A starter operation is a way for an external (to Process Manager) application to create a process instance from a process template that has one and only one starter event, which must be a none starter event.
source <xsd:complexType name="StarterOperation">
 
<xsd:annotation>
   
<xsd:documentation>Type to describe a starter operation.

A starter operation is a way for an external (to Process Manager) application to create a process instance from a process template that has one and only one starter event, which must be a none starter event.
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:sequence>
   
<xsd:element name="processQName" type="pm:QualifiedProcessName">
     
<xsd:annotation>
       
<xsd:documentation>Fully qualified name of the process template from which the process instance is to be created.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="operation" type="xsd:string">
     
<xsd:annotation>
       
<xsd:documentation>Name of the starter operation.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
</xsd:complexType>

element StarterOperation/processQName
diagram pm_xsd_diagrams/pm_xsd_p300.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type pm:QualifiedProcessName
properties
content complex
children pm:moduleName pm:processName pm:version
annotation
documentation
Fully qualified name of the process template from which the process instance is to be created.
source <xsd:element name="processQName" type="pm:QualifiedProcessName">
 
<xsd:annotation>
   
<xsd:documentation>Fully qualified name of the process template from which the process instance is to be created.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element StarterOperation/operation
diagram pm_xsd_diagrams/pm_xsd_p301.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
type xsd:string
properties
content simple
annotation
documentation
Name of the starter operation.
source <xsd:element name="operation" type="xsd:string">
 
<xsd:annotation>
   
<xsd:documentation>Name of the starter operation.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>


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