After Insert Business rules not workingIssue On [change_request] table, after insert business rules were not working.ResolutionCustom workflow associated with change request had a run script activity which got executed. The script contained "current.setWorkflow(false)". This was causing the issue. Should also check for custom business rules with script contains "setWorkflow(false)" which can also cause the issue.