Scheduling

 5 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
prakash
Advanced Member
Posts: 27
Advanced Member
    Is there any way to schedule a flow from another flow?
    Marc Burnes
    Basic Member
    Posts: 14
    Basic Member
      Do you just need to kick off another flow, or actually schdule to run at a certain time in the future?

      To trigger a flow to run immediately, just create a WorkObject. Select the flow you want to call as the service in Trigger Service.
      prakash
      Advanced Member
      Posts: 27
      Advanced Member
        Yes, I need to schedule a flow from another flow to run at specified time.
        David Williams
        Veteran Member
        Posts: 1127
        Veteran Member
          You could use the WebRun node to write a record against the bpm/jobDefForm.do form in PF Admin. I suggest you add a one time job within the ProcessFlow Scheduler and then look at the required fields on the Scheduler Job Definition and Scheduler Job Schedule forms within ProcessFlow Administration. That should help you define what you need to fill in.
          David Williams
          David Williams
          Veteran Member
          Posts: 1127
          Veteran Member
            Also, if you perform an Inquire call (within your WebRun) against these forms you will see the syntax for the field names, etc.
            David Williams
            prakash
            Advanced Member
            Posts: 27
            Advanced Member
              Thanks! Can you please give me an example?