Change Multi-Step Job Parameters using ProcessFlow

 1 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
agersh
Veteran Member
Posts: 81
Veteran Member
    In the past I have used the PF Transaction node to change single step job parameters. I am trying to develop a PF that changes the program parameters for a Multi-Step job (for ex. multiple PR275's). Can anyone provide some assistance on how to perform this task/subject using PF.

    S3 ProcessFlow 9.0.1.7

      
      
    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      You would more than likely have to create a script in GEN to do updates to these types of multi-step jobs. Another choice would be to set up individual jobs to be updated and run by ProcessFlow. If you use the jobrun function within the WebRun node and add &WAIT=true to the end of each then PF will wait until that job completes before moving on.

      This is useful as well if you want to use data from one job to update your next job in queue. So you would remove the multi-step job from the recurring job scheduler and set up your flow in the PF Scheduler.
      David Williams