Text to BPMN: Describe a Process in English, Get a Diagram
By Kirill Stolbushkin
Text to BPMN is describing a workflow in plain English and getting a BPMN 2.0 diagram back — tasks, gateways, swimlanes, sequence flows. You do not draw shapes. Vevos generates that model from text, images, audio, transcripts, or a PRD. The free mapper at vevos.ai/free needs no account.
You already know the process. The missing piece is a diagram other people will actually follow. Write it the way you would brief a colleague. An AI BPMN generator turns that paragraph into standards-compliant BPMN 2.0. This is not a flowchart with nicer boxes. If you have been staring at a blank canvas in Lucidchart, Draw.io, or Bizagi Modeler, this is the other door.
How to generate BPMN from text
Open the free mapper. Go to https://www.vevos.ai/free. No account. No credit card. Real mapper, not a screenshot.
Describe the process in plain English. Name the trigger, the people, the decisions, and how it ends. One paragraph is enough. A messy Slack dump also works.
Generate the BPMN 2.0 model. Vevos draws tasks, gateways, swimlanes, and sequence flows.
Refine in conversation. “Add a Finance review if the amount is over $10,000.” “Put IT provisioning in its own lane.” The diagram updates in place.
Save it when it is worth keeping. A free Intro account ($0) keeps up to three process models. Still no card.
Export or keep going. Sign up to export BPMN XML, SVG, PNG, JPEG, or PDF. Generate documentation from the same model. Live deploy through Conductor starts on Tempo at $199/month — mapping does not require that plan.
If what you have is a photo, a PDF SOP, a meeting recording, or a PRD instead of a paragraph, upload that. Same destination: an editable BPMN 2.0 diagram.
What to put in the description
A vague prompt gets a vague map. You do not need BPMN vocabulary. You do need the facts a colleague would ask for.
Trigger. A form submit, a signed offer, an invoice arriving in AP.
Roles. HR, IT, the hiring manager, Finance, Legal, the vendor. Those names become lanes.
Decisions. Amount over $10,000. Priority is critical. Each split is a gateway, whether you call it that or not.
Exceptions. Rejects, timeouts, send-backs. Leave these out and the diagram looks cleaner than the work.
End state. Paid. Provisioned. Ticket closed. Offer withdrawn.
The generator is translating, not inventing your business. If a step is not in the text, it will not be on the canvas. Add it in chat.
A worked example: invoice approval
The free mapper ships with this prompt because it is the kind of process people actually have:
Model our invoice approval process with Finance review for anything over $10,000.
A tighter version:
When an invoice arrives, AP checks the amount. If it is $10,000 or less, the cost-center owner approves and AP posts it. If it is over $10,000, Finance reviews it first. If Finance rejects, AP sends it back to the vendor. If they approve, AP posts payment and closes the invoice.
From that paragraph you should see a start event, an amount gateway, a Finance lane, a rejection path, and an end event. If the first draft misses the vendor bounce-back, you say so. You did not hunt for the exclusive-gateway icon.
Employee onboarding, support escalation, purchase orders, client intake, and software release all work the same way. The mapper preloads those prompts if you would rather start from a template.
How do I create a BPMN diagram from a process description?
Write the process as if you were briefing someone who has never done the job. Include who acts, what they decide, and what “done” looks like. Paste that into an AI BPMN generator. Review the lanes and gateways. Correct anything that does not match the work. Export BPMN 2.0 XML if another tool needs the file.
You do not start by memorizing notation. You start by telling the truth about the workflow. Refuse the pretty version if it is wrong. If the description already lives in a PRD, a SOP, or meeting notes, skip retyping and upload the file.
What is BPMN 2.0?
BPMN 2.0 is the current Business Process Model and Notation standard. It defines how to draw — and how to serialize — a process: events, activities, gateways, pools, lanes, sequence flows, and message flows. The XML is the point. A picture that cannot export valid BPMN is a flowchart wearing a BPMN costume.
Vevos generates standards-compliant BPMN 2.0. You can export XML to take the model to engines such as Camunda or Signavio. That matters if the diagram needs to leave the tool, or later become a running application instead of a slide.
What is the difference between BPMN and a flowchart?
A flowchart shows steps in order. BPMN shows a process with roles, decisions, and a file format other BPM tools can read. Flowcharts are fine for a slide. They are a poor source of truth once three teams share the work.
Flowchart | BPMN 2.0 | |
|---|---|---|
Starting point | Blank canvas, shapes | Process description, or a generated model |
Roles | Optional boxes | Pools and lanes |
Decisions | Diamond, often unlabeled | Exclusive, parallel, inclusive gateways |
Output | Image, maybe a proprietary file | BPMN XML plus a diagram |
After the picture | You stop | You document, version, and — on Tempo+ — can deploy |
If you searched “flowchart maker,” you are one layer below what you need. Generate BPMN from text. You can still export an image for the deck.
What are the BPMN symbols I actually need?
You do not need the full catalog. These are the ones that show up:
Start event (thin circle): the trigger.
End event (thick circle): finished — including the unhappy finish.
Task (rounded rectangle): a unit of work. “Finance reviews the invoice.”
Exclusive gateway (diamond with an X): one path. Over $10k, or not.
Parallel gateway (diamond with a plus): paths that run together. HR sets up payroll while IT requests the laptop.
Pool and lane: the organization, and the roles inside it.
Sequence flow (solid arrow): the order of work.
An AI BPMN generator places these for you. Learn them so you can catch mistakes, not so you can drag them from a palette for two hours.
What is a swimlane (pool vs lane)?
A pool is a participant — usually a company, a system, or a department. A lane is a role or team inside that pool. HR, IT, and the hiring manager are lanes in onboarding. The vendor might be a separate pool if work crosses an organizational boundary.
List the roles in the prompt. “HR sets up payroll. IT provisions access. The manager runs Day 1 orientation.” That sentence is a swimlane diagram. If the first draft dumps everyone in one lane, say “split this into HR, IT, and Manager lanes.”
What is the best AI tool to turn a process into a diagram?
The test is not “does it draw boxes from a sentence.” Plenty of AI flowchart tools do that. The test is: do you get real BPMN 2.0 you can edit, document, and export as XML — and can you start without an account?
Vevos is built for that loop. Describe the process in English. Get a BPMN 2.0 model. Refine it in chat. Save three models on Intro at $0. The mapper at /free does not require a login. A whiteboard photo, SOP, transcript, audio file, or PRD lands in the same editor.
It is not a replacement for Camunda if you already have an engine team embedding Zeebe. It is the path for a business team that needs a process map this afternoon.
After the diagram
Most platforms stop at the model. A file that never leaves the canvas is still a photograph of a car.
From the same model you can generate process documentation and export Markdown, HTML, PDF, or Word. You can keep restore points and roll back. You can share it with the people who run it.
When you want a live application, Conductor plans, builds, security-scans, and deploys after human sign-off. That path starts on Tempo ($199/month), with fuller enterprise capabilities on Symphony. It is not on Intro, Pulse, or Rhythm. Mapping and documentation do not wait on that upgrade.
FAQ
Do I need BPMN training to generate a diagram from text?
No. You need to describe the work. The generator handles notation. You still review the output. AI does not get a pass on a missing rejection path.
Is the free mapper a trial that expires?
No. vevos.ai/free needs no account. Intro is $0 forever for one user and three saved process models. Create an account when you want to keep the model.
Can I export BPMN XML?
Yes, after you sign up. Diagram exports: BPMN XML, SVG, PNG, JPEG, PDF. Documentation: Markdown, HTML, PDF, Word.
Is this the same as a flowchart maker AI?
No. Flowchart makers produce pictures. An AI BPMN generator produces BPMN 2.0 — including XML you can take to another engine.
Does generating a diagram automate the process?
No. The diagram is the source of truth. Automation and live deploy run through Conductor, from Tempo at $199/month. A map is still worth having on day one.
What if my description is messy?
Use it anyway. Then correct the draft in chat: add the exception, rename the task, split the lane. The first generation is a draft, not a contract.
Describe it. Get the diagram.
Plain English in. BPMN 2.0 out. No notation skills, no blank canvas, no account to try it.
No account needed. Sign up free (Intro, $0) when you want to save up to three models. Conductor and live deploy wait until Tempo.
Try Vevos
Free mapper (no account): vevos.ai/free — describe a process, get BPMN 2.0. No credit card.
Free Intro signup: Create a free account — save up to 3 process models.
Pricing: vevos.ai/pricing — Intro $0 through Symphony. Conductor / live deploy starts on Tempo.
Home: vevos.ai