PMCORE-1705

update

update
This commit is contained in:
Henry Jordan
2020-06-26 19:44:41 +00:00
parent f1a9039883
commit ba7f7f59c9
4 changed files with 29 additions and 3 deletions

View File

@@ -166,6 +166,19 @@ class TaskSchedulerBM
"interval" => "week",
"expression" => "0 */1 * * 0,1,2,3,4,5,6",
"description" => "ID_TASK_SCHEDULER_PM_PLUGINS_DESC"
],
[
"title" => "ID_TIMER_EVENT",
"enable" => "1",
"service" => "",
"category" => "case_actions",
"file" => "workflow/engine/bin/timereventcron.php",
"startingTime" => null,
"endingTime" => null,
"everyOn" => "1",
"interval" => "week",
"expression" => "*/1 * * * 0,1,2,3,4,5,6",
"description" => "ID_TIMER_EVENT_DESC"
]
];
/**