Activity Diagram Generator
Create UML activity diagrams to visualize workflows and business processes
Nodes
initial(no label)
actionReceive Order
decisionIn Stock?
actionShip Order
actionBackorder
merge(no label)
actionSend Confirmation
final(no label)
Flows
initial → Receive Order
Receive Order → In Stock?
In Stock? → Ship Order[yes]
In Stock? → Backorder[no]
Ship Order → merge
Backorder → merge
merge → Send Confirmation
Send Confirmation → final