This is an automated email from the ASF dual-hosted git repository. zhanglei pushed a commit to branch SCB-1321 in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
commit 77ecd8f03dcaeb7435622c802f05b36e229bd29a Author: Lei Zhang <[email protected]> AuthorDate: Fri Jun 21 18:30:17 2019 +0800 SCB-1321 Add alpha-fsm README.md --- alpha/alpha-fsm/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/alpha/alpha-fsm/README.md b/alpha/alpha-fsm/README.md new file mode 100644 index 0000000..3a37fed --- /dev/null +++ b/alpha/alpha-fsm/README.md @@ -0,0 +1,11 @@ +# Saga State Machine Module + +基于状态机控制事务的状态转换,**这是一个试验性模块** +[更多详细内容](https://github.com/apache/servicecomb-pack/blob/SCB-1321/docs/fsm/design_fsm_zh.md) + +## Test State Machine + +``` +cd alpha +mvn clean package -pl alpha-fsm +``` \ No newline at end of file
