|
1 | 1 | { |
2 | | - "identifier": "CRON", |
3 | | - "settings": [ |
4 | | - { |
5 | | - "identifier": "cronMinute", |
6 | | - "unique": "NONE", |
7 | | - "defaultValue": null, |
8 | | - "name": [ |
9 | | - { |
10 | | - "code": "en-US", |
11 | | - "content": "Minute" |
12 | | - } |
13 | | - ], |
14 | | - "description": [ |
15 | | - { |
16 | | - "code": "en-US", |
17 | | - "content": "Defines the minute when the flow runs (e.g., 0 for on the hour, */5 for every 5 minutes)." |
18 | | - } |
19 | | - ] |
20 | | - }, |
21 | | - { |
22 | | - "identifier": "cronHour", |
23 | | - "unique": "NONE", |
24 | | - "defaultValue": null, |
25 | | - "name": [ |
26 | | - { |
27 | | - "code": "en-US", |
28 | | - "content": "Hour" |
29 | | - } |
30 | | - ], |
31 | | - "description": [ |
32 | | - { |
33 | | - "code": "en-US", |
34 | | - "content": "Defines the hour when the flow runs (e.g., 0 for midnight, 14 for 2 PM)." |
35 | | - } |
36 | | - ] |
37 | | - }, |
38 | | - { |
39 | | - "identifier": "cronDayOfMonth", |
40 | | - "unique": "NONE", |
41 | | - "defaultValue": null, |
42 | | - "name": [ |
43 | | - { |
44 | | - "code": "en-US", |
45 | | - "content": "Day of the Month" |
46 | | - } |
47 | | - ], |
48 | | - "description": [ |
49 | | - { |
50 | | - "code": "en-US", |
51 | | - "content": "Defines the day of the month when the flow runs (e.g., 1 for first day, 15 for mid-month)." |
52 | | - } |
53 | | - ] |
54 | | - }, |
55 | | - { |
56 | | - "identifier": "cronMonth", |
57 | | - "unique": "NONE", |
58 | | - "defaultValue": null, |
59 | | - "name": [ |
60 | | - { |
61 | | - "code": "en-US", |
62 | | - "content": "Month" |
63 | | - } |
64 | | - ], |
65 | | - "description": [ |
66 | | - { |
67 | | - "code": "en-US", |
68 | | - "content": "Defines the month when the flow runs (e.g., 1 for January, 12 for December)." |
69 | | - } |
70 | | - ] |
71 | | - }, |
72 | | - { |
73 | | - "identifier": "cronDayOfWeek", |
74 | | - "unique": "NONE", |
75 | | - "defaultValue": null, |
76 | | - "name": [ |
77 | | - { |
78 | | - "code": "en-US", |
79 | | - "content": "Day of the Week" |
80 | | - } |
81 | | - ], |
82 | | - "description": [ |
83 | | - { |
84 | | - "code": "en-US", |
85 | | - "content": "Defines the weekday when the flow runs (e.g., 0 or SUN for Sunday, MON-FRI for weekdays)." |
86 | | - } |
87 | | - ] |
88 | | - } |
89 | | - ], |
90 | | - "name": [ |
91 | | - { |
92 | | - "code": "en-US", |
93 | | - "content": "Cron Job" |
94 | | - } |
95 | | - ], |
96 | | - "description": [ |
97 | | - { |
98 | | - "code": "en-US", |
99 | | - "content": "A Cron Job is a scheduled task that runs automatically at specified intervals, typically defined using cron expressions. It is commonly used to automate repetitive operations such as data processing, system maintenance, and periodic updates without requiring manual execution." |
100 | | - } |
101 | | - ], |
102 | | - "documentation": [], |
103 | | - "displayIcon": "tabler:file-time", |
104 | | - "alias": [ |
105 | | - { |
106 | | - "code": "en-US", |
107 | | - "content": "cron;code;schedule;timer;clock;flow" |
108 | | - } |
109 | | - ], |
110 | | - "displayMessage": [ |
111 | | - { |
112 | | - "code": "en-US", |
113 | | - "content": "Schedule Job ${cron_code}" |
114 | | - } |
115 | | - ], |
116 | | - "signature": "(cronMinute: CRON_MINUTE, cronHour: CRON_HOUR, cronDayOfMonth: CRON_DAY_OF_MONTH, cronMonth: CRON_MONTH, cronDayOfWeek: CRON_DAY_OF_WEEK): void", |
117 | | - "linkedDataTypeIdentifiers": ["CRON_MINUTE", "CRON_HOUR", "CRON_DAY_OF_MONTH", "CRON_MONTH", "CRON_DAY_OF_WEEK"] |
| 2 | + "identifier": "CRON", |
| 3 | + "name": [ |
| 4 | + { |
| 5 | + "code": "en-US", |
| 6 | + "content": "Cron Job" |
| 7 | + } |
| 8 | + ], |
| 9 | + "description": [ |
| 10 | + { |
| 11 | + "code": "en-US", |
| 12 | + "content": "A Cron Job is a scheduled task that runs automatically at specified intervals, typically defined using cron expressions. It is commonly used to automate repetitive operations such as data processing, system maintenance, and periodic updates without requiring manual execution." |
| 13 | + } |
| 14 | + ], |
| 15 | + "documentation": [], |
| 16 | + "displayIcon": "tabler:file-time", |
| 17 | + "alias": [ |
| 18 | + { |
| 19 | + "code": "en-US", |
| 20 | + "content": "cron;code;schedule;timer;clock;flow" |
| 21 | + } |
| 22 | + ], |
| 23 | + "displayMessage": [ |
| 24 | + { |
| 25 | + "code": "en-US", |
| 26 | + "content": "Schedule Job ${cron_code}" |
| 27 | + } |
| 28 | + ], |
| 29 | + "signature": "(cronMinute: CRON_MINUTE, cronHour: CRON_HOUR, cronDayOfMonth: CRON_DAY_OF_MONTH, cronMonth: CRON_MONTH, cronDayOfWeek: CRON_DAY_OF_WEEK): void", |
| 30 | + "linkedDataTypeIdentifiers": [ |
| 31 | + "CRON_MINUTE", |
| 32 | + "CRON_HOUR", |
| 33 | + "CRON_DAY_OF_MONTH", |
| 34 | + "CRON_MONTH", |
| 35 | + "CRON_DAY_OF_WEEK" |
| 36 | + ], |
| 37 | + "runtimeSettings": [ |
| 38 | + { |
| 39 | + "identifier": "cronMinute", |
| 40 | + "unique": "NONE", |
| 41 | + "defaultValue": null, |
| 42 | + "name": [ |
| 43 | + { |
| 44 | + "code": "en-US", |
| 45 | + "content": "Minute" |
| 46 | + } |
| 47 | + ], |
| 48 | + "description": [ |
| 49 | + { |
| 50 | + "code": "en-US", |
| 51 | + "content": "Defines the minute when the flow runs (e.g., 0 for on the hour, */5 for every 5 minutes)." |
| 52 | + } |
| 53 | + ] |
| 54 | + }, |
| 55 | + { |
| 56 | + "identifier": "cronHour", |
| 57 | + "unique": "NONE", |
| 58 | + "defaultValue": null, |
| 59 | + "name": [ |
| 60 | + { |
| 61 | + "code": "en-US", |
| 62 | + "content": "Hour" |
| 63 | + } |
| 64 | + ], |
| 65 | + "description": [ |
| 66 | + { |
| 67 | + "code": "en-US", |
| 68 | + "content": "Defines the hour when the flow runs (e.g., 0 for midnight, 14 for 2 PM)." |
| 69 | + } |
| 70 | + ] |
| 71 | + }, |
| 72 | + { |
| 73 | + "identifier": "cronDayOfMonth", |
| 74 | + "unique": "NONE", |
| 75 | + "defaultValue": null, |
| 76 | + "name": [ |
| 77 | + { |
| 78 | + "code": "en-US", |
| 79 | + "content": "Day of the Month" |
| 80 | + } |
| 81 | + ], |
| 82 | + "description": [ |
| 83 | + { |
| 84 | + "code": "en-US", |
| 85 | + "content": "Defines the day of the month when the flow runs (e.g., 1 for first day, 15 for mid-month)." |
| 86 | + } |
| 87 | + ] |
| 88 | + }, |
| 89 | + { |
| 90 | + "identifier": "cronMonth", |
| 91 | + "unique": "NONE", |
| 92 | + "defaultValue": null, |
| 93 | + "name": [ |
| 94 | + { |
| 95 | + "code": "en-US", |
| 96 | + "content": "Month" |
| 97 | + } |
| 98 | + ], |
| 99 | + "description": [ |
| 100 | + { |
| 101 | + "code": "en-US", |
| 102 | + "content": "Defines the month when the flow runs (e.g., 1 for January, 12 for December)." |
| 103 | + } |
| 104 | + ] |
| 105 | + }, |
| 106 | + { |
| 107 | + "identifier": "cronDayOfWeek", |
| 108 | + "unique": "NONE", |
| 109 | + "defaultValue": null, |
| 110 | + "name": [ |
| 111 | + { |
| 112 | + "code": "en-US", |
| 113 | + "content": "Day of the Week" |
| 114 | + } |
| 115 | + ], |
| 116 | + "description": [ |
| 117 | + { |
| 118 | + "code": "en-US", |
| 119 | + "content": "Defines the weekday when the flow runs (e.g., 0 or SUN for Sunday, MON-FRI for weekdays)." |
| 120 | + } |
| 121 | + ] |
| 122 | + } |
| 123 | + ] |
118 | 124 | } |
0 commit comments