Once the vm is activated, I need to access the custom property values that the user selected in my custom form and I passed to the vm using vitualMachineAddorUpdateProperties to tie them to the build. Some of these properties are IP etc, but others are concerning 'add to solarwinds' and 'install av' etc.
VMPSMasterWorkflow32.MachineActivated only passed the 'base' properties and not the custom ones. It does have the requestID.
Is there a way on VMPSMasterWorkflow32.MachineActivated for me to use the requestID and lookup what the custom property values are?
Or how?