aboutsummaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-10-12 11:57:06 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-10-12 11:57:13 +0200
commit73c10807b6c64cfc9cefa7d1cd44374e6ee148cc (patch)
treed5df05c7db47efaeeab62f1d16a3d39a0c076a93 /images
parent8817432a08c5da7871e3252f9a6da05d287f3143 (diff)
downloaddocs-73c10807b6c64cfc9cefa7d1cd44374e6ee148cc.tar.gz
docs-73c10807b6c64cfc9cefa7d1cd44374e6ee148cc.tar.bz2
docs-73c10807b6c64cfc9cefa7d1cd44374e6ee148cc.zip
[DD 037] Added age-withdraw to the state diagram
Diffstat (limited to 'images')
-rw-r--r--images/transaction-withdrawal-states.dot7
1 files changed, 6 insertions, 1 deletions
diff --git a/images/transaction-withdrawal-states.dot b/images/transaction-withdrawal-states.dot
index 9163c889..ea32c5ba 100644
--- a/images/transaction-withdrawal-states.dot
+++ b/images/transaction-withdrawal-states.dot
@@ -1,10 +1,11 @@
digraph G {
+ compound=true;
initial_manual[label="", xlabel="manual" shape="circle"];
initial_bank[label="", xlabel="bank-integrated" shape="circle"];
pending_brr[label="bank-register-reserve"];
pending_bc[label="bank-confirm"];
pending_ewr[label="exchange-wait-reserve"];
- pending_wc[label="withdraw-coins"];
+ pending_wc[label="{<batch>batch-|<age>age-}|<wc>withdraw-coins", shape="Mrecord" ];
pending_kyc[label="kyc"];
pending_aml[label="aml"];
done[label="done", shape="box"];
@@ -24,6 +25,10 @@ digraph G {
rank = same; done; aborted_bank;
}
+ subgraph {
+ pending_wc:batch:w->pending_wc:age:w[color="red"];
+ }
+
initial_bank->pending_brr;
initial_manual->pending_ewr;
pending_brr->pending_bc [color="green"];