Hi,
I model a process and i need to notify user who has not made his tasks yet?
Any ideas?
Thank you.
Hi,
I model a process and i need to notify user who has not made his tasks yet?
Any ideas?
Thank you.
there are two ways of doing this,
the bad way - create a process that runs overnight and sends messages to users who have not completed their tasks, and
the proper way - rewrite your process to have non-interruptible timers based on process time which sends the user an email.
see the following post:
http://community.bonitasoft.com/answers/reminder-notification-task#node-25416
regards