queryDone

This request notifies the server that no more next/previous page requests will be made for a paged list of process instances. This frees up server-side resources for managing the list.

Syntax

com.tibco.wcc.base.Requests.queryDone(requestId,
                                      queryId)

Parameters

  • requestId - (String) Uniquely identifies the request. For more information, see Submitting Server Requests.
  • queryId - (String) A unique identifier for the queryProcessInstances request in which you have requested paging for the returned process instances. The value you must pass in this parameter is returned in the <ap:QueryId> element in the queryProcessInstances request response.

Returns

This returns only the <ap:QueryDone> element.

For example:

<ap:Requests>
  <ap:QueryDone Id="ApiSample.queryProcessInstancesDone" />
</ap:Requests>