ZenUML Docs
Do you have little experience with the creation of professional sequence diagrams? ZenUML can help you.
Get free trial via Atlassian Marketplace
ZenUML Sequence Diagram is a Confluence macro App for creating sequence diagrams on Confluence pages.
What is new
Feb 5, 2021
DATACENTER
Highlight current message
When you move the mouse cursor the message under the cursor will be highlighted on the right side.
Stereotype
It is possible to add stereotypes to participants using <<
and >>
.
<<Callable>> B
<<Service>> A
A.method()
A->B: Event
Par - Parallel
It is possible to group messages together using par
. It defines potentially parallel execution of behavior of the operands of the combined fragment.
par {
A.method
B.method
}
Sep 19, 2020
CLOUDFULL ONLY
Now you can set background colour for each participant.
CLOUD
We have recently introduced some enhancement to the plugin. Check it out at the following example for the NEW! features (Cloud only).
Get started
Install the application from https://marketplace.atlassian.com/apps/1218380/zenuml-sequence-diagram-free-on-server
Start by creating or editing a page in Confluence
Insert the macro
from the "Insert more content → ZenUML Sequence Diagram" menu
or by typing
/zenuml
in the new editor or{zenuml
in the legacy editor
Create your own sequence diagrams using ZenUML DSL
More information about ZenUML - Introduction
Example
The embedded diagram is like this (If the diagram is not displayed properly, please refresh.):
The editor is like below: