aboutsummaryrefslogtreecommitdiff
path: root/pds/n4.1.puml
diff options
context:
space:
mode:
Diffstat (limited to 'pds/n4.1.puml')
-rw-r--r--pds/n4.1.puml26
1 files changed, 26 insertions, 0 deletions
diff --git a/pds/n4.1.puml b/pds/n4.1.puml
new file mode 100644
index 0000000..9edd4a8
--- /dev/null
+++ b/pds/n4.1.puml
@@ -0,0 +1,26 @@
+@startuml
+'skinparam conditionStyle diamond
+ |Cliente|
+ start
+ :Solicitar producto;
+ |Ventas|
+ :Procesar pedido;
+if () then ([No disponible])
+ :Notificar problema al cliente;
+ stop
+else ([Disponible])
+ |Almacén|
+ :Enviar pedido;
+endif
+fork
+ |Cliente|
+ :Recibir producto;
+fork again
+ |Ventas|
+ :Facturar cliente;
+end fork
+ |Cliente|
+ :Pagar factura;
+ stop
+@enduml
+