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/servicecomb-pack.git

commit 0573fd82d221fd562decccc3db5b06ebd1843653
Author: Lei Zhang <zhang...@apache.org>
AuthorDate: Sat Mar 21 23:23:11 2020 +0800

    SCB-1735 Adding a new event to the state machine
---
 docs/fsm/plantuml/saga-state-diagram.puml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/fsm/plantuml/saga-state-diagram.puml 
b/docs/fsm/plantuml/saga-state-diagram.puml
index 35cf83e..77e1d20 100644
--- a/docs/fsm/plantuml/saga-state-diagram.puml
+++ b/docs/fsm/plantuml/saga-state-diagram.puml
@@ -33,7 +33,7 @@ FAILED --> COMPENSATED : SagaAbortedEvent<font 
color=red>:doCompensation</font>
 
 FAILED --> SUSPENDED : SagaTimeoutEvent
 
-FAILED --> FAILED : TxCompensateAckSucceedEvent<font 
color=blue>:UpdateTxEntity</font>\nTxCompensateAckFailedEvent<font 
color=blue>:UpdateTxEntity</font>\nTxStartedEvent<font 
color=blue>:AddTxEntity</font>\nTxEndedEvent<font 
color=red>:doCompensation</font>\nComponsitedCheckEvent
+FAILED --> FAILED : TxCompensateAckSucceedEvent<font 
color=blue>:UpdateTxEntity</font>\nTxCompensateAckFailedEvent<font 
color=blue>:UpdateTxEntity</font>\nTxCompensateAckTimeoutEvent<font 
color=blue>:UpdateTxEntity</font>\nTxStartedEvent<font 
color=blue>:AddTxEntity</font>\nTxEndedEvent<font 
color=red>:doCompensation</font>\nComponsitedCheckEvent
 
 COMPENSATED --> [*]
 

Reply via email to