just because is anyway in time on mail-node there is a way to configure a node like this:
<mail-node name="mailTest" to="${mail-advise}">
where "mail-advise" is a variable in JBPM context, and JBPM will evaluate the
variable automatically?
considering the example posted before,
stateA set a variable named "mail-advise" in the context that have as value an
e-mail address, and when timer will go to send mail, the mail-node will get the
"to" parameter directly from context. without any code like
jbpmCTX.getVariable("mail-advise").
is this possible?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219160#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...