java.time.Localdate

Date type constructor not matching error ( Could not find matching constructor for java.time.LocalDate(java.util.Date))

Hello,
I created a complex input example task.
I created bdm
timerTask : title(TEXT)/ startdate (DATEONLY)/enddate(DATEONLY)
testTimer : recommandation(TEXT)/ task (timerTask)
The contract is

timerObjInput (COMPLEX)(Multiple)
recommandation (TEXT)
task (COMPLEX)(Multiple)
title(TEXT)
startDate(DATEONLY)
endDate(DATEONLY)

In the operation tab, I initiated timerObj to addAll as below.

Notifications