ActDiag
ActDiag creates activity diagrams with actions and lanes.
Use this type
Use ActDiag to show a process across people, systems, or teams.
Source format
The source format is ActDiag text. Enter the source in the diagram.zip editor.
Syntax essentials
- Put the diagram in an
actdiagblock. - Use arrows to connect actions.
- Put related actions in a
laneblock. - Put action attributes in square brackets.
Example
actdiag {
write -> review -> share
lane user {
write; share;
}
lane agent {
review;
}
}
Rendered exampleDrag to pan. Use the wheel or controls to zoom.