What makes a Continuous Action different
A Continuous Action runs forever. It’s the right choice when:- The condition you care about is ongoing (not a one-off project)
- New matching devices should automatically be added to the Action
- Resolved devices should automatically leave
- You want metrics over time: MTTR, Success Rate, devices currently unresolved
Tags drive Continuous Action scope
Almost every Continuous Action begins with a tag clause:tags:End-User, tags:Server, tags:Acme-Acquired. Tags determine which devices a Vital applies to in the first place (Tags & Logic Engine), so a Continuous Action without a tag clause typically over-fires (chasing devices where the control isn’t even required).
Anatomy of a well-designed Continuous Action
- Tag-scoped — only End-User devices
- Respects
required— devices where CrowdStrike isn’t required (BYOD, Stock, etc.) don’t get caught - Strict resolution — devices only leave when CrowdStrike passes all four Vital booleans, not just
deployed:true
Standard Continuous Action patterns
EDR coverage hygiene
EDR coverage hygiene
system.microsoft_defender_atp or system.sentinelone for other EDRs.Broken agent recovery (silent failure)
Broken agent recovery (silent failure)
MFA enrolment chase
MFA enrolment chase
Build a query using the User Inventory autocomplete to discover MFA-related fields in your tenant, then compose:
Microsoft Intune configuration drift
Microsoft Intune configuration drift
SLAs and MTTR
Continuous Actions are the natural home for SLA tracking:
Plot these in a Reporting dashboard for leadership visibility. When MTTR trends up, that’s a process issue (not a visibility issue) — surface it before it becomes systemic.
Pause / archive
See also
Action Center
Conceptual overview
Snapshot Actions
Time-bound counterpart
Automation Templates
Pre-built starting points
Tags & Logic Engine
Scope the cohort