diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
properties |
|
||
children | pm:processQName pm:operationName pm:options pm:parameterMap | ||
annotation |
|
||
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> |
diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | pm:QualifiedProcessName | ||
properties |
|
||
children | pm:moduleName pm:processName pm:version | ||
annotation |
|
||
source | <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> |
diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | xsd:string | ||
properties |
|
||
annotation |
|
||
source | <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> |
diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | pm:CreateProcessInstanceOptions | ||
properties |
|
||
children | pm:priority | ||
annotation |
|
||
source | <xsd:element name="options" type="pm:CreateProcessInstanceOptions"> <xsd:annotation> <xsd:documentation>create options</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
properties |
|
||
children | pm:parameter | ||
annotation |
|
||
source | <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> |
diagram | |||||||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||||||
type | pm:NameValuePair | ||||||
properties |
|
||||||
children | pm:name pm:value | ||||||
annotation |
|
||||||
source | <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> |