QueryDynamic
The QueryDynamic activity is used to retrieve entries with parameters. The parameters can be outputs of a process.
General
In the General tab, you can specify the activity name and a metaspace connection.
The following table describes the fields in the General tab of the QueryDynamic activity:
Field | Module Property? | Description |
---|---|---|
Name | No | Specifies the name to be displayed as the label for the activity in the process. |
Metaspace | Yes | Specifies the metaspace connection you use to connect to the metaspace.
Note: If no matching metaspace is found, click
Create Shared Resource to create one.
See Creating a Metaspace Connection for details. |
Timeout(milliseconds) | Yes | Specifies the amount of time in milliseconds that you have to wait before the QueryDynamic activity returns results. |
Description
In the Description tab, you can enter a short description for the QueryDynamic activity.
Advanced
In the Advanced tab, you can specify the advanced configurations.
The following table describes the fields in the Advanced tab of the QueryDynamic activity:
Input
In the Input tab, you can specify the filter and the number of tuples returned from a dynamic query operation in the following items:
Input Item | Data Type | Description |
---|---|---|
Space | String | Specifies the space name. |
Filter | String | Specifies a filter string. |
DistributionScope | String | Specifies the distribution scope to narrow down the set of entries to be browsed. |
DistributionRole | String | Specifies a distribution role, which defines how an application or agent joins the space. |
BrowserType | String | Specifies a browser type. |
TimeScope | String | Specifies the time scope to narrow down the period of time of interest. |
Prefetch | Integer | Specifies the number of records that are prefetched for each seeder in parallel with the processing of the result tuples. |
QueryLimit | Integer | Specifies the number of tuples returned from a dynamic query operation. |
Output
In the Output tab, you can find the operation results.
The following table describes the fields in the Output tab of the QueryDynamic activity:
Fault
In the Fault tab, you can find the error code and error message of the QueryDynamic activity. See Error Codes for more detailed explanation of the errors.
The following table describes the errors in the Fault tab of the QueryDynamic activity:
Error Schema Element | Data Type | Description |
---|---|---|
msg | String | The TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces error message. |
msgCode | String | The TIBCO ActiveMatrix BusinessWorks Plug-in for ActiveSpaces error code. |
ASStatus | String | The status code returned by TIBCO ActiveSpaces functions.
See TIBCO ActiveSpaces Java API Reference for more information. |