6.2
Table Of Contents
- Machine Extensibility
- Contents
- Machine Extensibility
- Updated Information for Machine Extensibility
- Machine Extensibility Overview
- Extending Machine Lifecycles By Using vRealize Orchestrator
- Extending Machine Lifecycles By Using vRealize Automation Designer
- Extending Machine Lifecycles By Using vRealize Automation Designer Checklist
- Installing and Configuring vRealize Automation Designer
- Customizing IaaS Workflows By Using vRealize Automation Designer
- Workflows and Distributed Execution Management
- CloudUtil Command Reference
- vRealize Automation Workflow Activity Reference
Table 6‑33. RunProcess Activity Input Parameters (Continued)
Argument Type Description
Arguments String (Optional) The list of command-line arguments to pass to the
command.
WaitForExit bool (Optional) If true, the workflow waits for the process to complete
before continuing with the workflow. Default is false.
This option is only available in the Properties pane and not in
the Designer pane.
SendEmail
Sends an email to the given set of addresses.
Table 6‑34. SendEmail Activity Input Parameters
Argument Type Description
To IEnumerable<string> The list of addresses to which to send the email.
From String The address with which to populate the “From” field of the email.
Subject String The subject line for the email.
Body String The body text of the email.
Host String The host name or IP address of the outgoing SMTP server.
Port Integer The SMTP port on the server specified in Host.
This option is only available in the Properties pane and not in
the Designer pane.
CC IEnumerable<string> (Optional) The address or list of addresses to copy on the email.
This option is only available in the Properties pane and not in
the Designer pane.
Bcc IEnumerable<string> (Optional) The address or list of addresses to blind copy on the
email.
This option is only available in the Properties pane and not in
the Designer pane.
EnableSsl bool (Optional) Indicates whether to use SSL.
This option is only available in the Properties pane and not in
the Designer pane.
UserName String The user name with which to authenticate with the SMTP server
specified in Host .
This option is only available in the Properties pane and not in
the Designer pane.
Password String The password of the user specified in UserName.
This option is only available in the Properties pane and not in
the Designer pane.
SetMachineProperty
Creates or updates a custom property on a machine.
Machine Extensibility
VMware, Inc. 65