How to set a timer which activates ... days before set date

Hi @mohritz.

Please have a look at this solution to a related question

So the expression should be like this:

${dateTime().withMillis(arbeit_ab.getTime()).minusDays(28).toDate()}

Alternatively you could call a bean method via the expression and calculate the date in the code.