Hello
We are trying Camunda to see if it can respond to our needs. We deployed a camunda spring boot instance and use it with the UI. We could not implement a simple process even though we went through the documentation. Right now we have been able to design a process and start it. We can assign tasks manually. But we’d like to auto-assign the tasks while a process moves forward. To achieve it we think we need to tie a process task to a group. We noticed we don’t job definitions in the process. Should group/process association be made thanks to job definitions? How can we create a job definition ?
BR