POSTS
Getting ManageIQ instance attributes without executing methods/states
I want to use the values from the ProvisionRequestQuotaVerification instance. The problem is that using $evm.instantiate will cause the code to run. This results in an exception or error.
Digging around I found
|
|
Which works as long as you know the full path including the domain, but then you can not rely on domain inheritance.
|
|
Here is my current workaround:
|
|