diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
properties |
|
||
children | pm:processID pm:priority | ||
annotation |
|
||
source | <xsd:element name="setPriorityInput"> <xsd:annotation> <xsd:documentation>Request element for setPriority operation.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:element name="processID" type="xsd:string"> <xsd:annotation> <xsd:documentation>Unique ID of the process instance for which the priority is to be set.</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="priority" type="xsd:short"> <xsd:annotation> <xsd:documentation>Priority value used to schedule the execution of this process instance.</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | xsd:string | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="processID" type="xsd:string"> <xsd:annotation> <xsd:documentation>Unique ID of the process instance for which the priority is to be set.</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | xsd:short | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="priority" type="xsd:short"> <xsd:annotation> <xsd:documentation>Priority value used to schedule the execution of this process instance.</xsd:documentation> </xsd:annotation> </xsd:element> |