Skip to main content
For the conceptual overview, page layout, metric tables, and lifecycle, see Action Center. This page focuses on the design patterns and operational nuances specific to Continuous Actions.

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
It’s the wrong choice for time-bound projects (use Snapshot Actions).
Reading the metrics: a rising MTTR means remediation is slowing down (process issue, not visibility). A falling Success Rate means automation isn’t actually resolving devices — devices may be churning in and out without ever hitting the resolution criteria.

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

Three things this design gets right:
  1. Tag-scoped — only End-User devices
  2. Respects required — devices where CrowdStrike isn’t required (BYOD, Stock, etc.) don’t get caught
  3. Strict resolution — devices only leave when CrowdStrike passes all four Vital booleans, not just deployed:true

Standard Continuous Action patterns

The bread and butter. Catches gaps as they arise. Substitute system.microsoft_defender_atp or system.sentinelone for other EDRs.
Catches silent failures. The 48-hour minimum prevents firing on agents that recover during maintenance windows.
Build a query using the User Inventory autocomplete to discover MFA-related fields in your tenant, then compose:

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