VMware Cloud Community
craigso
Enthusiast
Enthusiast

Triggering Event Broker based on custom property

Hello!

Thanks for reading this thread and for all the help you've given so far.

I've built a workflow that submits a ticket to our ticketing system with details of the VM, and allows for a user to request additional post provisioning tasks. The plan is to automate most of these tasks going forward, however as we roll out this service to our "pilot" users, this will be the method for now.

I can trigger the workflow by specifying the blueprint name. Like this:

pastedImage_1.png

The issue

What I'd like to do is just add a custom property to the blueprint then trigger the workflow if that property is present. When I've tried that (using the method below) it doesn't seem to trigger. Am I configuring it incorrectly?

Data > Machine > Properties > Name  Equals  CustomPropertyName

pastedImage_0.png

Property group added to the machine:

pastedImage_2.png

pastedImage_3.png

Reply
0 Kudos
1 Reply
jburen
Expert
Expert

I'm not sure if it solves your problem but maybe you could try this rule: Data>Machine>Properties>UO.IS.TDX.Ticket_Create Equals "True".

So instead of using the name of the property use the value of that property.

Consider giving Kudos if you think my response helped you in any way.
Reply
0 Kudos