I learned to begin with a simple question: what actually happens today? The documented process is often tidier than the lived one. Information arrives in unexpected formats. One person knows how to resolve an exception. Another keeps a private spreadsheet because the official system does not answer the question they have.
If we automate the diagram instead of the work, we may make the wrong process faster.
Start with five elements
- Trigger: what starts the process?
- Actors: who performs, approves or depends on each step?
- Handoffs: where does information change owner, system or format?
- Exceptions: what happens when the normal route fails?
- Outcome: what observable result tells us the work is complete?
This does not require an elaborate notation. A whiteboard may be enough for an early conversation. BPMN 2.0 becomes useful when a shared, more precise language is needed for events, activities, decisions and flows.
Map for a decision
A process map is not the deliverable. It should help a team decide what to remove, standardise, automate or leave deliberately human. I look for repeated manual transfer, duplicate entry, unclear ownership, waiting time and exception paths that depend on memory.
The useful question is not “Can we automate this?” It is “Which part should become more reliable, and what must remain understandable to the people using it?”
Then define the smallest useful change
Once the current state is visible, define the future state and the evidence that would make it acceptable. That may produce requirements, acceptance criteria, a prototype, a policy change or a combination of them. Technology follows the operating decision—not the other way around.
Further reading
This note combines my practical experience with a link to the formal BPMN standard. It is not a substitute for BPMN training or organisation-specific process governance.