Business rules on clone_instance table not workingIssue Some customers would want to use custom logic to track instance clone activities. Creating Business Rules on table "clone_instance" table will not work.ResolutionThe clone_instance records are updated from the datacenter. DC calls the script include (CidUpdateCustomerInstanceWorkflow) to update the status in the customer instances. The code inside this script specifically sets setWorkflow as false and hence the reason why any updates to clone_instance from DC does not trigger a BR.