Project

General

Profile

Task #931

Updated by Ondřej Kopr over 6 years ago

Now is possible create only two type of trigger CronTaskTrigger and SimpleTaskTrigger by import, please add new one trigger: DependentTaskTrigger for import. 

 Import behavior can be found there: AbstractScheduledTaskInitializer 

 Also please add new check for existing task, now is checked only taskType add    next property for this check (method existSimilarTask). 

 Add new task import for password expiration with two cron trigger (example: 30 and 7 days).

Back