After Business Rule is getting Executed before my flow is creating Task and closes the RITM
Hello,This is my After update BR on SC Task Table(function executeRule(current, previous /*null when async*/ ) {if (current.request.state != '5') {var ritmSysID = current.request_item.toString();var grRitm = new GlideRecord('sc_req_item');grRitm.quer...