28 Nov 2025 09:00 AM
Does anyone know what parameters I need to define in the DAVIS EVENT TRIGGER in the workflow that is trigger the workflow when a DAVIS AI closes a problem.
I appreciate any support on this.
28 Nov 2025 09:45 AM
Hi @MarwanC
Maybe I do not understand your request well.
In case on Davis Problem trigger there are two options active and active or closed:
In case of Davis event trigger you can use this DQL:
fetch events
| filter matchesValue(event.status, "CLOSED")
I hope it helps.
Best regards,
János