cancel
Showing results for 
Search instead for 
Did you mean: 

templates within mail task

pueblo2708
Champ in-the-making
Champ in-the-making
Hello,

I try to send mail with values from beans like this:

You have ordered ${order.number} ${order.name}.

The execution within activiti explorer fails with this message:

Unknown property used in expression: You have ordered ${order.number} ${order.name}.

Any idea ?
Thx for any clue.
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

jUnit test would help in this case. https://forums.activiti.org/content/sticky-how-write-unit-test
The exception message says that at least one of the properties ${order.number} ${order.name} is not know in the process.

Regards
Martin