Hi All,
I'm trying to create a VRA cloud template that will trigger VRO workflow using Custom Resource (or any other alternative).
it looks like CustomResource has lifecycle states and in order to pass data from 'create' function to 'update\delete' we must store the parameters in DynamicType object in VRO SDK (my stored data will be unique).
1. Is there an alternative of using DynamicType object?
2. Is there a way to create a VRA template that will call VRO workflow without the need for custom resource?, if so, how would I manage the states (create\update\delete) ?
3. Is there a way to pre-populate the VRA input parameters?, in case of not using VRA Custom Resource lifecycle?
4. If there is no alternative of using DynamicType Object, how to easily create them?, read\write data in it?
Thanks,
Yaron.