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.

Need to stop business rule for particular flow designer when it executes..

keshav77
Tera Expert

Hi I am having flow which make zip files unzip but the some  business rules  are not allowing to make that file unzip on the particular table that is requested item table. What should I add in workflow so this business rules should not bother this flow on that table to unzip the files 

1 REPLY 1

Brad Bowman
Mega Patron

If you're using a script with a GlideRecord, try setWorkflow(false).  Otherwise, add something to the Business Rule so that it doesn't run in this specific scenario, or doesn't prevent the action.