PFI Scheduler

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
prakash
Advanced Member
Posts: 27
Advanced Member
    I am trying to schedule a flow from another flow by populating the jobdef table. but how to get the job id. does any one know how pfi scheduler maintains the job id

    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      When you add the WebRun to your flow you have to overwrite the defaults so you will take out the Web program reference of cgi-lawson/jobrun.exe and replace it with bpm/jobDefForm.do

      The Post String should begin with method=Add& you need to define the fields and values you want to pass. I suggest you add a job (using the PF Scheduler) and then use the method=Inquire&jobId= the job id created. That way you will see the field names, etc. that are needed in your WebRun.
      David Williams
      prakash
      Advanced Member
      Posts: 27
      Advanced Member
        Thanks, David. I will try this.