Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The List Linux Services activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Agent Password (password box editor type) (type: string): the password for the Unix machine username provided. This parameter should only be used when the workflow is executed with Linux agents.
  • Agent Password Binding (text box editor type) (type: string): this parameter should be used to bind an IN argument that will be used to store an encrypted password from outside the task, for example Flowster Studio Portal.  
  • Agent Username (text box editor type) (type: string): the username for the Unix machine username provided. This parameter should only be used when the workflow is executed with Linux agents. E.g "demouser".
  • Input (text box editor type) (type: string): SSH Connection. If the activity is not executed with Linux Execution Agents, then the output from the SSH Connection activity should be used.Package Name (text box editor type) (type: string): the name of the package which will be searched.

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

  • Output (type: string): outputs the SSH command execution.
  • Output Result Code (type: int32): outputs the execution's result code.

In order to use elements stored in Output parameter use GetKeyValuePair activity. In the following example, the first element from ServicesList is obtained:

Image Added