5.5
Table Of Contents
- Developing Web Views for VMware vCenter Orchestrator
- Contents
- Developing Web Views for VMware vCenter Orchestrator
- Web View Overview
- Weboperator Web View
- Web View Development Tasks to Perform in Orchestrator
- Create a Web View Skeleton
- Export a Web View as a Template
- Create a Web View from a Template
- Define a Web View Template as a Resource Element
- Create a Web View from a Resource Element Template
- Export Web View Files to a Working Folder
- Configure the Server for Web View Development
- Import Web View Files from a Working Folder
- Create a Web View Attribute
- Add a Resource Element to a Web View
- Disable Web View Development Mode
- Publish a Web View
- File Structure of a Web View
- Web View Home Page
- Web View Components
- Tapestry Web View Components
- Creating Tapestry Web View Components
- Orchestrator Tapestry Component Library
- vco:DisplayProperty Component
- vco:IfMemberOf Component
- vco:IncludeJavascript Component
- vco:IncludeStylesheet Component
- vco:IncludeWorkflowHeader Component
- vco:ListPane Component
- vco:Login Component
- vco:PageAccessControl Component
- vco:TaskAction Component
- vco:WebformContainer Component
- vco:WorkflowLink Component
- Accessing Server Objects from URLs
- Create a Simple Web View Using the Default Template
- Import the Default Web View Template
- Export the Virtual Machine Manager Web View to a Working Folder
- Provide Unique Component Names
- Configure the Server for Web View Development
- Edit the Virtual Machine Manager Web View Home Page
- Add a vco:ListPane Component to the Web View Home Page
- Define the Web View Attributes for the vco:ListPane Component
- Create a Web View Component to Display Virtual Machine Information
- Create a Web View Tab by Using the Menu Component
- Add Links to Run Workflows from a Web View by Using the vco:WorkflowLink Component
- Customize the Web View Interface
- Publish the Virtual Machine Manager Web View
- Index
<body jwcid="@Body">
<span jwcid="@WebformContainer"/>
</body> </html>
vco:WorkflowLink Component
The vco:WorkflowLink component adds a link to a Web view to allow users to run a workflow. You can also
use this component to display a link to schedule a workflow.
Properties
The vco:WorkflowLink component defines the following properties.
Name Type Description
workflow
String
Web view attribute of type Workflow.
action
String
Web view attribute of type Action.
actionParameters
List A list of parameters for the action.
object
Object
A Workflow object.
workflowId
String
ID of the Workflow object.
returnUrl
String URL to which to redirect the user after
starting the workflow.The default is
the URL of the page that contains the
component.
onReturn
String Run a JavaScript method when the
workflow starts. For example, to
display information about the running
workflow in the Web view.
cancelUrl
String URL to which to redirect the user if
they cancel a workflow. The default is
the URL of the page that contains the
component.
onCancel
String Run a JavaScript method if the user
cancels the workflow.
isSync
Boolean
If true, the workflow runs in
synchronous mode. Default is false.
returnUrlAttribute
String Workflow attribute containing a URL
to which to redirect users after the
workflow finishes its run. Default is
returnUrl.
webformPage
String URL of a page that contains a
vco:WebformContainer component,
to open a Web form when a user starts
a workflow. Default is
system/form.html.
isDialog
Boolean
If true, the Web form opens in a
dialog box. Default is false.
width
Float Width of the dialog box. Values less
than 1 define a ratio in relation to the
width of the window. Values greater
than 1 define the size in pixels. Default
is 0.5.
Developing Web Views for VMware vCenter Orchestrator
40 VMware, Inc.