VMware Cloud Community
erikgraa
Enthusiast
Enthusiast

Kubernetes Event Subscriptions in vRA 8

Hello

I am trying to fire a workflow for the "Kubernetes cluster post provision", but only when a certain property has been set in the deployment.

My condition is this per now, but the workflow never runs:

event.data.customProperties.property == 'value';

I've attempted various other permutations, e.g. event.data.customProperties.requestDetails.property == 'value'; but to no avail.

Anyone made attempts at the same thing and figured out the correct condition?

Thanks

0 Kudos
1 Reply
legioon
Enthusiast
Enthusiast

Try this ;

event.data["customProperties"]["property"] === "true"

How do I integrate Cloud Assembly with ServiceNow using extensibility actions

0 Kudos