Dear community,
currently, I am trying to create an process definition that can be started by any logged in user.
If I configure the authorizations like shown above it is working perfectly. However, in the above example I need to define a specific user id or group id. If I replace the specific user id by a star (“*”) I get an error: org.camunda.bpm.engine.AuthorizationException: The user with id ‘admin’ does not have ‘CREATE_INSTANCE’ permission on resource ‘#’ of type ‘ProcessDefinition’.
I could create a group and add all users to this group. However, this is logic I want to avoid as it is error prone.
Even better would be, if could tell in the process model candidate starters user = * or somethind similiar.
Is this just not possible or am I doing something wrong?
Any hint will be appreciated.