How to use email tasks in JBPM6

I am new to JBPM6 and am currently learning BPM notations. I had a problem adding a way to apply an email notification to a process when a user task runs (if one user task is completed, then send a notification to the next level). Because I could not find useful documents about this (for example: Send tasks, receive tasks, message events, mail service, etc.). Appreciate so much if anyone can help me with this with a proper example. (for example, how to add a set of input data, a set of output data, etc.) And also, please help me on how to add business rule tasks to the process.

+6
source share
1 answer

Have you been through domain specific services?

See JBPM Manually Tasks for the Domain .

A domain-specific task is the key point of the jBPM extension, where we can add new types of tasks to jBPM. Illustrative documentation is provided using an example notification. may be useful to you.

0
source

All Articles