Resolved! Business Rule is not working
Trying to cancel a change when the change task gets canceled, it is not working below is the codeBR on change_task table, order 10 triggers when the status is closed canceled var gr = new GlideRecord('change_request'); gr.addQuery('active',true); gr....
