variables to subworkflow
Hi, I an trying to add variaqbles to workflow, this is what I did-var gr = new GlideRecord('table');gr.addQuery('sys_id','sys id of a record');gr.query();if(gr.next()){var wflw = new Workflow();wflw.startFlow(wflw.getWorkflowFromName('give the workfl...