...
The Connect to AutoKAS activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
...
- Password (password box editor type) (type: string): the autoKAS username's 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 encripted password from outside the task, for example Flowster Portal).
- User Name (text box editor type) (type: string): the autoKAS username.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the Connect to AutoKAS activity:
...
The Read Only Output variable are the possible output values that the activity will provide:
- Output result (type: object): outputs an AutoKAS connection. The ouput of this activity should be used as Input for all Connection parameters used for all activities placed under AutoKAS category.
Disconnect from AutoKAS
This activity disconnects the specified AutoKAS account.
Activity Parameters
The Disconnect from AutoKAS activity parameters can be provided by manual inserted values or via IN arguments or variables:
All of the input parameters are mandatory.
Parameters:
- Connection (text box editor type) (type: object): the autoKAS connection, obtained after using a Connect to AutoKAS activity.
Delete mail account
This activity deletes the desired mail account from the specified AutoKAS account.
...