move files in dedicated folder

This commit is contained in:
hannes.kuchelmeister
2020-02-18 11:22:01 +01:00
parent 5fe23a3cf4
commit 663076d5ff
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
@startuml
skinparam activity {
BarColor Black
BackgroundColor White
BorderColor Black
}
(*) --> "Using MAUT create partial configuration based on preferences"
--> validate and repair configuration
--> "save in db"
if "has better configruation in db" then
-->"use best in db"
--> (*)
else
--> "use generated"
--> (*)
endif
@enduml