haidarnurudin commited on
Commit
4d18579
·
verified ·
1 Parent(s): c0cf032

contoh n8n project

Browse files
Files changed (1) hide show
  1. contoh_workflow.json +754 -0
contoh_workflow.json ADDED
@@ -0,0 +1,754 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "My workflow",
3
+ "nodes": [
4
+ {
5
+ "parameters": {
6
+ "operation": "extractHtmlContent",
7
+ "extractionValues": {
8
+ "values": [
9
+ {
10
+ "key": "title",
11
+ "cssSelector": "h4.artTitle",
12
+ "returnArray": true
13
+ }
14
+ ]
15
+ },
16
+ "options": {}
17
+ },
18
+ "type": "n8n-nodes-base.html",
19
+ "typeVersion": 1.2,
20
+ "position": [
21
+ -2256,
22
+ 16
23
+ ],
24
+ "id": "",
25
+ "name": "HTML"
26
+ },
27
+ {
28
+ "parameters": {
29
+ "url": "https://market.bisnis.com/bursa-saham",
30
+ "options": {}
31
+ },
32
+ "type": "n8n-nodes-base.httpRequest",
33
+ "typeVersion": 4.2,
34
+ "position": [
35
+ -2496,
36
+ 16
37
+ ],
38
+ "id": "",
39
+ "name": "HTTP Request Bursa dan Saham"
40
+ },
41
+ {
42
+ "parameters": {
43
+ "url": "https://market.bisnis.com/emas",
44
+ "options": {}
45
+ },
46
+ "type": "n8n-nodes-base.httpRequest",
47
+ "typeVersion": 4.2,
48
+ "position": [
49
+ -2496,
50
+ 224
51
+ ],
52
+ "id": "",
53
+ "name": "HTTP Request Emas"
54
+ },
55
+ {
56
+ "parameters": {
57
+ "operation": "extractHtmlContent",
58
+ "extractionValues": {
59
+ "values": [
60
+ {
61
+ "key": "title",
62
+ "cssSelector": "h4.artTitle",
63
+ "returnArray": true
64
+ }
65
+ ]
66
+ },
67
+ "options": {}
68
+ },
69
+ "type": "n8n-nodes-base.html",
70
+ "typeVersion": 1.2,
71
+ "position": [
72
+ -2256,
73
+ 224
74
+ ],
75
+ "id": "",
76
+ "name": "HTML1"
77
+ },
78
+ {
79
+ "parameters": {
80
+ "assignments": {
81
+ "assignments": [
82
+ {
83
+ "id": "",
84
+ "name": "category",
85
+ "value": "Bursa dan Saham",
86
+ "type": "string"
87
+ }
88
+ ]
89
+ },
90
+ "includeOtherFields": true,
91
+ "options": {}
92
+ },
93
+ "type": "n8n-nodes-base.set",
94
+ "typeVersion": 3.4,
95
+ "position": [
96
+ -1792,
97
+ 16
98
+ ],
99
+ "id": "",
100
+ "name": "Edit Fields Bursa Saham"
101
+ },
102
+ {
103
+ "parameters": {
104
+ "assignments": {
105
+ "assignments": [
106
+ {
107
+ "id": "",
108
+ "name": "category",
109
+ "value": "Emas",
110
+ "type": "string"
111
+ }
112
+ ]
113
+ },
114
+ "includeOtherFields": true,
115
+ "options": {}
116
+ },
117
+ "type": "n8n-nodes-base.set",
118
+ "typeVersion": 3.4,
119
+ "position": [
120
+ -1792,
121
+ 224
122
+ ],
123
+ "id": "",
124
+ "name": "Edit Fields Emas"
125
+ },
126
+ {
127
+ "parameters": {
128
+ "jsCode": "const now = new Date();\nconst formattedDate = now.toLocaleDateString(\"id-ID\", {\n day: '2-digit',\n month: '2-digit',\n year: 'numeric'\n});\n\nreturn items.map(item => ({\n json: {\n ...item.json,\n date: formattedDate\n }\n}));\n"
129
+ },
130
+ "type": "n8n-nodes-base.code",
131
+ "typeVersion": 2,
132
+ "position": [
133
+ -1568,
134
+ 16
135
+ ],
136
+ "id": "",
137
+ "name": "Code"
138
+ },
139
+ {
140
+ "parameters": {
141
+ "jsCode": "const now = new Date();\nconst formattedDate = now.toLocaleDateString(\"id-ID\", {\n day: '2-digit',\n month: '2-digit',\n year: 'numeric'\n});\n\nreturn items.map(item => ({\n json: {\n ...item.json,\n date: formattedDate\n }\n}));\n"
142
+ },
143
+ "type": "n8n-nodes-base.code",
144
+ "typeVersion": 2,
145
+ "position": [
146
+ -1568,
147
+ 224
148
+ ],
149
+ "id": "",
150
+ "name": "Code1"
151
+ },
152
+ {
153
+ "parameters": {},
154
+ "type": "n8n-nodes-base.merge",
155
+ "typeVersion": 3.2,
156
+ "position": [
157
+ -1344,
158
+ 128
159
+ ],
160
+ "id": "",
161
+ "name": "Merge"
162
+ },
163
+ {
164
+ "parameters": {
165
+ "promptType": "define",
166
+ "text": "={{ $json.prompt }}",
167
+ "batching": {}
168
+ },
169
+ "type": "@n8n/n8n-nodes-langchain.chainLlm",
170
+ "typeVersion": 1.7,
171
+ "position": [
172
+ -816,
173
+ 128
174
+ ],
175
+ "id": "",
176
+ "name": "Basic LLM Chain"
177
+ },
178
+ {
179
+ "parameters": {
180
+ "modelName": "models/gemini-2.5-flash-lite",
181
+ "options": {}
182
+ },
183
+ "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
184
+ "typeVersion": 1,
185
+ "position": [
186
+ -848,
187
+ 288
188
+ ],
189
+ "id": "",
190
+ "name": "Google Gemini Chat Model",
191
+ "credentials": {
192
+ "googlePalmApi": {
193
+ "id": "",
194
+ "name": ""
195
+ }
196
+ }
197
+ },
198
+ {
199
+ "parameters": {
200
+ "jsCode": "let text = items[0].json.candidates?.[0]?.content?.parts?.[0]?.text ?? items[0].json.text;\n\n// Remove ```json and ``` if present\ntext = text.replace(/```json\\s*|\\s*```/g, '').trim();\n\n// Parse cleaned JSON string\nconst parsed = JSON.parse(text);\n\nreturn parsed.map(entry => ({\n json: entry\n}));\n"
201
+ },
202
+ "type": "n8n-nodes-base.code",
203
+ "typeVersion": 2,
204
+ "position": [
205
+ -464,
206
+ 128
207
+ ],
208
+ "id": "",
209
+ "name": "Code4"
210
+ },
211
+ {
212
+ "parameters": {
213
+ "jsCode": "return items[0].json.title.map(t => ({\n json: {\n title: t\n }\n}));\n"
214
+ },
215
+ "type": "n8n-nodes-base.code",
216
+ "typeVersion": 2,
217
+ "position": [
218
+ -1984,
219
+ 16
220
+ ],
221
+ "id": "",
222
+ "name": "Code Mapping"
223
+ },
224
+ {
225
+ "parameters": {
226
+ "jsCode": "return items[0].json.title.map(t => ({\n json: {\n title: t\n }\n}));\n"
227
+ },
228
+ "type": "n8n-nodes-base.code",
229
+ "typeVersion": 2,
230
+ "position": [
231
+ -1984,
232
+ 224
233
+ ],
234
+ "id": "",
235
+ "name": "Code Mapping1"
236
+ },
237
+ {
238
+ "parameters": {
239
+ "jsCode": "const headlines = items.map((item, index) => {\n return {\n title: item.json.title,\n category: item.json.category,\n date: item.json.date\n };\n});\n\nconst promptLines = headlines.map((h, i) => {\n return `${i + 1}. \"${h.title}\" [${h.category}] (${h.date})`;\n});\n\nconst prompt = `Classify the sentiment (Positive, Negative, Neutral) for each of the following financial news headlines.\n\nReturn as a JSON array like this:\n[\n { \"title\": \"...\", \"category\": \"...\", \"date\": \"...\", \"sentiment\": \"...\" },\n ...\n]\n\nHeadlines:\n${promptLines.join('\\n')}\n`;\n\nreturn [{\n json: {\n prompt\n }\n}];\n"
240
+ },
241
+ "type": "n8n-nodes-base.code",
242
+ "typeVersion": 2,
243
+ "position": [
244
+ -992,
245
+ 128
246
+ ],
247
+ "id": "",
248
+ "name": "Prompt Machine"
249
+ },
250
+ {
251
+ "parameters": {
252
+ "jsCode": "const seen = new Set();\n\nconst filtered = items.filter(item => {\n const title = item.json.title?.trim();\n if (!title) return false;\n\n // Skip \"PREMIUM NOTES\"\n if (title.toLowerCase().includes(\"premium notes\")) return false;\n\n // Skip duplicates\n if (seen.has(title)) return false;\n\n seen.add(title);\n return true;\n});\n\nreturn filtered;\n"
253
+ },
254
+ "type": "n8n-nodes-base.code",
255
+ "typeVersion": 2,
256
+ "position": [
257
+ -1168,
258
+ 128
259
+ ],
260
+ "id": "",
261
+ "name": "Data Cleaning"
262
+ },
263
+ {
264
+ "parameters": {
265
+ "rule": {
266
+ "interval": [
267
+ {}
268
+ ]
269
+ }
270
+ },
271
+ "type": "n8n-nodes-base.scheduleTrigger",
272
+ "typeVersion": 1.2,
273
+ "position": [
274
+ -2768,
275
+ 128
276
+ ],
277
+ "id": "",
278
+ "name": "Schedule Trigger"
279
+ },
280
+ {
281
+ "parameters": {
282
+ "operation": "xlsx",
283
+ "binaryPropertyName": "Saham Positif / Beli",
284
+ "options": {}
285
+ },
286
+ "type": "n8n-nodes-base.convertToFile",
287
+ "typeVersion": 1.1,
288
+ "position": [
289
+ 0,
290
+ 0
291
+ ],
292
+ "id": "",
293
+ "name": "Convert to File"
294
+ },
295
+ {
296
+ "parameters": {
297
+ "conditions": {
298
+ "options": {
299
+ "caseSensitive": true,
300
+ "leftValue": "",
301
+ "typeValidation": "strict",
302
+ "version": 2
303
+ },
304
+ "conditions": [
305
+ {
306
+ "id": "",
307
+ "leftValue": "={{ $json.sentiment }}",
308
+ "rightValue": "=Positive",
309
+ "operator": {
310
+ "type": "string",
311
+ "operation": "equals",
312
+ "name": "filter.operator.equals"
313
+ }
314
+ }
315
+ ],
316
+ "combinator": "and"
317
+ },
318
+ "options": {}
319
+ },
320
+ "type": "n8n-nodes-base.if",
321
+ "typeVersion": 2.2,
322
+ "position": [
323
+ -224,
324
+ 16
325
+ ],
326
+ "id": "",
327
+ "name": "If"
328
+ },
329
+ {
330
+ "parameters": {
331
+ "conditions": {
332
+ "options": {
333
+ "caseSensitive": true,
334
+ "leftValue": "",
335
+ "typeValidation": "strict",
336
+ "version": 2
337
+ },
338
+ "conditions": [
339
+ {
340
+ "id": "",
341
+ "leftValue": "={{ $json.sentiment }}",
342
+ "rightValue": "Neutral",
343
+ "operator": {
344
+ "type": "string",
345
+ "operation": "equals",
346
+ "name": "filter.operator.equals"
347
+ }
348
+ }
349
+ ],
350
+ "combinator": "and"
351
+ },
352
+ "options": {}
353
+ },
354
+ "type": "n8n-nodes-base.if",
355
+ "typeVersion": 2.2,
356
+ "position": [
357
+ -224,
358
+ 176
359
+ ],
360
+ "id": "",
361
+ "name": "If1"
362
+ },
363
+ {
364
+ "parameters": {
365
+ "conditions": {
366
+ "options": {
367
+ "caseSensitive": true,
368
+ "leftValue": "",
369
+ "typeValidation": "strict",
370
+ "version": 2
371
+ },
372
+ "conditions": [
373
+ {
374
+ "id": "",
375
+ "leftValue": "={{ $json.sentiment }}",
376
+ "rightValue": "Negative",
377
+ "operator": {
378
+ "type": "string",
379
+ "operation": "equals",
380
+ "name": "filter.operator.equals"
381
+ }
382
+ }
383
+ ],
384
+ "combinator": "and"
385
+ },
386
+ "options": {}
387
+ },
388
+ "type": "n8n-nodes-base.if",
389
+ "typeVersion": 2.2,
390
+ "position": [
391
+ -208,
392
+ 320
393
+ ],
394
+ "id": "",
395
+ "name": "If2"
396
+ },
397
+ {
398
+ "parameters": {
399
+ "operation": "xlsx",
400
+ "binaryPropertyName": "Saham Netral / Hold",
401
+ "options": {}
402
+ },
403
+ "type": "n8n-nodes-base.convertToFile",
404
+ "typeVersion": 1.1,
405
+ "position": [
406
+ 0,
407
+ 160
408
+ ],
409
+ "id": "",
410
+ "name": "Convert to File1"
411
+ },
412
+ {
413
+ "parameters": {
414
+ "operation": "xlsx",
415
+ "binaryPropertyName": "Saham Negatif / Jual",
416
+ "options": {}
417
+ },
418
+ "type": "n8n-nodes-base.convertToFile",
419
+ "typeVersion": 1.1,
420
+ "position": [
421
+ 0,
422
+ 304
423
+ ],
424
+ "id": "",
425
+ "name": "Convert to File2"
426
+ },
427
+ {
428
+ "parameters": {
429
+ "promptType": "define",
430
+ "text": "={{ $json.text }}",
431
+ "messages": {
432
+ "messageValues": [
433
+ {
434
+ "message": "buatkan artikel (summary) dengan judul dalam 6 paragraf dari keseluruhan data ini.\n\nnegative prompt = hindari kata \"Tentu, berikut adalah ringkasan dalam enam paragraf dari data yang Anda berikan\" dan sejenisnya.\n\nlangsung ke judul dan isi artikel"
435
+ }
436
+ ]
437
+ },
438
+ "batching": {}
439
+ },
440
+ "type": "@n8n/n8n-nodes-langchain.chainLlm",
441
+ "typeVersion": 1.7,
442
+ "position": [
443
+ -576,
444
+ 592
445
+ ],
446
+ "id": "",
447
+ "name": "Basic LLM Chain1"
448
+ },
449
+ {
450
+ "parameters": {
451
+ "modelName": "models/gemini-2.5-flash-lite",
452
+ "options": {}
453
+ },
454
+ "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
455
+ "typeVersion": 1,
456
+ "position": [
457
+ -576,
458
+ 768
459
+ ],
460
+ "id": "",
461
+ "name": "Google Gemini Chat Model1",
462
+ "credentials": {
463
+ "googlePalmApi": {
464
+ "id": "",
465
+ "name": ""
466
+ }
467
+ }
468
+ }
469
+ ],
470
+ "pinData": {},
471
+ "connections": {
472
+ "HTTP Request Bursa dan Saham": {
473
+ "main": [
474
+ [
475
+ {
476
+ "node": "HTML",
477
+ "type": "main",
478
+ "index": 0
479
+ }
480
+ ]
481
+ ]
482
+ },
483
+ "HTTP Request Emas": {
484
+ "main": [
485
+ [
486
+ {
487
+ "node": "HTML1",
488
+ "type": "main",
489
+ "index": 0
490
+ }
491
+ ]
492
+ ]
493
+ },
494
+ "HTML": {
495
+ "main": [
496
+ [
497
+ {
498
+ "node": "Code Mapping",
499
+ "type": "main",
500
+ "index": 0
501
+ }
502
+ ]
503
+ ]
504
+ },
505
+ "HTML1": {
506
+ "main": [
507
+ [
508
+ {
509
+ "node": "Code Mapping1",
510
+ "type": "main",
511
+ "index": 0
512
+ }
513
+ ]
514
+ ]
515
+ },
516
+ "Edit Fields Emas": {
517
+ "main": [
518
+ [
519
+ {
520
+ "node": "Code1",
521
+ "type": "main",
522
+ "index": 0
523
+ }
524
+ ]
525
+ ]
526
+ },
527
+ "Edit Fields Bursa Saham": {
528
+ "main": [
529
+ [
530
+ {
531
+ "node": "Code",
532
+ "type": "main",
533
+ "index": 0
534
+ }
535
+ ]
536
+ ]
537
+ },
538
+ "Code": {
539
+ "main": [
540
+ [
541
+ {
542
+ "node": "Merge",
543
+ "type": "main",
544
+ "index": 0
545
+ }
546
+ ]
547
+ ]
548
+ },
549
+ "Code1": {
550
+ "main": [
551
+ [
552
+ {
553
+ "node": "Merge",
554
+ "type": "main",
555
+ "index": 1
556
+ }
557
+ ]
558
+ ]
559
+ },
560
+ "Google Gemini Chat Model": {
561
+ "ai_languageModel": [
562
+ [
563
+ {
564
+ "node": "Basic LLM Chain",
565
+ "type": "ai_languageModel",
566
+ "index": 0
567
+ }
568
+ ]
569
+ ]
570
+ },
571
+ "Merge": {
572
+ "main": [
573
+ [
574
+ {
575
+ "node": "Data Cleaning",
576
+ "type": "main",
577
+ "index": 0
578
+ }
579
+ ]
580
+ ]
581
+ },
582
+ "Basic LLM Chain": {
583
+ "main": [
584
+ [
585
+ {
586
+ "node": "Code4",
587
+ "type": "main",
588
+ "index": 0
589
+ },
590
+ {
591
+ "node": "Basic LLM Chain1",
592
+ "type": "main",
593
+ "index": 0
594
+ }
595
+ ]
596
+ ]
597
+ },
598
+ "Code4": {
599
+ "main": [
600
+ [
601
+ {
602
+ "node": "If",
603
+ "type": "main",
604
+ "index": 0
605
+ },
606
+ {
607
+ "node": "If1",
608
+ "type": "main",
609
+ "index": 0
610
+ },
611
+ {
612
+ "node": "If2",
613
+ "type": "main",
614
+ "index": 0
615
+ }
616
+ ]
617
+ ]
618
+ },
619
+ "Code Mapping": {
620
+ "main": [
621
+ [
622
+ {
623
+ "node": "Edit Fields Bursa Saham",
624
+ "type": "main",
625
+ "index": 0
626
+ }
627
+ ]
628
+ ]
629
+ },
630
+ "Code Mapping1": {
631
+ "main": [
632
+ [
633
+ {
634
+ "node": "Edit Fields Emas",
635
+ "type": "main",
636
+ "index": 0
637
+ }
638
+ ]
639
+ ]
640
+ },
641
+ "Prompt Machine": {
642
+ "main": [
643
+ [
644
+ {
645
+ "node": "Basic LLM Chain",
646
+ "type": "main",
647
+ "index": 0
648
+ }
649
+ ]
650
+ ]
651
+ },
652
+ "Data Cleaning": {
653
+ "main": [
654
+ [
655
+ {
656
+ "node": "Prompt Machine",
657
+ "type": "main",
658
+ "index": 0
659
+ }
660
+ ]
661
+ ]
662
+ },
663
+ "Schedule Trigger": {
664
+ "main": [
665
+ [
666
+ {
667
+ "node": "HTTP Request Bursa dan Saham",
668
+ "type": "main",
669
+ "index": 0
670
+ },
671
+ {
672
+ "node": "HTTP Request Emas",
673
+ "type": "main",
674
+ "index": 0
675
+ }
676
+ ]
677
+ ]
678
+ },
679
+ "If": {
680
+ "main": [
681
+ [
682
+ {
683
+ "node": "Convert to File",
684
+ "type": "main",
685
+ "index": 0
686
+ }
687
+ ]
688
+ ]
689
+ },
690
+ "If1": {
691
+ "main": [
692
+ [
693
+ {
694
+ "node": "Convert to File1",
695
+ "type": "main",
696
+ "index": 0
697
+ }
698
+ ]
699
+ ]
700
+ },
701
+ "If2": {
702
+ "main": [
703
+ [
704
+ {
705
+ "node": "Convert to File2",
706
+ "type": "main",
707
+ "index": 0
708
+ }
709
+ ]
710
+ ]
711
+ },
712
+ "Google Gemini Chat Model1": {
713
+ "ai_languageModel": [
714
+ [
715
+ {
716
+ "node": "Basic LLM Chain1",
717
+ "type": "ai_languageModel",
718
+ "index": 0
719
+ }
720
+ ]
721
+ ]
722
+ },
723
+ "Basic LLM Chain1": {
724
+ "main": [
725
+ []
726
+ ]
727
+ },
728
+ "Convert to File": {
729
+ "main": [
730
+ []
731
+ ]
732
+ },
733
+ "Convert to File1": {
734
+ "main": [
735
+ []
736
+ ]
737
+ },
738
+ "Convert to File2": {
739
+ "main": [
740
+ []
741
+ ]
742
+ }
743
+ },
744
+ "active": false,
745
+ "settings": {
746
+ "executionOrder": "v1"
747
+ },
748
+ "versionId": "",
749
+ "meta": {
750
+ "instanceId": ""
751
+ },
752
+ "id": "",
753
+ "tags": []
754
+ }