diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
children | pm:processQName pm:operation | ||
used by |
|
||
annotation |
|
||
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> |
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>Fully qualified name of the process template from which the process instance is to be created.</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="operation" type="xsd:string"> <xsd:annotation> <xsd:documentation>Name of the starter operation.</xsd:documentation> </xsd:annotation> </xsd:element> |