...
- Request URL (text box editor type) (type: string): enter the IBMSVC RequestUrl. E.g. "www.example.com"
- Username (text box editor type) (type: string): enter the IBMSVC username. E.g. "FMRP\Demouser"
- Password (password editor type) (type: string): the password for the provided username.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the connection. (This parameter is used only when the user wants to send an encripted password from outside the taskworkflow, for example Flowster Portal).
...
- Status (type: boolean): outputs the status for the IBMSVC request.
...
Execution:
Delete Volume IBMSVC
This activity deletes a IBMSVC volume.
Activity Parameters
The Delete Volume IBMSVC activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Name (text box editor type) (type: string): enter the name of the volume to be deleted.
The Read Only Output variable are the possible output values that the activity will provide:
- Status (type: boolean): outputs the status for the IBMSVC request.
Execution:
Get IBMSVC Volumes
This activity gets a list of all IBMSVC volumes.
Activity Parameters
The Get IBMSVC Volumes activity parameters can be provided by manual inserted values or via IN arguments or variables:
The Read Only Output variable are the possible output values that the activity will provide:
- Status (type: boolean): outputs the status for the IBMSVC request.
- Volumes List (type: List<String>): outputs a list of volumes for a specific IBMSVC account.
In order to extract the values from the output collection (in our case the output is a List(Of String) ), For Each activity is used to iterate through each element of the list OR Get Element From Collection activity to get a specific element by index:
For Each iteration:
OR Get Element From Collection:Execution:
...
- Status (type: boolean): outputs the status for the IBMSVC request.
...
Execution:
Disconnect from IBMSVC
...
- Connection (text box editor type) (type: string): the Connection object - bind to the output of a Connect to IBMSVC activity.
...