I want to build a campaign filter that includes certain departments, but not employees with “Terminate” lifecycle state. I am worried to include the other lifecycle states, because that would include every “Active” and “Rehire” user, would it not? Not sure how to make this work with an inclusion filter for a campaign.
You can create identity or access certification from Search tab, where you can include identities from specifc department and life cycle state based on search query.
Something like this should help, search->certications->new campaign->identities->all identities returned by a query
based on a query like this
attributes.department:yourdepartment AND attributes.cloudLifecyclesState:active
Hope this helps