Send email from the out values of the DMN

Hi

I am using DMN table in the process .
I am sending the input for the DMN table using rest API and fetching the out put result .
However , i want to sent an email with that out put values. pls let me how that can be achieved.
Do i need to create a task that implements my own java class for that? if so can pls share the interface that i need to implement or methos

What have you tried so far?
Sounds like a service task which sends an email after the DMN table runs is a perfectly reasonable way of doing it.

Hi Niall

Thanks for the reply…
Is there any example that I can use?

Regards
Prabhu

You could take a look at this DMN -> BPMN tutorial