GetCredentials
When to use GetCredentials
This activity helps you to acquire the credentials from the vault by the machine that is deployed for processing.
Figure 1
Activity Name |
Picture |
GetCredentials |
|
Technical Reference
Figure 1.1
|
S.no |
Description |
1 |
ApplicationName : Specify the application name as preferred |
|
2 |
Specify the machine name in which the activity is deployed |
|
3 |
Specify the Username of the machine that executes the workflow |
|
4 |
Display Name property shows the action that the activity performs in the workflow. |
|
5 |
Specify whether to continue executing the workflow even if the activity fails |
|
6 |
Specify the variable to store the domain of the credential |
|
7 |
Specify the variable that returns as message if any error occurs |
|
8 |
Specify the variable to store the password of the credential |
|
9 |
Specify the variable that provides the result of if the credential has been unlocked |
|
10 |
Specify the variable to store the Username of the credential |
Username should be specified using the syntax System.Environment.Username respectively.
Parameters in the Output list of the properties section should always be defined as string variable.
Activity: The GetCredentials activity is used to obtain the credentials that will be uploaded to the credential vault that will be used to activate/login to applications involved in the process.
Figure 1.2
Figure 1.3