1body common control
2{
3      bundlesequence => { run };
4}
5
6bundle common run
7{
8  classes:
9      "test_class"
10        expression => "any",
11        persistence => "120"; # 2 hours.
12}
13