ref/AgenticSwimlanes.com
menu
REF / VOL.01|Last verified: April 2026

AI Agent Workflow Diagrams: BPMN Swimlanes with Cited Examples (2026)

How agentic processes flow across teams. Visualised in BPMN 2.0, with a named public source for every swimlane on the site.

5canonical swimlane shapesBPMN 2.0 spec-correct / Every per-process diagram cites a public source

Linear handoff, branching gateway, parallel processing, escalation, async loop. Shape semantics per OMG BPMN 2.0 specification. Process examples drawn from Klarna, Cisco/ServiceNow, SAP/Concur, Anthropic/Clay, Cognition Devin.

PROCESSHUMANAI AGENTTOOL / SYSTEMInboundReceive requestClassify intentRetrieve contextWrite to systemof record
The canonical agent-augmented swimlane. A human user-task starts the process, an AI agent performs intent classification and context retrieval as bpmn:serviceTask steps, and a tool/system step writes the resolution to the system of record.Pattern source: synthesised from Anthropic, “Building Effective Agents” (Schluntz, December 2024); shape semantics per OMG BPMN 2.0 specification §10.3 and §10.5.
Section 02

The single most-asked operator question

Should this step go in the human lane or the AI agent lane? Vendor pages duck the question because their product is sold as agent-everywhere.

The neutral answer is a four-criterion rubric: autonomy required, reversibility of the action, regulatory constraint, and cost of error. Each criterion routes the step to a different placement.

Read the decision rubric →
01 / autonomy

Does the step need genuine decision-making?

Rule-following steps belong in an agent lane. Decision-under-uncertainty steps benefit from human review.

02 / reversibility

Can the action be undone?

Sending money or filing a regulatory return: irreversible. Drafting a reply: reversible. Irreversible steps need a human gate.

03 / regulatory

Is human review required?

Some sectors (finance, healthcare, legal) require an identifiable human in the chain regardless of confidence. Cite the framework.

04 / cost of error

What is the downside of being wrong?

If the cost of a wrong action exceeds the cost of human review, review is the cheaper path even at high model confidence.

Section 03

BPMN 2.0 spec correctness is the editorial differentiator

Most pages on the open web that show an AI agent “BPMN” diagram render an autonomous agent step as a generic bpmn:task rather than the specification-correct bpmn:serviceTask or bpmn:businessRuleTask. The distinction matters: BPMN 2.0 reserves task-type markers for exactly this kind of automation classification, and tool round-tripping (Camunda, bpmn.io, Signavio) depends on it.

The reference page walks each relevant element with its agent-process meaning and cites the OMG specification by section.

Read the BPMN element reference →
Section 05

Handoffs: agent-to-agent and agent-to-human

Handoff primitives are documented in OpenAI Swarm and LangGraph but consolidated nowhere. The reference page walks the patterns, the BPMN representation (message-flow vs sequence-flow vs signal event), and the common failure modes.

Handoff patterns →
Section 06

How to draw your own swimlane

draw.io, Lucidchart, Miro, Whimsical, bpmn.io, Camunda Modeler, mermaid and react-flow. Compared on BPMN 2.0 fidelity, bundle size, accessibility, build-time vs runtime, SEO, and licensing. No rankings, no “best”.

Compare the tooling →
Section 08

Methodology and corrections

The site is a reference, not a vendor pitch. Two citation disciplines run in parallel: every swimlane references a real, public, named source, and every BPMN-shaped diagram is checked against the OMG BPMN 2.0 specification. Where vendors are named, they appear as examples of patterns described, not as endorsements. There is no affiliate relationship with any AI vendor, BPMN tool vendor, framework maintainer, or cloud provider.

For more on how the site is built, the source pool, the editorial exclusions, and the update cadence, read the methodology page. For frequently asked questions, see the FAQ. For terminology, the glossary covers process-flow and BPMN-with-AI specific terms.