-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmotia-workbench.json
More file actions
59 lines (59 loc) · 1.17 KB
/
motia-workbench.json
File metadata and controls
59 lines (59 loc) · 1.17 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
[
{
"id": "time-traveller-flow",
"config": {
"steps/events/synthesizeSpeech.step.ts": {
"x": 700,
"y": 373
},
"steps/events/generateLocationDetails.step.ts": {
"x": 350,
"y": 373
},
"steps/events/generateImage.step.ts": {
"x": 350,
"y": 54
},
"steps/events/completeTeleport.step.ts": {
"x": 700,
"y": 54
},
"steps/api/parseTravelCommand.step.ts": {
"x": 10,
"y": 0
},
"steps/api/initiateTeleport.step.ts": {
"x": 0,
"y": 203
},
"steps/api/getUser.step.ts": {
"x": 45,
"y": 542
},
"steps/api/getTeleportProgress.step.ts": {
"x": 4,
"y": 745
},
"steps/api/getLocationInfo.step.ts": {
"x": 0,
"y": 948
},
"steps/api/getHistory.step.ts": {
"x": 0,
"y": 1171
},
"steps/api/getAudio.step.ts": {
"x": 0,
"y": 1394
},
"steps/api/auth.step.ts": {
"x": 4,
"y": 1617
},
"steps/api/health.step.ts": {
"x": 4,
"y": 1840
}
}
}
]