Skip to content

Commit c033537

Browse files
committed
2572 platform - component - text-helper - clean code
1 parent 2ac2c5f commit c033537

File tree

1 file changed

+35
-39
lines changed

1 file changed

+35
-39
lines changed

server/libs/modules/components/text-helper/src/test/resources/definition/text-helper_v1.json

Lines changed: 35 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"resources" : null,
1414
"version" : 1,
1515
"title" : "Text Helper",
16+
"connection" : null,
1617
"actions" : [ {
1718
"batch" : null,
1819
"deprecated" : null,
@@ -120,9 +121,9 @@
120121
"optionsDataSource" : null
121122
} ],
122123
"title" : "Base64 Encode/Decode",
123-
"perform" : { },
124124
"processErrorResponse" : null,
125-
"workflowNodeDescription" : null
125+
"workflowNodeDescription" : null,
126+
"perform" : { }
126127
}, {
127128
"batch" : null,
128129
"deprecated" : null,
@@ -243,9 +244,9 @@
243244
"optionsDataSource" : null
244245
} ],
245246
"title" : "Concatenate",
246-
"perform" : { },
247247
"processErrorResponse" : null,
248-
"workflowNodeDescription" : null
248+
"workflowNodeDescription" : null,
249+
"perform" : { }
249250
}, {
250251
"batch" : null,
251252
"deprecated" : null,
@@ -353,9 +354,9 @@
353354
"optionsDataSource" : null
354355
} ],
355356
"title" : "Contains",
356-
"perform" : { },
357357
"processErrorResponse" : null,
358-
"workflowNodeDescription" : null
358+
"workflowNodeDescription" : null,
359+
"perform" : { }
359360
}, {
360361
"batch" : null,
361362
"deprecated" : null,
@@ -487,9 +488,9 @@
487488
"controlType" : "SELECT"
488489
} ],
489490
"title" : "Extract Content from HTML",
490-
"perform" : { },
491491
"processErrorResponse" : null,
492-
"workflowNodeDescription" : null
492+
"workflowNodeDescription" : null,
493+
"perform" : { }
493494
}, {
494495
"batch" : null,
495496
"deprecated" : null,
@@ -611,9 +612,9 @@
611612
"optionsDataSource" : null
612613
} ],
613614
"title" : "Extract URLs",
614-
"perform" : { },
615615
"processErrorResponse" : null,
616-
"workflowNodeDescription" : null
616+
"workflowNodeDescription" : null,
617+
"perform" : { }
617618
}, {
618619
"batch" : null,
619620
"deprecated" : null,
@@ -1529,10 +1530,6 @@
15291530
"description" : null,
15301531
"label" : "XCD",
15311532
"value" : "XCD"
1532-
}, {
1533-
"description" : null,
1534-
"label" : "XCG",
1535-
"value" : "XCG"
15361533
}, {
15371534
"description" : null,
15381535
"label" : "XDR",
@@ -1698,9 +1695,9 @@
16981695
"optionsDataSource" : null
16991696
} ],
17001697
"title" : "Format Currency",
1701-
"perform" : { },
17021698
"processErrorResponse" : null,
1703-
"workflowNodeDescription" : null
1699+
"workflowNodeDescription" : null,
1700+
"perform" : { }
17041701
}, {
17051702
"batch" : null,
17061703
"deprecated" : null,
@@ -1780,9 +1777,9 @@
17801777
"optionsDataSource" : null
17811778
} ],
17821779
"title" : "HTML to Markdown",
1783-
"perform" : { },
17841780
"processErrorResponse" : null,
1785-
"workflowNodeDescription" : null
1781+
"workflowNodeDescription" : null,
1782+
"perform" : { }
17861783
}, {
17871784
"batch" : null,
17881785
"deprecated" : null,
@@ -1862,9 +1859,9 @@
18621859
"optionsDataSource" : null
18631860
} ],
18641861
"title" : "Lower Case",
1865-
"perform" : { },
18661862
"processErrorResponse" : null,
1867-
"workflowNodeDescription" : null
1863+
"workflowNodeDescription" : null,
1864+
"perform" : { }
18681865
}, {
18691866
"batch" : null,
18701867
"deprecated" : null,
@@ -1944,9 +1941,9 @@
19441941
"optionsDataSource" : null
19451942
} ],
19461943
"title" : "Markdown to HTML",
1947-
"perform" : { },
19481944
"processErrorResponse" : null,
1949-
"workflowNodeDescription" : null
1945+
"workflowNodeDescription" : null,
1946+
"perform" : { }
19501947
}, {
19511948
"batch" : null,
19521949
"deprecated" : null,
@@ -2090,9 +2087,9 @@
20902087
"controlType" : "SELECT"
20912088
} ],
20922089
"title" : "Replace",
2093-
"perform" : { },
20942090
"processErrorResponse" : null,
2095-
"workflowNodeDescription" : null
2091+
"workflowNodeDescription" : null,
2092+
"perform" : { }
20962093
}, {
20972094
"batch" : null,
20982095
"deprecated" : null,
@@ -2191,9 +2188,9 @@
21912188
"optionsDataSource" : null
21922189
} ],
21932190
"title" : "Select First N Characters",
2194-
"perform" : { },
21952191
"processErrorResponse" : null,
2196-
"workflowNodeDescription" : null
2192+
"workflowNodeDescription" : null,
2193+
"perform" : { }
21972194
}, {
21982195
"batch" : null,
21992196
"deprecated" : null,
@@ -2292,9 +2289,9 @@
22922289
"optionsDataSource" : null
22932290
} ],
22942291
"title" : "Select Last N Characters",
2295-
"perform" : { },
22962292
"processErrorResponse" : null,
2297-
"workflowNodeDescription" : null
2293+
"workflowNodeDescription" : null,
2294+
"perform" : { }
22982295
}, {
22992296
"batch" : null,
23002297
"deprecated" : null,
@@ -2436,9 +2433,9 @@
24362433
"optionsDataSource" : null
24372434
} ],
24382435
"title" : "Split",
2439-
"perform" : { },
24402436
"processErrorResponse" : null,
2441-
"workflowNodeDescription" : null
2437+
"workflowNodeDescription" : null,
2438+
"perform" : { }
24422439
}, {
24432440
"batch" : null,
24442441
"deprecated" : null,
@@ -2518,9 +2515,9 @@
25182515
"optionsDataSource" : null
25192516
} ],
25202517
"title" : "Trim Whitespace",
2521-
"perform" : { },
25222518
"processErrorResponse" : null,
2523-
"workflowNodeDescription" : null
2519+
"workflowNodeDescription" : null,
2520+
"perform" : { }
25242521
}, {
25252522
"batch" : null,
25262523
"deprecated" : null,
@@ -2600,9 +2597,9 @@
26002597
"optionsDataSource" : null
26012598
} ],
26022599
"title" : "Upper Case",
2603-
"perform" : { },
26042600
"processErrorResponse" : null,
2605-
"workflowNodeDescription" : null
2601+
"workflowNodeDescription" : null,
2602+
"perform" : { }
26062603
}, {
26072604
"batch" : null,
26082605
"deprecated" : null,
@@ -2710,12 +2707,11 @@
27102707
"optionsDataSource" : null
27112708
} ],
27122709
"title" : "URL Encode/Decode",
2713-
"perform" : { },
27142710
"processErrorResponse" : null,
2715-
"workflowNodeDescription" : null
2711+
"workflowNodeDescription" : null,
2712+
"perform" : { }
27162713
} ],
2717-
"connection" : null,
2718-
"clusterElements" : null,
27192714
"unifiedApi" : null,
2720-
"triggers" : null
2715+
"triggers" : null,
2716+
"clusterElements" : null
27212717
}

0 commit comments

Comments
 (0)