hi,
I have a BPM process that sends email notification. Email content body have html tag in it. I stored the body content in the DB.I am fetching it from DB and storing in a Dataobject in my BPM process.
Issue: If i use this data object using bpmn:getDataObject in the NotificationService content body, email i receive is plain text with all the html tags like <br> and <table.>
if i copy this text and paste in the NotificationService content body i am receiving correct formatted email that i want without any html tags.
Any idea why this is happening ? what should i do to go it away.
Any help is appreciated.
Thanks in advance.