I have one JOB A that has a response to call another JOB B.
Is it possible to have one variable on the JOB A that I can read it from JOB B?
If yes, can some one help how to configure it?
I have one JOB A that has a response to call another JOB B.
Is it possible to have one variable on the JOB A that I can read it from JOB B?
If yes, can some one help how to configure it?
When you edit the Job Control Actions, there is a Variables tab where you can set variables to be passed to the target job.
Any variables that get created or set in the calling job using a script, variable update task, or variable update action are automatically sent to the target job.
If you have a variable named MyVariable in Job A and you want its value passed to Job B, you need to set it up as follows:
Thank you very much Bill.
As always, you guys help me a lot.
Hello Bill,
Resuming the old topic...
I have another Job C that is called by the Job B, which received the original value calculated by Job A.
It's working from Job A to Job B, but the Job C is not receiving the correct value.
Have you seen this happening?
Is there any limitation once the value was originally calculated on Job A?
Thanks in advance.
If you are using adTempus 4.x it should work the same way as the original scenario: you need to define the variable in Job C and then configure the Response in Job B to pass the value.
If you are using adTempus 5.x that should still work but there is also a new way to specify which variables should be passed between jobs.