Open Zeebe - Dashboard and create new process instance
- http://localhost:8080/q/dev-ui/io.quarkiverse.zeebe.quarkus-zeebe/dashboard
- Open process definition
parameter-process - Open tab
instancesand create new instance.
{"inputName":"name1","inputValue":"value1"}curl http://localhost:8080/parameter -X POST -H 'Content-Type: application/json' -d '{"inputName":"name1","inputValue":"value1"}'