Add repository config transition type

- Add transition type to RepositoryTransition
- Relates to #262
This commit is contained in:
Janne Valkealahti
2016-10-02 15:30:01 +01:00
parent 0b6f67ece4
commit ddf81c78a0
7 changed files with 39 additions and 4 deletions

View File

@@ -36,7 +36,8 @@
"_class": "org.springframework.statemachine.data.jpa.JpaRepositoryTransition",
"source": "S1",
"target": "S2",
"event": "E1"
"event": "E1",
"kind": "EXTERNAL"
},
{
"_class": "org.springframework.statemachine.data.jpa.JpaRepositoryTransition",