7.1
Table Of Contents
- Life Cycle Extensibility
- Contents
- Life Cycle Extensibility
- Machine Extensibility Overview
- Extending Machine Lifecycles By Using vRealize Orchestrator
- Configuring Workflow Subscriptions to Extend vRealize Automation
- Event Topics Provided with vRealize Automation
- Workflow Subscriptions and Event Broker Terminology
- Blockable and Replyable Event Topics
- Best Practices for Creating vRealize Orchestrator Workflows for Workflow Subscriptions
- Workflow Subscription Settings
- Working with Provisioning and Life Cycle Workflow Subscriptions
- Configuring vRealize Orchestrator Workflows for Provisioning and Life Cycle Workflows
- Workflow Subscription Life Cycle State Definitions
- Configuring the Timeout Values for States and Events
- Configuring the Error Behavior for States and Events
- Scenario: Take a Post-Provisioning Snapshot of a Virtual Machine
- Working with Approval Workflow Subscriptions
- Troubleshooting Workflow Subscriptions
- Troubleshooting vRealize Orchestrator Workflows That Do Not Start
- Troubleshooting Provisioning Requests That Take Too Much Time
- Troubleshooting a vRealize Orchestrator Workflow That Does Not Run for an Approval Request
- Troubleshooting a Rejected Approval Request That Should Be Approved
- Troubleshooting a Rejected Approval Request
- Extending Machine Life Cycles By Using vRealize Automation Designer
- Extending Machine Life Cycles 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
Workflow Input Parameters
The custom workflow that you create can include all the parameters or a single parameter that consumes
all the data in the payload.
n
To include individual parameters, configure one or more parameters. Ensure that the name and type
match the name and type specified in the schema.
n
To use a single parameter, configure one parameter with a type of Properties. You can provide any
useful name. For example, you can use payload as the parameter name.
Workflow Output Parameters
The custom workflow that you create can include output parameters that are relevant to subsequent
events necessary for a reply event topic type.
If an event topic expects a reply, the workflow output parameters must match the reply schema.
Workflow Subscription Settings
The subscription options determine when a workflow runs based on event messages in
vRealize Automation. Use the options to manage your subscriptions.
A subscription represents a user's intent to subscribe to events for a given event topic and to run a
workflow when an event for the topic is received that matches defined conditions.
You must be a tenant administrator to create a workflow subscription. All workflow subscriptions are
specific to your tenant.
To manage your workflow subscriptions, select Administration > Events > Subscriptions.
Table 4‑3. Workflow Subscription options
Option Description
New Create a new subscription.
Edit Modify the selected subscription.
If the subscription is published, the saved changes are
immediately active.
You cannot edit the event topic or modify the blocking option for
a published or unpublished subscription.
Publish Make the subscription active.
The events from the event broker service are processed and the
subscription conditions are evaluated. If a configured condition
is true, the workflow is triggered.
Life Cycle Extensibility
VMware, Inc. 22