I have multiple user tasks that are the output of an exclusive gateway, used to assign the task to the correct team. Each of these user tasks sends the same email message notifying the team they have a task. I'm looking for a way to store the HTML email message in a variable and use that variable as the message body for all of the User task assignments. This would make creating the assignment tasks simpler as it would be one less thing to customize for each task, and more importantly, make changing the email message something that would happen in only one place and apply to all user assignment email referencing that variable.
I tried putting the HTML in a Single Line hidden variable as the default, and then inserting that variable in the HTML message body, but no luck (An unexpected error has occurred. [LFF502-UnexpectedError]).
I was able to use the variable in the "Visual" editor and it displays the message in the email, but does not resolve variables referenced with the message. (Guess that's problem #2.)
Is there any way to reuse HTML message text containing variables?