Current Activity Diagram Syntax
This editor uses PlantUML's current activity diagram syntax, which is recommended for new diagrams. Begin with start, write each action between colons, and finish with stop or end. PlantUML connects consecutive activities automatically.
start
:Validate request;
:Create order;
stop