I’m currently working on an automation project in UiPath where I’m using queues in Orchestrator to handle bulk data. Some of the data being processed contains sensitive information (such as phone numbers, identification numbers, etc.), which I don’t want to be exposed or visible in Orchestrator after the queue items have been processed.
My Requirements:
Handling Sensitive Data:
I have queue items that contain multiple columns of data, some of which are sensitive.
After processing the queue items, I want to ensure that the sensitive data is either removed or no longer visible in Orchestrator.
Goal:
I want to delete the queue item or queue data from the orchestrator after processing it.
Any insights, suggestions, or best practices would be greatly appreciated!
When you are adding data to can add data in encrypted form and while processing you can decrypt the data and use it in your business logic.
For more information please refer to this article you will get more clarification Enhancing Data Protection: UiPath's Encryption and Decryption Solutions
As per my understanding if you delete a transaction item and the status of the transaction item is changed to delete even after deleting specific content will be available as usual there is no other way rather than encrypting data