WillemJiang commented on a change in pull request #531: [SCB 1411] Add alpha-ui module to provide a simple Web GUI URL: https://github.com/apache/servicecomb-pack/pull/531#discussion_r312434939
########## File path: alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/model/SagaData.java ########## @@ -34,6 +35,8 @@ private Date endTime; private String globalTxId; private Date expirationTime; + private int timeout; + private SuspendedType suspendedType = SuspendedType.NULL; Review comment: What's the meaning of NULL. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
