Page 1 of 1

A developer is creating an automation project which creates a temporary password in the company’s system for new employe

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
A developer is creating an automation project which creates a temporary password in the company’s system for new employees. To protect this sensitive information from being logged during the execution of the automation at the Verbose level, how can the developer avoid logging any variable and argument values in both Orchestrator and Studio?

A. Store all sensitive information in an Excel file that the process can access.
B. Check the Isolated property when invoking a workflow with sensitive information.
C. Ensure all personal information variables are of the SecureString variable type.
D. Check the Private property on the activities that reference the variables or arguments.