cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Workflow event trigger not saving

masterman
Visitor

Hello,

I'm trying to create a workflow using an event trigger. When I query past events, the query works fine. However, when I save, I get an error saying my query is incorrect.

This is my query:

matchesPhrase(dt.entity.http_check, "HTTP_CHECK-F724611E130DE727") and result.statistics.duration > 10000

Error message: Reason: Invalid DQL query: token recognition error at: '>' at 1:98

Any solutions for this? Thanks

1 REPLY 1

yanezza
Dynatrace Mentor
Dynatrace Mentor

Hi,

Currently, in the event trigger DQL matcher, not all conditions are applicable. The "greater than" (>) condition is not supported at this time.
https://docs.dynatrace.com/docs/observe/business-analytics/ba-events-processing/ba-events-processing... 

Yanez Diego Parolin

Featured Posts