Mauricio Salatino [
http://community.jboss.org/people/salaboy21] created the discussion
"Re: understanding taskclient"
To view the discussion, visit:
http://community.jboss.org/message/589083#589083
--------------------------------------------------------------
Hi, you need to bind a workItemHandler implementation to your knowledge session doing
something like:
ksession.getWorkItemManager().registerWorkItemHandler("Email", <your email
sender implementation WorkItemHandler>);
Then, when you run your process the workItemHandler registered will use the properties
that you set in the designer to send the email.
Greetings.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/589083#589083]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]