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

keshav77
Tera Contributor

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
Kilo Patron
Kilo 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.