Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm working in a project with two jobs (A and B), the job B need's the pid number of job A to work. I need to use in job B the pid that Stats generate when i execute the job A, without save this pid in a Database ou a file. I tried with "Contexts" and GlobalVar but didin't work. Exist a way to create a variable ou something that i can call in job B?
Context variables is the way.
Share your tRunJob settings.
If I want to share the context with pid from job A to job B, but there are 2 jobs in between, as in the picture. Can I?
Another question ... I am using TJavaRow with this "context.PID = pid;" to fill the context, is there another way? with something in context "value" maybe?
Thank you for your help.