How to call system property with workflow wait for confition or timer?

Lakshmipathi
Mega Contributor

Hi,

Can we call the system property from wait for condition or timer actiity after create the catalog task. Here  i need to send the remider after 6 hours to the assignment group.

Note: I want to send notification by useing property value time

 

Thansk.

Lakshmi

1 ACCEPTED SOLUTION

Gurpreet07
Mega Sage

Store the time in seconds in the property and then

 

find_real_file.png

View solution in original post

4 REPLIES 4

Trupti6
Tera Expert

Hi,

Try gs.getProperty('property name');

 

 

Thanks,

Trupti S.

Hi Trupti,

 

Thanks for your quick replay.

 

I have traied already with below script but no luck if you have any code please send me.

 

 

var prop = gs.getProperty('property name');

prop.answer =0;

 

 

Thanks

Lakshmi

Hi,

 

Could you please user 'prop' instead of 'prop.answer' and check ?

 

Thanks,

Avik

Gurpreet07
Mega Sage

Store the time in seconds in the property and then

 

find_real_file.png