Notifying a user who has not made his task

1
0
-1

Hi,

I model a process and i need to notify user who has not made his tasks yet? Any ideas?

Thank you.

1 answer

1
0
-1

there are two ways of doing this,

1) the bad way - create a process that runs overnight and sends messages to users who have not completed their tasks, and

2) 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

Notifications