From e4c7bafd276049c805039b240e0a83346c31f41b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 20 Sep 2020 16:55:36 +0200 Subject: Initial release --- doc/images/graph-post-exec.svg | 59 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 doc/images/graph-post-exec.svg (limited to 'doc/images/graph-post-exec.svg') diff --git a/doc/images/graph-post-exec.svg b/doc/images/graph-post-exec.svg new file mode 100644 index 0000000..557ef42 --- /dev/null +++ b/doc/images/graph-post-exec.svg @@ -0,0 +1,59 @@ + + + + + + +%0 + + + +root + +root + + + +successfulDependent + +successfulDependent + + + +root->successfulDependent + + + + + +failedDependent + +failedDependent + + + +root->failedDependent + + + + + +final + +final + + + +successfulDependent->final + + + + + +failedDependent->final + + + + + \ No newline at end of file -- cgit