Calling Process Flow from Command Line

Sort:
You are not authorized to post a reply.
Author
Messages
John Cunningham
Advanced Member
Posts: 31
Advanced Member
    Is there a way to call a process flow from command line. I could create a batch program and call the flow from there via the jqsubmit. But was hoping for a better way. Any Thoughts?

    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      You can set up your flow to trigger via the ProcessFlow Scheduler. Do you need to call PF on demand? You can add a trigger to a form using Design Studio.
      David Williams
      Matthew Hill
      New Member
      Posts: 1
      New Member
        You can try using the "FileClient" command.

        ex. FileClient -Procedure <ProcedureName> -DataFile <Filename and Path> -Batch <TRUE/False> -DataArea <DEVarea>
        You are not authorized to post a reply.