Page 1 of 1

A developer is creating an automation project which processes personal information of employees. To protect sensitive in

Posted: Wed Mar 15, 2023 5:19 am
by answerhappygod
A developer is creating an automation project which processes personal information of employees.
To protect sensitive information that is logged during the execution of the automation at the Verbose level, how can the developer avoid logging 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 contain sensitive information.