Predefined Output Variables in a Query Destination System
Query destination systems of query type Retrieve Query or Store Query provide two predefined output variables that you can use, for example, in a multiple call destination system, to react to errors in the query.
| Output Variable | Description |
|---|---|
|
!outEventType! |
Events that occur within a query destination system can have the severity levels Critical, Error, Warning, Information, or Verbose. The output variable contains the highest severity of all events that occurred during a query. The implementation of the source system involved, which executes the query at agent runtime, determines which messages are generated and with which severity. |
|
!outMessage! |
The output variable contains all messages that occurred during a query in a single language-independent character string. |