How to get user list to load in camunda

it won’t automatically load a user list in the modeller.

You’ll need to create them yourself programmatically or using the Camunda Admin front end.
Alternativly you could also connect camunda up to LDAP.

You can find out all about the possible options in the docs - https://docs.camunda.org/manual/7.6/user-guide/process-engine/identity-service/

Hi @mrrosenthal85,

it is important to understand that modeller is not connected to your engine instance in any way. It’s a separate software package, that does not allow you to execute any scripts or code on the fly. Therefore you cannot get any information in modeler, but only declare a model that will have access to information during execution in the engine.

Hope that helps,
Askar

2 Likes