Run process creates an instance - how to not create instance until the first form is submitted?
For the joget apps, I tried putting "Run Process" into the user view. It works, but I noticed that even if the user (even if they are anonymous) even CLICKS the option to run the process, it initiates the process, so it shows up in the list of running processes. Is there a way to disable this behavior, and only have the process actually start once the user actually submits the initial form?
The problem is, when I click on Run Process, it already creates an instance of the process before I even click submit. So if someone accidentally hits run process (but they don't submit the form), or even if they just click back and forth between Home and Apply, then several instances are created. I only want it to be created if the user actually hits "Submit".
User just clicks on the Apply tab and fills nothing out, then clicks to a different tab.
The activity is already created "Apply". I don't want it to show up unless the user actually completes the form.

