Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

In strict mode, can the return value of workflow activity be answered = true

Xiaoyu
Tera Contributor

prod instance has enabled strict model, the result is that the email cannot use answer in the place where the advance condition is used.only can use 

(function() {
  var groupMember = gs.getUser();
  return !groupMember.isMemberOf('XYZ');
})();

I want to know if the activity in workflow can use answer in strict mode, and if not, what should be used.

 

thanks!!!!!

0 REPLIES 0