|
1 | 1 | { |
2 | 2 | "version": "1.0.0", |
3 | 3 | "steps": { |
4 | | - "node_modules/.pnpm/workflow@4.2.0-beta.73_@nestjs+common@11.1.17_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_2a6f07c63175c34d8d104665b34a32ad/node_modules/workflow/dist/internal/builtins.js": { |
5 | | - "__builtin_response_array_buffer": { |
6 | | - "stepId": "__builtin_response_array_buffer" |
7 | | - }, |
8 | | - "__builtin_response_json": { |
9 | | - "stepId": "__builtin_response_json" |
10 | | - }, |
11 | | - "__builtin_response_text": { |
12 | | - "stepId": "__builtin_response_text" |
13 | | - } |
14 | | - }, |
15 | | - "node_modules/.pnpm/workflow@4.2.0-beta.73_@nestjs+common@11.1.17_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_2a6f07c63175c34d8d104665b34a32ad/node_modules/workflow/dist/stdlib.js": { |
16 | | - "fetch": { |
17 | | - "stepId": "step//workflow@4.2.0-beta.73//fetch" |
18 | | - } |
19 | | - }, |
20 | 4 | "workflows/process-video.ts": { |
21 | 5 | "cleanupRawUpload": { |
22 | 6 | "stepId": "step//./workflows/process-video//cleanupRawUpload" |
|
34 | 18 | "stepId": "step//./workflows/process-video//validateProcessingRequest" |
35 | 19 | } |
36 | 20 | }, |
| 21 | + "workflows/import-loom-video.ts": { |
| 22 | + "downloadLoomToS3": { |
| 23 | + "stepId": "step//./workflows/import-loom-video//downloadLoomToS3" |
| 24 | + }, |
| 25 | + "processVideoOnMediaServer": { |
| 26 | + "stepId": "step//./workflows/import-loom-video//processVideoOnMediaServer" |
| 27 | + }, |
| 28 | + "saveMetadataAndComplete": { |
| 29 | + "stepId": "step//./workflows/import-loom-video//saveMetadataAndComplete" |
| 30 | + }, |
| 31 | + "setProcessingError": { |
| 32 | + "stepId": "step//./workflows/import-loom-video//setProcessingError" |
| 33 | + } |
| 34 | + }, |
| 35 | + "node_modules/.pnpm/workflow@4.2.0-beta.73_@nestjs+common@11.1.17_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_2a6f07c63175c34d8d104665b34a32ad/node_modules/workflow/dist/stdlib.js": { |
| 36 | + "fetch": { |
| 37 | + "stepId": "step//workflow@4.2.0-beta.73//fetch" |
| 38 | + } |
| 39 | + }, |
37 | 40 | "workflows/transcribe.ts": { |
38 | 41 | "_enhanceAndSaveAudio": { |
39 | 42 | "stepId": "step//./workflows/transcribe//_enhanceAndSaveAudio" |
|
66 | 69 | "stepId": "step//./workflows/transcribe//validateVideo" |
67 | 70 | } |
68 | 71 | }, |
69 | | - "workflows/import-loom-video.ts": { |
70 | | - "downloadLoomToS3": { |
71 | | - "stepId": "step//./workflows/import-loom-video//downloadLoomToS3" |
72 | | - }, |
73 | | - "processVideoOnMediaServer": { |
74 | | - "stepId": "step//./workflows/import-loom-video//processVideoOnMediaServer" |
| 72 | + "node_modules/.pnpm/workflow@4.2.0-beta.73_@nestjs+common@11.1.17_reflect-metadata@0.2.2_rxjs@7.8.2__@nestj_2a6f07c63175c34d8d104665b34a32ad/node_modules/workflow/dist/internal/builtins.js": { |
| 73 | + "__builtin_response_array_buffer": { |
| 74 | + "stepId": "__builtin_response_array_buffer" |
75 | 75 | }, |
76 | | - "saveMetadataAndComplete": { |
77 | | - "stepId": "step//./workflows/import-loom-video//saveMetadataAndComplete" |
| 76 | + "__builtin_response_json": { |
| 77 | + "stepId": "__builtin_response_json" |
78 | 78 | }, |
79 | | - "setProcessingError": { |
80 | | - "stepId": "step//./workflows/import-loom-video//setProcessingError" |
| 79 | + "__builtin_response_text": { |
| 80 | + "stepId": "__builtin_response_text" |
81 | 81 | } |
82 | 82 | }, |
83 | 83 | "workflows/generate-ai.ts": { |
|
132 | 132 | } |
133 | 133 | } |
134 | 134 | }, |
135 | | - "workflows/transcribe.ts": { |
136 | | - "transcribeVideoWorkflow": { |
137 | | - "workflowId": "workflow//./workflows/transcribe//transcribeVideoWorkflow", |
| 135 | + "workflows/import-loom-video.ts": { |
| 136 | + "importLoomVideoWorkflow": { |
| 137 | + "workflowId": "workflow//./workflows/import-loom-video//importLoomVideoWorkflow", |
138 | 138 | "graph": { |
139 | 139 | "nodes": [ |
140 | 140 | { |
141 | 141 | "id": "start", |
142 | 142 | "type": "workflowStart", |
143 | 143 | "data": { |
144 | | - "label": "Start: transcribeVideoWorkflow", |
| 144 | + "label": "Start: importLoomVideoWorkflow", |
145 | 145 | "nodeKind": "workflow_start" |
146 | 146 | } |
147 | 147 | }, |
|
165 | 165 | } |
166 | 166 | } |
167 | 167 | }, |
168 | | - "workflows/import-loom-video.ts": { |
169 | | - "importLoomVideoWorkflow": { |
170 | | - "workflowId": "workflow//./workflows/import-loom-video//importLoomVideoWorkflow", |
| 168 | + "workflows/transcribe.ts": { |
| 169 | + "transcribeVideoWorkflow": { |
| 170 | + "workflowId": "workflow//./workflows/transcribe//transcribeVideoWorkflow", |
171 | 171 | "graph": { |
172 | 172 | "nodes": [ |
173 | 173 | { |
174 | 174 | "id": "start", |
175 | 175 | "type": "workflowStart", |
176 | 176 | "data": { |
177 | | - "label": "Start: importLoomVideoWorkflow", |
| 177 | + "label": "Start: transcribeVideoWorkflow", |
178 | 178 | "nodeKind": "workflow_start" |
179 | 179 | } |
180 | 180 | }, |
|
0 commit comments