Different email body using template

we are using email task in our process model, can we send email with different email body based on email template?

Email body will differ based on template, how can we handle this in flowable Email task ?

The body can be an expression - so you can delegate to something that would calulcate the content for you like ${myService.generateMailBody(execution)}

1 Like