I have a Camunda 7 installation, that uses Keycloak as it’s user repository. The previous version of the package we used around it, used the email as the user identification. With a newer version, it uses the userId, for things like assigning tasks to users. but the camunda:initiator still saves the email to a variable. How could I change this behavior, so it also saves the userId?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.