Skip to content

Commit 4f87044

Browse files
committed
feat: updated cron definitions to latest types
1 parent 2de07cc commit 4f87044

2 files changed

Lines changed: 37 additions & 49 deletions

File tree

definitions/cron/data_type/object/cron_code.proto.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,7 @@
4747
"dataTypeIdentifier": "CRON_DAY_OF_WEEK"
4848
}
4949
}
50-
},
51-
{
52-
"parentType": {
53-
"parentType": {
54-
"dataTypeIdentifier": "OBJECT"
55-
}
56-
}
5750
}
5851
],
5952
"genericKeys": []
60-
}
53+
}
Lines changed: 36 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,37 @@
11
{
2-
"identifier": "CRON",
3-
"settings": [
4-
{
5-
"identifier": "CRON_CODE",
6-
"unique": false,
7-
"dataTypeIdentifier": "CRON_CODE",
8-
"defaultValue": null,
9-
"name": [
10-
{
11-
"code": "en-US",
12-
"content": "Cron Code"
13-
}
14-
],
15-
"description": [
16-
{
17-
"code": "en-US",
18-
"content": "Specifies the Cron Code for this flow to be called."
19-
}
20-
]
21-
}
22-
],
23-
"editable": false,
24-
"name": [
25-
{
26-
"code": "en-US",
27-
"content": "Cron Job"
28-
}
29-
],
30-
"description": [
31-
{
32-
"code": "en-US",
33-
"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."
34-
}
35-
],
36-
"documentation": [
37-
{
38-
"code": "en-US",
39-
"content": "A Cron Job is a time-based task scheduler that executes commands or scripts at predefined intervals, specified using cron expressions. These expressions control the exact timing of execution—for example, running a task every minute, daily at midnight, or on specific days of the week. Cron Jobs are widely used to automate routine processes such as backups, log rotation, data synchronization, and other recurring system or application tasks."
40-
}
41-
]
42-
}
2+
"identifier": "CRON",
3+
"settings": [
4+
{
5+
"identifier": "CRON_CODE",
6+
"unique": "NONE",
7+
"dataTypeIdentifier": "CRON_CODE",
8+
"defaultValue": null,
9+
"name": [
10+
{
11+
"code": "en-US",
12+
"content": "Cron Code"
13+
}
14+
],
15+
"description": [
16+
{
17+
"code": "en-US",
18+
"content": "Specifies the Cron Code for this flow to be called."
19+
}
20+
]
21+
}
22+
],
23+
"name": [
24+
{
25+
"code": "en-US",
26+
"content": "Cron Job"
27+
}
28+
],
29+
"description": [
30+
{
31+
"code": "en-US",
32+
"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."
33+
}
34+
],
35+
"documentation": [],
36+
"displayIcon": "tabler:file-time"
37+
}

0 commit comments

Comments
 (0)