Link to home
Start Free TrialLog in
Avatar of roy_sanu
roy_sanuFlag for India

asked on

How to pass list of object

Hi,

 How  to pass  list of object

context.getStepContext().getJobExecutionContext().put("1","member1");
context.getStepContext().getJobExecutionContext().put("2","member2");


with this above it is not working

thanks
Avatar of Am P
Am P
Flag of India image

Could you please elaborate more on your problem.
ASKER CERTIFIED SOLUTION
Avatar of roy_sanu
roy_sanu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i missed the guidelines link.can you please post it once?
Avatar of roy_sanu

ASKER

got the solution of my issue