Hi, I'm trying to set a specific variable into job and I want to rehuse this variable in other job.
The problem is when I set "context.getconfiguration().set("myvariable",xxx) into the job, and this job finishes, then If I want to restore "myvariable" in the other job, this variable doesn't exist. So, Can you help me, how I can set variable into job and rehuse in other job? Thanks Joan