You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
All state machines should be stored on the disk and restored from it in case the API/service crashes or the state machines become quite big and the creation/modification is interrupted.
The text was updated successfully, but these errors were encountered:
… methods #1#7#9
- Besides, update some scalastyle rules.
- Move all sbt plugins to one file.
- Do some refactoring, so we only used immutable data structures.
- Add type ActionTransitions which stores the execution times.
- Initial persistence methods.
- Add initial Swagger support for the REST service.
All state machines should be stored on the disk and restored from it in case the API/service crashes or the state machines become quite big and the creation/modification is interrupted.
The text was updated successfully, but these errors were encountered: