complexType StarterOperation
diagram pm_wsdl_diagrams/pm_wsdl_p44.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>

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