What is the use of setWorkFlow(false)? Scoped GlideRecord - setWorkflow(Boolean enable) Enables or disables the running of business rules, script engines, and audit.
If setWorkFlow(false) disable all business rule run after it. Then why we create those business rule which runs after it.