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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2016 01:04 AM
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.
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.
Labels:
- Labels:
-
Archive
test_1.txt.zip
1 KB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2016 02:59 AM
Hi,
check
Regards
Martin
check
org.activiti.examples.bpmn.mail.EmailSendTaskTest#testSendEmail
in activiti source.Regards
Martin
