All glossary terms
Optimize

Event log

An event log is the chronological record of activities executed in a process, structured so each row represents one event (case ID, activity name, timestamp, optional resource). Process mining algorithms consume event logs to discover the actual flow, conformance with the intended flow, and bottlenecks.

Event logs are the raw material of process mining. The minimum schema is case ID + activity + timestamp; richer logs add resource (who performed it), cost, duration, and arbitrary case attributes. The bottleneck for process-mining adoption is rarely tooling — it's getting clean event logs out of the source systems. Most enterprise applications either don't emit events or emit them inconsistently. The pragmatic approach: pick one process, instrument the few systems involved, and prove value before expanding. The XES (eXtensible Event Stream) XML format and CSV are the dominant log formats.

Discussed in our use-cases

ICP-targeted pages where event log is part of the framing.

Related terms