How can the user get the Email notification from process start and end?
for example, user fill the form and this form go to the manager if accepted or rejected get the notification.
How can the user get the Email notification from process start and end?
for example, user fill the form and this form go to the manager if accepted or rejected get the notification.
Implement an ExecutionListener which sends email and
add it to your start and end event.
Hey Hussain, did you get this…?