Is there a way we can call ONTAP zapis from a WFA function?
Following is my scenario:
- I have a workflow to create a destination volume and then create a SM relationship between specified source and destination volumes.
- I am using Create CM Volume command, where the name of the volume is constructed inside the FindCharts by means of a Finder variables and a few input variables.
- I wrote a powershell function inside the Create CM Volume command which takes care of choosing a unique name for volume. It appends/increments the number in the end of the volume and checks for its existence on the ONTAP.
- But I cannot use the new constructed name in the next command for creating the relationship, since that data lies within the Create CM Volume command.
So if there is a way to make zapi calls from within the function, then I can shift the logic of construction unique volume names from powershell command functions to MVEL WFA functions.
Thanks
Dhrumin