What's the best way to have part of a workflow add a tag to a VM? The closest I've found is System.getModule("com.vmware.library.vc.customattribute").setOrCreateCustomField(), but since custom fields don't show up in the web client, I need a way to do the same thing with tags instead.
↧