Files
Wallenc/Report/puml/fig_15_bpmn_vault.puml

28 lines
596 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@startuml fig_15_bpmn_vault
scale 3
title BPMN: жизненный цикл vault
skinparam defaultFontName "DejaVu Sans"
skinparam activity {
BackgroundColor #F8F8F8
BorderColor #333333
}
start
:Создать vault;
if (Нужно шифрование?) then (да)
:Ввести пароль;
:Шифрование данных;
else (нет)
endif
:Открыть vault;
:Работа с содержимым;
if (Удалённое хранилище?) then (да)
:OAuth / привязка;
:Синхронизация;
else (нет)
endif
:Закрыть vault;
stop
@enduml