cancel
Showing results for 
Search instead for 
Did you mean: 

Need Help for Email task stand Alone example and Timer event.

santoshpatel
Champ in-the-making
Champ in-the-making
1)I am Developing  standalone  Activiti example for small demo.I could not found anything related to Email Task. DO I have to manually do the Email SMTP connection? or is their any API available in Activiti which I can use in my standalone application.

2) I want to attach timer boundary to email task ie. after regular interval email should get invoked. Secondly How to catch the event after timer.Can anyone help me on this .I am very new to Activiti?

My Test.java file is attached here.
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

check org.activiti.examples.bpmn.mail.EmailSendTaskTest#testSendEmail in activiti source.

Regards
Martin