Skip to main content
Nintex Community Menu Bar
Question

Activate and Set Condition Action Consistently failing?!?!

  • July 11, 2024
  • 1 reply
  • 6 views

Forum|alt.badge.img+20

Totally at a loss. Same condition in many other places works fine. Works on Event object but not Task object.

On Event this works.

 

</condition

On Task this doesn’t.

 



1 reply

Forum|alt.badge.img+20

hhhh  … well then …

So. I have a snippet as my first action to deactivate all conditions whose names don’t start with “master_” or “activity_master_” in my model. Removing this snippet as the action before fixes my issue.

So I added a jquery promise and it fixed the issue. Deactivating a condition client side shouldn’t need a jquery promise. Yeah?