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

help with Conditions in workflow

Kishore
Visitor

Hi,

We need to run a json flow only if the Davis problem parameters has particular entity tags like [Kubernetes]version where there are multiple attributes present in entity tags .Can you help in extracting this? below is a sample param object.

{
"event.id": "111111111",
"timestamp": "2023-10-01T15:26:08.427000000Z",
"display_id": "P-113232142",
"event.kind": "DAVIS_PROBLEM",
"event.name": "testing",
"entity_tags": [
"[Kubernetes]version:xxxxxxxxxx",
"[Kubernetes]kube-monkey/identifier:app",
"[Kubernetes]kube-monkey/enabled:enabled",
"Market:GROUP",
"[Kubernetes]version:6346347547547",
"[Kubernetes]type_manifest:customer"]
}

 

1 REPLY 1

Kishore
Visitor

Below is a screenshot after executing the condition. Though the trigger has required tag, the flow is discarded saying the condition doesnt match. Please help!!

Kishore_0-1696320857158.png

 

Featured Posts