[ { "@id": "3", "_class": "org.springframework.statemachine.data.redis.RedisRepositoryAction", "spel": "false" }, { "@id": "4", "_class": "org.springframework.statemachine.data.redis.RedisRepositoryAction", "spel": "false" }, { "@id": "5", "_class": "org.springframework.statemachine.data.redis.RedisRepositoryAction", "spel": "false" }, { "@id": "1", "_class": "org.springframework.statemachine.data.redis.RedisRepositoryState", "initial": true, "state": "S1", "exitActions": ["3"] }, { "@id": "2", "_class": "org.springframework.statemachine.data.redis.RedisRepositoryState", "initial": false, "state": "S2", "entryActions": ["4"], "stateActions": ["5"] }, { "_class": "org.springframework.statemachine.data.redis.RedisRepositoryTransition", "source": "1", "target": "2", "event": "E1", "kind": "EXTERNAL" } ]