Hi All,
I want to create a deadline and escalate it through email in human activities. Able to generate emails, but email body is accepting only plain text format, I want to render the message in html format.
Tried setting mime type but no luck.
Any way to achieve this, Any help will be much appreciated.
Thanks,
Manasa
Hi Manasa,
You can try invoking a process which sends the required email. In deadline, you should select process invoke (see screenshot). You can name the process to be invoked. From the invoked process you can try sending your email. As it would be a full fledged bpel process you can write any logic you want.
Hope this helps.