User Task due date dynamic add 8 hours

Hey,

I have a problem how can I set the due date in the modeler dynamic. I want to add 8 hours after process started. The only thing I see in the documentation the command now() what is a util.Date class.

Can someone give a example or something?

Thanks for help

I already figured it out here is the solution
${dateTime().plusHours(8).toDate()}

1 Like