VMware Aria Automation Tools

 View Only

 How to add condition on an extensibility subscription of event topic 'Idem Service task post event'

JulioS's profile image
JulioS posted Jan 30, 2025 10:18 AM

When creating a new subscription from the event topic 'Idem Service task post event', the only parameter available is taskResponse (complex).

How can I create a condition based on taskResponse values? I could not find which parameters are part of taskResponse.

I have tried event.data.taskResponse.context.operation == "create" for example, but was not enough to stop the workflow to been triggered if the operation is read or delete for example.

Attached is an example of the workflow inputProperties triggered by this subscription.