How to avoid start Process screen

Hi,
I am using Camunda 7.18 Spring boot embedded application. While starting a process in TaskList , the start process screen is coming with business key. I want to disable it.
Could anyone suggest on how to disable it?

Regards,
Tiru

Hi Tiru,
You can do the following:

  1. create an empty form in the modeler
  2. configure the start event to use the empty form

I hope this helps

Regards,

Stephan

Hi,
I want to hide the start process screen itself. The below one.


Regards,
Tiru