SetWorkflow(false) does not work for async business rulesIssue When a business rule is set to async and the script calls the method setWorkflow(false), other business rules are still running and not being ignored on that particular table.Release AllCauseThe cause is most likely due to the business rule set to async.ResolutionThe setWorkflow(false) method and argument will not work for async business rules. To resolve, set the business rule to after.Related LinksFor more information on business rules, see Classic Business rules.