BPMN Viewer
BPMN XML is unreadable without a picture, and many files lack the layout a viewer needs. Paste your XML — if the layout is missing, we work one out and tell you so.
What people use this for
bpmn:startEvent — start of the processbpmn:task / bpmn:userTask — a stepbpmn:exclusiveGateway — a choice or decisionbpmn:parallelGateway — steps running at the same timebpmn:sequenceFlow — the arrow between two stepsbpmn:endEvent — end of the process
What others think of this tool
No reviews for this tool yet. Yours would be the first.
Do you work with Westcube?
Leave a review on Google tooFrequently asked questions
Why does my BPMN file show an empty screen elsewhere?
BPMN has two parts: the process description and a separate section holding the position of every shape. Viewers draw only that second part. If it is missing, you see nothing. This tool detects that and works out a layout itself.
What if the layout is only partly there?
It happens: a file with shapes but no connections gives you loose boxes without arrows. We detect that too and draw the connections anyway. We always say so above the diagram.
I see boxes but no arrows. Why?
The file is missing the links between steps. BPMN records those with <incoming> and <outgoing> inside each step; sourceRef and targetRef on the sequence flow alone is not enough to derive the order. We say so when we cannot draw the arrows.
Is my process model stored?
No. Rendering happens entirely in your browser; your XML never reaches our server. Only when you click 'Share with preview' yourself do we store the model to create a shareable link.
Which BPMN version is supported?
BPMN 2.0, the Object Management Group standard. That is what modelling tools such as Camunda, Signavio and bpmn.io export.
Can I edit the diagram?
This tool views and exports; it is not an editor. To make changes, edit the XML on the left — the diagram updates as you type.