WEBRUN timeout for multistep jobs

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
MarkH2002
Basic Member
Posts: 5
Basic Member
    I am working on a pflow that will run a multistep job using the WEBRUN node.  If this multistep job has 16 steps and I use the &WAIT=true is there a danger of process flow timing out waiting for the WEBRUN node to complete?  The 16 steps run fairly quickly but if there is a higher volume of transactions I'm not sure if pflow will timeout and stop the workunit
    Kyle Jorgensen
    Veteran Member
    Posts: 122
    Veteran Member
      Yes, that's a risk if the job submitted by the WebRun node is a very long running job. Compare the average run time to the timeout settings for the WebRun node. Adjust the WebRun timeout settings if needed. The 'clock' starts over upon each WebRun...so it shouldn't matter how many WebRuns the flow has.
      Kyle Jorgensen
      Veteran Member
      Posts: 122
      Veteran Member
        The timeout setting is in WAS; I'm not sure where exactly (sorry). I'm in development; not in the sys admin side of our business.