Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Connect to Remote Desktop

This activity creates the remote desktop connection.

Activity Parameters

The Connect to Remote Desktop activity parameters can be provided by manual inserted values or via IN arguments or variables:



Parameters:

  • Full Username (text box editor type) (type: string): the remote domain and username. E.g. 'demo\demouser'. (user must have permissions to connect to the server , for example by using Windows Remote Desktop Connection application.
  • Password (password box editor type) (type: string): the username's password.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for connection. (This parameter is used only when the user wants to send an encrypted password from outside the workflow, for example Flowster Portal).
  • Server (text box editor type) (type: string): enter the remote server. E.g. '10.20.10.1' (server IP) or 'DemoServer' (server name).

The Read Only Output variable are the possible output values that the activity will provide:

  • Output Session ID (type: Int32): outputs the session ID. The output of this activity should be used as Input for all SessionID parameters.

NOTE: If the server throws a certificate Warning, this will pop up during the execution of the workflow. If you do not wish for this warning to be displayed, during the first execution, check the 'Don't ask me again for connections to this computer' checkbox for the desired server:



Disconnect from Remote Desktop

This activity disconnects the remote desktop session.

Activity Parameters

The Disconnect From Remote Desktop activity parameters can be provided by manual inserted values or via IN arguments or variables:



Parameters:

  • Option (combo box editor type) (type: string): choose whether to disconnect or sign out the user on the remote desktop. 
  • Server (text box editor type) (type: string): enter the remote server. E.g. '10.20.10.1' (server IP) or 'DemoServer' (server name).
  • SessionID (text box editor type) (type: string): enter remote session ID or bind this parameter to the output from 'Connect To Remote Desktop' activity.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output Status (type: Boolean): outputs True is succeeded, otherwise False.
 

Get Remote Desktop Session

This activity returns the remote desktop session ID.

Activity Parameters

The Get Remote Desktop Session activity parameters can be provided by manual inserted values or via IN arguments or variables:



Parameters:

  • Server (text box editor type) (type: string): enter the remote server. E.g. '10.20.10.1' (server IP) or 'DemoServer' (server name).
  • Username (text box editor type) (type: string): enter username without domain. E.g. 'demouser'.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output Session ID (type: Int32): outputs the session ID.
 
  • No labels