Perform Query Session
Retrieves information about sessions on a terminal server. The list includes information not only about active sessions but about other sessions that the server runs.
Note: This workflow is only available for use in Microsoft Windows environments.
Workflow inputs – Perform Query Session
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
session name | The name of the session for which information will be retrieved. | No | If a value is not specified for this input, information will be returned for all sessions. |
server name | The terminal server to query. | No | If a value is not specified for this input, the current server will be queried. |
Workflow outputs – Perform Query Session
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |