Skip to content

Commit d745423

Browse files
committed
feat: adjusting cron display message
1 parent 43ceaf5 commit d745423

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/draco_cron/flow_types/cron.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"displayMessage": [
2525
{
2626
"code": "en-US",
27-
"content": "Runs flow every ${cronMinute}min ${cronHour}hour ${cronMonth}month"
27+
"content": "Runs flow every ${cronMinute}min ${cronHour}hour ${cronDayOfMonth}day of month ${cronMonth}month ${cronDayOfWeek}day of week"
2828
}
2929
],
3030
"signature": "(cronMinute: CRON_MINUTE, cronHour: CRON_HOUR, cronDayOfMonth: CRON_DAY_OF_MONTH, cronMonth: CRON_MONTH, cronDayOfWeek: CRON_DAY_OF_WEEK): void",

definitions/draco_cron/runtime_flow_types/cron.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"displayMessage": [
2424
{
2525
"code": "en-US",
26-
"content": "Runs flow every ${cronMinute}min ${cronHour}hour ${cronMonth}month"
26+
"content": "Runs flow every ${cronMinute}min ${cronHour}hour ${cronDayOfMonth}day of month ${cronMonth}month ${cronDayOfWeek}day of week"
2727
}
2828
],
2929
"signature": "(cronMinute: CRON_MINUTE, cronHour: CRON_HOUR, cronDayOfMonth: CRON_DAY_OF_MONTH, cronMonth: CRON_MONTH, cronDayOfWeek: CRON_DAY_OF_WEEK): void",

0 commit comments

Comments
 (0)