33 lines
651 B
Plaintext
33 lines
651 B
Plaintext
@startuml
|
|
!pragma layout smetana
|
|
set separator none
|
|
hide empty description
|
|
hide stereotype
|
|
skinparam state {
|
|
BackgroundColor white
|
|
BorderColor #94a3b8
|
|
BorderThickness 1
|
|
FontName Inter
|
|
FontSize 9
|
|
FontStyle bold
|
|
RoundCorner 20
|
|
Padding 1
|
|
}
|
|
skinparam shadowing false
|
|
skinparam ArrowFontName JetBrains Mono
|
|
skinparam ArrowFontSize 8
|
|
skinparam ArrowColor #cbd5e1
|
|
skinparam ArrowThickness 1
|
|
skinparam dpi 110
|
|
skinparam svgLinkTarget _self
|
|
|
|
[*] --> NEW
|
|
|
|
|
|
NEW -[#1E90FF,bold]-> PROCESSING <<external>> <<e_SUBMIT>> : SUBMIT / processAction()
|
|
PROCESSING -[#1E90FF,bold]-> COMPLETED <<external>> <<e_FINISH>> : FINISH
|
|
|
|
COMPLETED --> [*]
|
|
@enduml
|
|
|