...
- the Input variable is not mandatory. Activities will be executed on the selected Linux agent and the results will be retrieved for the Linux machine where the execution agent is.
Activities
...
Application Install
This activity installs an application by a specific path to Linux.
...
- 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 taskworkflow, 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.
- Installer Path (text box editor type) (type: string): the path where the installer is located.
The Read Only Output variable are the possible output values that the activity will provide:
...
- 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 taskworkflow, 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.
...
- Output (type: boolean): outputs the SSH command execution.
- Output Result Code (type: int32): outputs the execution's result code.
...
List Linux Services
This activity gets Linux services states.
...
- 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 taskworkflow, 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.
...
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.
...
- 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 taskworkflow, 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.
...
- Output (type: string): outputs the SSH command execution.
- Output Result Code (type: int32): outputs the execution's result code.
...