element createProcessInstanceInput
diagram pm_wsdl_diagrams/pm_wsdl_p68.png
namespace http://www.tibco.com/bx/2009/management/processManagerType
properties
content complex
children pm:processQName pm:operationName pm:options pm:parameterMap
annotation
documentation
Request element for createProcessInstance operation.
source <xsd:element name="createProcessInstanceInput">
 
<xsd:annotation>
   
<xsd:documentation>Request element for createProcessInstance operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="processQName" type="pm:QualifiedProcessName">
       
<xsd:annotation>
         
<xsd:documentation>Qualified name of the process template from which a process instance is to be created.

A starter operation is derived from a process template's none starter event. This element names the module to which the process template belongs.
</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="operationName" type="xsd:string">
       
<xsd:annotation>
         
<xsd:documentation>Name of the starter operation used to create the process instance.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="options" type="pm:CreateProcessInstanceOptions">
       
<xsd:annotation>
         
<xsd:documentation>create options</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="parameterMap">
       
<xsd:annotation>
         
<xsd:documentation>Details of the parameters associated with this starter operation.</xsd:documentation>
       
</xsd:annotation>
       
<xsd:complexType>
         
<xsd:sequence>
           
<xsd:element name="parameter" type="pm:NameValuePair" minOccurs="0" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation>Details of parameters (as name/value pairs).</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

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