summaryrefslogtreecommitdiffstats
path: root/test/scxml-test-framework/test/history/history4.json
blob: e5bbc31a4305e7847569b9a9d890714c6f54ab26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "initialConfiguration" : ["a"],
    "events" : [
        {
            "event" : { "name" : "t1" },
            "nextConfiguration" : ["b1.1","c1.1"]
        },
        {
            "event" : { "name" : "t2" },
            "nextConfiguration" : ["b1.2","c1.2"]
        },
        {
            "event" : { "name" : "t3" },
            "nextConfiguration" : ["b2.1","c2.1"]
        },
        {
            "event" : { "name" : "t4" },
            "nextConfiguration" : ["b2.2","c2.2"]
        },
        {
            "event" : { "name" : "t5" },
            "nextConfiguration" : ["a"]
        },
        {
            "event" : { "name" : "t6" },
            "nextConfiguration" : ["b2.2","c2.1"]
        },
        {
            "event" : { "name" : "t7" },
            "nextConfiguration" : ["b2.2","c2.2"]
        },
        {
            "event" : { "name" : "t8" },
            "nextConfiguration" : ["a"]
        },
        {
            "event" : { "name" : "t9" },
            "nextConfiguration" : ["b2.2","c2.2"]
        }
    ]
}