Artifact (in BPMN 2.0)

Artifact (in BPMN 2.0)

Intro

In BPMN 2.0, an Artifact provides additional information to a process model, such as annotations, groups, or data objects. In EA, it adds context without changing flow logic.

Key points:

  • Enhances readability and documentation of models
  • Does not affect execution semantics
  • Common use cases: clarifications, grouping related elements, indicating data inputs/outputs
  • Pitfall: over‑annotating can clutter diagrams

Examples:

  • Text annotation explaining a decision rule
  • Group showing related tasks in a sub‑process
  • Data object linked to tasks that create or consume it

In practice:

Follow your modelling standards as part of Business Process Management.

Related terms: BPMN; Process; Data Object

FAQs:

Q: Do BPMN artifacts change execution?
A: No, they provide context only.

Q: When should I add an annotation?
A: When a brief note improves clarity or explains a rule.

‍