7.3
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
- Index
Replyable Event Topics
Some event topics support replies from the subscribed service. The service that registered the replyable
event topic can accept a reply event that provides the workow output, usually as a result of an interaction
with a system or user. The reply output parameters must meet the criteria dened in the reply schema so
that the vRealize Automation service that published the original replyable event can process it. For example,
pre-approval and post-approval workow subscriptions are replyable. If you create a workow that sends
an approval request to an external system, the reply, approved or rejected, is processed by
vRealize Automation and the catalog item is provisioned or the user is notied that the request was rejected.
The reply can be the output from the vRealize Orchestrator workow or it can be a failure if the workow
times out or fails. If the reply is from the workow output parameters, the reply must be in the correct reply
schema format.
Best Practices for Creating vRealize Orchestrator Workflows for Workflow
Subscriptions
A workow subscription is based on a specic topic schema. To ensure that the subscriptions can start the
vRealize Orchestrator workows, you must congure them with the correct input parameters so that they
work with the event data.
Workflow Input Parameters
The custom workow 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, congure one or more parameters. Ensure that the name and type
match the name and type specied in the schema.
n
To use a single parameter, congure 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 workow 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 workow output parameters must match the reply schema.
Workflow Subscription Settings
The subscription options determine when a workow 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 workow
when an event for the topic is received that matches dened conditions.
You must be a tenant administrator to create a workow subscription. All workow subscriptions are
specic to your tenant.
To manage your workow subscriptions, select Administration > Events > Subscriptions.
Life Cycle Extensibility
16 VMware, Inc.