Reg process start form

Hi All,

I have placed an interface in process start form and calling that process model in another interface by a!startprocess() inside  a! buttonwidget ()

I am not able to see the interface when i i click the button which is  inside the process start form

But in moniter page i am able to see the process model is triggered

If i open the instance it is showing unknown error 

Any idea on this 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to nikkheel

    For this you should probably not be using a!startProcessLink, but instead, have the button be a normal submit button, and upon exiting the form, have the process take a specific flow (via an XOR node checking for which button was pressed), to enter a subprocess where you then use the process you were starting via a!startProcessLink.  In this way, you'll be able to both preserver user inputs on the original form, as well as carry back data from the subprocess, as needed.  There really is no easy way to do this using your current setup.

Children
No Data