summaryrefslogtreecommitdiffstats
path: root/tests/3rdparty/scion-tests/scxml-test-framework/test/send-data/send1.json
blob: 84e5c1fdae537576bf9a39edd07c8831ebf279e7 (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" : 300,
            "event" : { "name" : "t2" },
            "nextConfiguration" : ["e"]
        }
    ]
}