22 Aug 2025 10:25 AM
Hi Team,
We used workflow for auto incident creation and using even trigger in Dynatrace Workflow. But, these eb=vents are not getting suppressed through Maintenance window. It's still raising Incident during any planned activity even if Maintenance window in place.
Please suggest how to mitigate this issue.
Thanks
Solved! Go to Solution.
22 Aug 2025 11:31 AM - edited 22 Aug 2025 11:33 AM
Hey,
I think you could create a filter query in your event trigger using the field maintenance.is_under_maintenance to work around this issue. (in your workflow)
matchesValue(maintenance.is_under_maintenance, "false")
This way, your workflow won’t be triggered for events that are under maintenance.
28 Aug 2025 07:01 PM
Thank you for the quick response
This works well in one case, we tested. Planning to do with some other use cases as well.
24 Aug 2025 01:22 PM
Hi,
Maybe this product idea can be useful to your use case.
Best regards