@asulliva sorry to get back this old thread. I'm trying to see how to interface the WFA and vRO.
I saw the WFA Sample package and the dynamictypes package that seems really useful to be able to use finders defined in WFA into vCO to select clusters, SVM, etc but it seems that those are not updated to work with the new WFA/vCO plugin. Is this correct?
There's any other way to be able to being able to query NetApp object defined in WFA to use them as parameters in vCO workflow?
Trying to use the com.netapp.oncommand.wfa.helpers WFAGetCluster i get an error that
getUserInputValues is not defined
The command is this one:
System.getModule("com.netapp.oncommand.wfa").getUserInputValues(workflowName, inputName, dependentParameters);
Going into com.netapp.oncommand.wfa i don't see any getUserInputValues command so the error seems correct.
There's any updated documentation ?