Skip to Content
Author's profile photo Former Member

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:

/wp-content/uploads/2013/03/11_199133.png
          1. Ø1. After the order task group is executed, the first task set some entry data
          2. Ø2. Then in the second task I can set the values we needed in the temporary table(TEST_TEMP_TABLE):
/wp-content/uploads/2013/03/16_199138.png
          1. Ø3.At the end I call the job(in the job folder):
            /wp-content/uploads/2013/03/12_199134.png
                                                       ·  With the script runJob  I call a job from Job Folder.

               2. Here is the Job I call from the provisioning framework:

/wp-content/uploads/2013/03/13_199135.png
            1. Ø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:
/wp-content/uploads/2013/03/14_199136.png
                                        2. ØIn step2(Destination tab) – I will update the status in the temporary table to avoid already processed data to be processed again.
/wp-content/uploads/2013/03/15_199137.png

Assigned Tags

      7 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Murali Shanmugham
      Murali Shanmugham

      Good one Simona. Can you confirm if the value of %JOB_ID% is maintained as a Job Constants within the task.

      Thanks

      Murali

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      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

      Author's profile photo Former Member
      Former Member

      Thanks for the article, Simona.

      Author's profile photo C Kumar
      C Kumar

      Nice Blog Simona,

      Please do mention which pass one should use in Pass 2 and Pass 3.

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Hi Kumar,

      I don't get the question 🙂

      Author's profile photo C Kumar
      C Kumar

      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.

      Pass.png

      Hope you will get my point.

      Regards,

      C Kumar

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Hi Kumar,

      I get it now.

      Pass 1 - To Identity store

      Pass 2 - To Database

      Pass 3 - To Generic

      BR,

      Simona