Not applicable

Hi,

 

var gr = new GlideRecord("sc_req_item");

if(gr.get('sys_id')){


new Workflow().restartWorkflow(gr);

}

Thank you

Dante