You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/08/06 03:56:20 UTC

[incubator-servicecomb-saga] branch master updated: SCB-665 Added the link of the sequense diagram

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new fd14b1d  SCB-665 Added the link of the sequense diagram
fd14b1d is described below

commit fd14b1dfdc2c719080f3542a1b4ab8600809e3c4
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Aug 6 11:56:03 2018 +0800

    SCB-665 Added the link of the sequense diagram
---
 docs/design.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/design.md b/docs/design.md
index fb07b7f..a1e0143 100644
--- a/docs/design.md
+++ b/docs/design.md
@@ -42,3 +42,5 @@ In a successful scenario, all try events are confirmed.
 
 ### Exception Scenario
 In an exception scenario, the starter will send the cancel event to alpha, and alpha could invoke the cancel methods which are registered to the Alpha server to clean up the pre allocated resources.
+
+![Exception Scenario](static_files/exception_scenario_TCC.png)