Inspiration
When scaling up with RPA we started to automate more complex processes - and their data structure also got a bit more complex. We needed to store more complex data structure within the queue items to deal with our requirements.
What it does
We serialize / deserialize objects so we can store in Orchestrator non primitive types as well.
How I built it
We built this in UiPath making use of the Newtonsoft library.
What's next for Working with non primitive data types in QueueItems
If we could create our custom objects in UiPath would be a game changer! - they'd just need to implements the ISerializable interface :)
Built With
- uipath
Log in or sign up for Devpost to join the conversation.