I have a user task with the initial form. I want to run a Service Task before the form starts up. Instead of a "Message Start Event" I used a "Start Event" and set the assign to the /_initiator. This actually works just fine, I can get the sequence# from the SQL db with a few other parameters.
The issue is that If I run this from the Process Diagram it just starts up. If I run it from the "Start Process" tab I get the following message.
Start Process
The process 'Travel' does not require a form submission and will start immediately. Do you want to start the process now?
If I click Start it works fine but I don't want to see the message at all, it will definetly confuse many of our users. Is there a way get rid of this popup or at least change the message to something like "Click to Continue"
Thanks