cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.

Set an alert for workflow task.

KD
5-Regular Member
5-Regular Member

Set an alert for workflow task.

Hi all,

I need to set a popup message based on a certain condition.Like if a & b are workflow variables and a>b..there will be a popup message "üpdate a".

How do i achieve that???

ACCEPTED SOLUTION

Accepted Solutions
GregoryPERASSO
14-Alexandrite
(To:KD)

Hello

In the workflow task, in the transition tab. for example the transition "complete" if you have only one vote possible in the task.

add some java code to test your variables, and if test is KO. throws a WTException with a String message on it.

it will display a popup with the error message to the User when he will try to close the task ...

regards

Gregory

View solution in original post

1 REPLY 1
GregoryPERASSO
14-Alexandrite
(To:KD)

Hello

In the workflow task, in the transition tab. for example the transition "complete" if you have only one vote possible in the task.

add some java code to test your variables, and if test is KO. throws a WTException with a String message on it.

it will display a popup with the error message to the User when he will try to close the task ...

regards

Gregory

Announcements


Top Tags