Book Image

VMware vRealize Orchestrator Essentials

By : Daniel Langenhan
Book Image

VMware vRealize Orchestrator Essentials

By: Daniel Langenhan

Overview of this book

Table of Contents (18 chapters)
VMware vRealize Orchestrator Essentials
Credits
Foreword
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Presentation basics


In the previous chapters, we concentrated on the workflow content and how to improve our scripting. In the chapters that we have covered so far, we also discussed the problems that wrong user input, such as the OS name, may cause and how we can intercept it by using JavaScript. Now, we will go a step further and make sure that a user cannot enter values that are wrong or not allowed.

Descriptions

We will start with something simple that has actually quite a massive effect, and that is, the description. A good description helps the user of a workflow better understand what they should enter in the fields.

  1. By using the Orchestrator Client, edit the InstallFreshVM workflow.

  2. Click on Presentation. You will see all the input parameters displayed.

  3. Click on vmMemGB. The General area will now show the content of the description of the vmMemGB parameter. At this moment, only the name of the parameter is shown, as we have just added this parameter.

  4. Now, replace vmMemGB with Memory in...