Incident task is getting created twice from my BR.
Incident task is getting created twice from my BR. Please find the script below: (function executeRule(current, previous /*null when async*/ ) { if (!current.isActionAborted()) { var incGr = new GlideRecord('incident'); var Called...