Activities
- Check Flow Connectivity
- Connect To AlgoSec
- Create Change
- Disconnect From AlgoSec
- Get Change Status
- Get Function Flow
Check Flow Connectivity
...
Output (text box editor type) (type: string): Outputs a list of KeyValuePairs containing the property names and values for the specified Function Flow. Available keys are: 'relevantDevices', 'queryLink', 'flowId', 'status'
Connect To AlgoSec
This activity connects to the specified AlgoSec account and outputs a AlgoSec client connection.
...
- AlgoSec IP (text box editor type) (type: string): Enter the IP for the AlgoSec website
- AlgoSec Version (text box editor type) (type: string): Enter the AlgoSec Rest API version
- Password (text box editor type) (type: string): Enter the 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 taskworkflow, for example Flowster Studio Portal)
- Username (text box editor type) (type: string): Enter the Username, for example 'Username'
...
- Connection (text box editor type) (type: string): Ouputs the AlgoSec connection. The output of this activity should be used as input for all Connection parameters used for all activities placed under AlgoSec category
...
Create Change
This activity creates a new change request.
...
- Connection (text box editor type) (type: string): AlgoSec Connection. The Output from Connect To Algosec activity should be used as Input for this parameter
...
Get Change Status
This activity gets the specified change status.
...
- Output (text box editor type) (type: string): Outputs the change request status.
...
Get Function Flow
This activity returnsa single flow from an application.
...
- Output (text box editor type) (type: string): Outputs a list of KeyValuePairs containing the property names and values for the specified Function Flow. Available keys are: 'createdDate', 'sources', 'flowType', 'templateID', 'customFields', 'lastUpdateDate', 'destinations', 'name', 'subscribedApplication', 'comment', 'services', 'connectivityStatus'.
...