Create & Import a Snapshot via Groovy Rule (Valid Intersection Automation)
I have been trying to find a way to do this as a way to try and automate the creation of valid intersections at a client.
Ideally, I am trying to complete the following :
- Export Current Valid Intersections (a single rule) to Snapshot
- Read Valid Intersection XML File
- Update Valid Intersection XML File
- Save updated XML file as a new Snapshot
- Import Snapshot
I know I can do this on a VM/staging server, but trying to find a cloud side solution if possible here.
The valid intersection combo is very simple, I could even bypass Steps 1 & 2 and create the file from scratch every time if needed.
0