summaryrefslogtreecommitdiffstats
path: root/tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json
blob: f21ee8bd4fd79febf07b2691e9efa635d2705f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "initialConfiguration" : ["a"],
    "events" : [
        {
            "event" : { "name" : "t" },
            "nextConfiguration" : ["b"]
        },
        {
            "after" : 100,
            "event" : { "name" : "t2" },
            "nextConfiguration" : ["e"]
        }
    ]
}