Hello Team ,
I have created a VRO workflow and this workflow create a file-share in the file-server , user will get option to enter the desired name of the file-share and VRO validate that and create it.
This all working fine but my problem is related to publishing this in to VRA as a XaaS item and getting this Folder as an "Item" in the "ITEMS" tab. , just keep in mind that one user may have created multiple shares as such.
Creating a custom resource from VRA is not allowing as there is no related object reference to publish a folder , can you please let me know how i can map this folder to a custom resource , then i can map my workflow to the said custom resource and create resource actions.
In order to fix the above said issue , i just created this file-server VM as an output for the workflow and it return this VM as VC:Virtualmachine type and using this property I'm able to do the resource mapping , the thought process for this decision is , file share is a guest operation which runs on top of the host vm , so I am ok to show the host VM as an item in the ITEM tab , I also need to do several actions such as delete file share / remove access , I have triggered the first request from VRA and the file share server registered in ITEM tab but , the second request is not getting registered in the ITEM tab as the VM name (file server name ) is same.(duplicate entry)
can you please suggest a different logic or solution for this issue.