How to call a Job from a Provisioning Framework with parameters
1. The scenario – if I want to call a job from a provisioning framework with some parameters, I can do it this way:
- Ø1. After the order task group is executed, the first task set some entry data
- Ø2. Then in the second task I can set the values we needed in the temporary table(TEST_TEMP_TABLE):
· With the script runJob I call a job from Job Folder.
2. Here is the Job I call from the provisioning framework:
- ØIn step 1(Source tab) – I can select the needed information from the temporary table
and from there to update the entry in the destination tab:
2. ØIn step2(Destination tab) – I will update the status in the temporary table to avoid already processed data to be processed again.
Good one Simona. Can you confirm if the value of %JOB_ID% is maintained as a Job Constants within the task.
Thanks
Murali
Hi Murali,
In this case %JOB_ID% is attribute, but it's the same with a Job Constant only in the appearance will be like that - %$JOB_ID%
Regards,
Simona
Thanks for the article, Simona.
Nice Blog Simona,
Please do mention which pass one should use in Pass 2 and Pass 3.
Hi Kumar,
I don't get the question 🙂
Hi Simona,
as i can see you have used three passes in your Job
Pass 1 - Provisioning Entry Parameters
Pass 2 - Create temporary table
Pass 3 - Call Job from Job frolder
I want to say that please also mention what type of Pass one should use here.
please do mention these thisngd too.
Hope you will get my point.
Regards,
C Kumar
Hi Kumar,
I get it now.
Pass 1 - To Identity store
Pass 2 - To Database
Pass 3 - To Generic
BR,
Simona