diagram | |||
namespace | http://www.tibco.com/bx/2009/management/processManagerType | ||
type | xsd:string | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="queryString" type="xsd:string"> <xsd:annotation> <xsd:documentation>Request element for queryProcessInstanceCount and queryProcessTemplateCount operations, which require a query string (in SQL syntax) as their input. The query can be either a full SQL query string, or just the WHERE clause. If a full query string is used, the "FROM process" clause should be included. (The underlying code knows whether to count process templates or process instances, depending on the calling operation.)</xsd:documentation> </xsd:annotation> </xsd:element> |