...
Application Install
This activity installs an application by a specific path to Linux.
...
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: stringboolean): outputs the SSH command execution.
- Output Result Code (type: int32): outputs the execution's result code.
...
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: stringList<KeyValuePair<string,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:
Update Distribution
This activity updates Linux distribution.
Activity Parameters
The List Linux Services activity parameters can be provided by manual inserted values or via IN arguments or variables:
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.
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.