You may also like
VCF Operations Orchestrator: Why I Write Actions and Not Workflows (Mostly)
This might be a controversial stance, but if you’ve reviewed any of my VCF Operations Orchestrator code, you’ll notice that 99% of it is written as Actions. I take this approach because it enables me to write “pure” JavaScript code that is easier to read, maintain, and integrate with modern development tools such as linters, unit testing frameworks, and code analysers. Workflows are a visual tool that provides a drag-and-drop interface used to develop automation flows without writing (much) code. It was originally intended for system administrators and infrastructure teams, who might not be traditional developers, to automate tasks on...
VCF Automation – Build Tools for VMware Aria – Overview of VCF Automation Projects
This entry is part 2 of 4 in the series Build Tools for VMware AriaThe Build Tools for VMware Aria support a variety of project types. In this post, I’ll focus on those relevant to managing VCF Automation and VCF Automation Orchestrator content. I’ll explain the purpose of each project type, offer guidance on when to use each based on your use case, and provide example commands to help you create them. First, let’s take a look at the list of available project types: If you are not familiar with the old product acronyms:vRA = VCF AutomationvRO = VCF Operations...

