5.5.1

Table Of Contents
3 Select a workflow version and click Revert to restore the state of the workflow.
CAUTION If you have not saved the current workflow version, it is deleted from the version history and
you cannot revert back to the current version.
The workflow state is reverted to the state of the selected version.
Restore Deleted Workflows
You can restore workflows that have been deleted from the workflow library.
Procedure
1 From the drop-down menu in the Orchestrator client, select Run or Design.
2 Click the Workflows view.
3 Navigate to the workflow folder in which you want to restore deleted workflows.
4 Right-click the folder and select Restore deleted workflows.
5 Select the workflow or workflows that you want to restore and click Restore.
The restored workflows appear in the selected folder.
Develop a Simple Example Workflow
Developing a simple example workflow demonstrates the most common steps in the workflow
development process.
The example workflow that you are about to create starts an existing virtual machine in vCenter Server and
sends an email to the administrator to confirm that the virtual machine has started.
The example workflow performs the following tasks:
1 Prompts the user to select a virtual machine to start.
2 Prompts the user for an email address to which it can send notifications.
3 Checks whether the selected virtual machine is already powered on.
4 Sends a request to the vCenter Server instance to start the virtual machine.
5 Waits for vCenter Server to start the virtual machine, and returns an error if the virtual machine fails to
start or if starting the virtual machine takes too long.
6 Waits for vCenter Server to start VMware Tools on the virtual machine, and returns an error if the
virtual machine fails to start or if starting VMware Tools takes too long.
7 Verifies that the virtual machine is running.
8 Sends a notification to the provided email address, informing that the machine has started or that an
error occurred.
The ZIP file of Orchestrator examples available for download from the landing page of the Orchestrator
documentation contains a complete version of the Start VM and Send Email workflow.
The process for developing the example workflow consists of several tasks.
Prerequisites
Before you attempt to develop the simple example workflow, read “Key Concepts of Workflows,” on
page 11.
Chapter 1 Developing Workflows
VMware, Inc. 79