Atomic Activity

Atomic Activity

Intro

An Atomic Activity is an activity that cannot be broken down into smaller parts. In EA and BPM, atomic tasks clarify execution boundaries and ownership.

Key points:

  • Represents a single, indivisible unit of work
  • Simplifies modelling and automation
  • Common use cases: task automation, workflow steps, service calls, RPA actions
  • Pitfall: modelling compound work as atomic loses traceability

Examples:

  • Submit form task performed by a user
  • System task posting a message to a queue
  • Service call to validate a customer record

In practice:

Distinguish atomic tasks from sub‑processes in Business Process Management models.

Related terms: Task; Activity; Sub‑Process

FAQs:

Q: How do I know it’s atomic?
A: If it can’t be split without losing meaning or requires a single actor.

Q: Where are atomic activities used?
A: In workflows, automation steps, and service operations.