How to assign groups to process definitions

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

Hi @gregory and welcome to the forum.
One possible solution would be to use a variable for the candidate groups in the assignment section of the user task in the Camunda Modeler.
This variable can either be calculated by some service task or listener before the user task or via a DMN table that is evaluated beforehand.
A process model for that scenario could look like this: