here is my query but not able to filter inactive actors?
type:access_request AND created:>=2024-05-01 AND created:<=2024-08-01 AND actor.name:* AND NOT (status:approved OR status:passed OR status:cancelled OR status:processed OR status:rejected) AND operation:request
but am not able to add attributes.cloudLifecycleState:inactive to the query. to pull correct number of request that are stuck/ no action has been taken and neither there is a process that reassigns those request to the new managers / approvers.
what could be the right query that goes along