cancel
Showing results for 
Search instead for 
Did you mean: 

Send mail to applicant on task completion

former_member207065
Participant
0 Kudos

Hi,

I want to send a mail to applicant once a task is completed in the process. To implement this, I know I can place a notification activity or call a ejb function after every human activity. Besides these, is there any other method?

Regards,

Abe

Accepted Solutions (1)

Accepted Solutions (1)

former_member207065
Participant
0 Kudos

Thank you for your replies. I wonder is there any way to monitor the change of task status? If there is, I would be able to do something once the task status changes.

abhijeet_mukkawar
Active Contributor
0 Kudos

I think the earliest place to know this is event that you trigger from human activity , unless you want to capture it from BPM reporting - but this is too much of hassle to send small notification.

former_member207065
Participant
0 Kudos

So it seems there is no way to capture the change of the task status. Thank you for your reply.

Former Member
0 Kudos


You can definately do on the completion event where the complete event is fired in your wd. Before the event is fired you can call your method eg sending mail, a pop up screen etc.

Answers (2)

Answers (2)

abhijeet_mukkawar
Active Contributor
0 Kudos

perhaps you can write email notification code in human activity itself that gets called at exit of human activity (on successful activity completion)

-Abhijeet

junwu
Active Contributor
0 Kudos

no other way