Initialize¶
About¶
The Initialize activity creates a connection context to AIForged with authenticated user information and token.
Properties¶
Display Name¶
Initialize
Input¶
Context - Requires a context for the connection to AIForged. Includes connection configuration information, user information, and authentication information. This is a regular VB or C# expression.
Password â (deprecated) - AIForged.API Password used when creating your AIForged account. The variable type is String.
SecurePassword â The AIForged.API SecurePassword used when creating your AIForged account. The variable type is SecureString.
Timeout â API Connection timeout on queries. The variable type is TimeSpan.
URL â AIForged.API endpoint base URL. The variable type is String.
Username â AIForged.API username used when creating your AIForged account. The variable type is String.
Misc¶
Private - If not selected, the values of variables and arguments are at the Verbose level.
Result - Returns AIForged.API.Context
Output¶
User - It will return an output of API.UserViewModel. The output will contain all user information.
Proxy¶
ProxyPassword - (deprecated) - AIForged.API proxy SecurePassword for the proxy server. The variable type is SecureString.
ProxyServer â This is the proxy server address. The variable type is String.
ProxyUsername - This is the proxy server address username. The variable type is String.