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.