Resolved! How to pass event values to the notification?
Hi Team, In a schedule job I had an event, and in the event through array I am passing two numbers... so how can I get those numbers in notifcations. while(gr.next()) { arr.push(gr.number); } gs.eventQueue('trigger.an.event', gr, arr); Now arr contai...
