aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/testdata/TestFlowConsts.trajectory.json
blob: 6c8f46f9f1260a70cdf48694f53b30c4ea00bb1f (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
[
	{
		"Seq": 0,
		"Nesting": 0,
		"Type": "flow",
		"Name": "test",
		"Started": "0001-01-01T00:00:01Z"
	},
	{
		"Seq": 1,
		"Nesting": 1,
		"Type": "action",
		"Name": "input-consumer",
		"Started": "0001-01-01T00:00:02Z"
	},
	{
		"Seq": 1,
		"Nesting": 1,
		"Type": "action",
		"Name": "input-consumer",
		"Started": "0001-01-01T00:00:02Z",
		"Finished": "0001-01-01T00:00:03Z",
		"Results": {}
	},
	{
		"Seq": 0,
		"Nesting": 0,
		"Type": "flow",
		"Name": "test",
		"Started": "0001-01-01T00:00:01Z",
		"Finished": "0001-01-01T00:00:04Z",
		"Results": {}
	}
]