Workflow email reminders

How can one get email notifications or reminders when workflow tasks are due or near their due date?

1 votes

1 answers

2100 views

ANSWER



  • create a scheduled event using the Scheduler with the periodicity you want,
  • create a listener for that event, in which you implement the logic to:
  • ask the jBPM service for the relevant tasks for which you want to notify,
  • send emails.
2 votes