How to make alarm or show popup message

1
0
-1

I want to show user by alret or popup that this task due date is soon in his tasks list.

Which event/activity I can use for this?
I tried timer but it didnt do anything

Thank you

1 answer

1
0
-1

Alaa

Sorry I do not understand your question. Do you expect that once a task is N time before due dute, User browser (the one who has it assigned?) triggers a popup / toast to notify (or any other frontend notification) ?

From process perspective, you can do that with a "Non interrumpting timer event" that will trigger a new branch in the process (task will continue to be in Ready state).

Notifications