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_r312434333
########## File path: alpha/alpha-core/src/main/java/org/apache/servicecomb/pack/alpha/core/fsm/repository/model/GlobalTransaction.java ########## @@ -36,11 +36,12 @@ private Date beginTime; @JsonFormat(shape = JsonFormat.Shape.NUMBER) private Date endTime; - private SagaActorState state; + private String state; Review comment: Is there any reason that we change to String? ---------------------------------------------------------------- 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
