new QueryProcessInstanceCountRequest(query)
Object QueryProcessInstanceCountRequest
Usage:
RestApiService.getProcessManagementService().queryProcessInstanceCount(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
query |
string | Query string (in SQL syntax) to determine the process instance count. 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. |
- Since:
- 4.0.0