I was wondering how to prevent the pop up for the Business Key/Add a variable from being shown to the user?
Basically I want the the user to select the process from Start Process and be shown an embedded form. However I notice the Business Key/Add a variable is shown before the process can be actually started.
@etp business key is completely optional you can keep it blank while starting the process
Hi @etp,
you can put a blank form in the formkey of the start event. The html file has to contain
<form></form>
Hope this helps, Ingo