19 May 2026
10:13 AM
- last edited on
20 May 2026
07:45 AM
by
MaciejNeumann
Currently, we are trying to migrate from flow management zones, alert profiles, and problem integrations to use simple workflows for alerting. However, we found that segments cannot be used in workflows for filtering, and there is no delay feature like in alert profiles. Both features are still listed as product ideas.
Could you please provide an estimated release timeline for these features?
20 May 2026 11:34 PM
Thanks for writing this up. I was coming to the Community to write up more-or-less the same. As we think about moving from Alerting Profiles/Management Zones/Integrations for alerting two things jumped out to us based on how the platform is currently implemented:
I am adding my comments here ahead of routing this RFE to our CSM.
25 May 2026 11:48 PM
Hello @phongsakorn
I share the same concerns. To add to this thread:
On the delay feature: Until Dynatrace natively adds a delay to the Problem trigger, the workaround is to use a DQL re-check pattern — trigger fires instantly, then a subsequent action queries if the problem is still active after X minutes before notifying. It works, but it adds actions (and cost).
On the cost concern: This is the real issue. What was previously free (alerting profile + integration) now potentially costs DDUs once you exceed 2 actions in a workflow. Especially when you need extra actions just to work around missing features (delay, segment filtering).
08 Jun 2026 08:33 AM
Hi, thank you for the detailed post. Both concerns are ones we hear a lot during migrations, so let me give you some context.
Segments are not a replacement for Management Zones
This is the most important thing to understand upfront. Segments are a front-end filtering tool. They scope what you see in dashboards, notebooks, and apps. They are not designed to route events or trigger workflows.
Why segments don't work in workflow triggers
Workflow triggers run through OpenPipeline, which processes events at ingest time, before any segment definition is available. This is by design. When something goes wrong, you need your workflow to fire immediately and reliably. OpenPipeline is what makes that possible at scale. Supporting segments directly on triggers is not something we plan to add.
How to filter your workflow triggers today
Use the additional custom filter query field on the problem trigger. The most effective options:
If your data is enriched at the source, these filters keep your workflow within the simple workflow limit and no extra actions is needed.
Tagging strategy matters
The teams getting the most out of the platform have invested in enriching their data at the source, via OneAgent, Kubernetes labels, or OpenPipeline. Once that's in place, filtering in workflows, segments, and dashboards all uses the same fields. One source of truth, less manual work everywhere.
What's coming
I hope this helps,
Sonja
Featured Posts