- There was an oversight for #588 and its pr which only added data15.json file for jpa. This commit adds those for mongodb and redis.
39 lines
873 B
JSON
39 lines
873 B
JSON
[
|
|
{
|
|
"@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"
|
|
}
|
|
] |