You can use the vRealize Orchestrator Client to create, edit, and delete action scripts.
The vRealize Orchestrator Client provides libraries of predefined actions and an action editor for custom action scripts. Actions represent individual functions that you use as building blocks in workflows.
Actions are JavaScript functions. Actions can take multiple input parameters and have a single return value. Actions can call on any object in the vRealize Orchestrator API, or objects in any API that you import into vRealize Orchestrator by using a plug-in.
When a workflow runs, an action takes input parameters from the workflow's variables. These variables can be either the workflow's initial input parameters, or variables that other elements in the workflow set when they run.
The action editor includes an autocomplete feature for scripts and an API Explorer featuring the available scripting types and their documentation.
Procedure
What to do next
You can use the new custom action in workflows.