JBoss Community

Re: EmailWorkItemHandler not found in drools5.2.0

created by Odelya Holiday in jBPM - View the full discussion

It was a mistake to send the kession. in the end I used:

 

EmailWorkItemHandler handler = new EmailWorkItemHandler();

handler.setConnection( "mail.smtp.host", "myemailPort", null, null );  

ksession.getWorkItemManager().registerWorkItemHandler("EMail", handler);

         

Reply to this message by going to Community

Start a new discussion in jBPM at Community