I’m trying access identityService by a groovy script but I’ve got a nullpointerexception.
Is it intentional? Or it’s due to security once someone could, by script, create users, delete uses and so on?
How did you configure the process engine?
If getIdmIdentityService() is null, this means that the idm engine is not initialized, which should be the default.
Do you have a unit test that demonstrates the problem?
I’ve just downloaded the last master version, built, ran, created the process (start->scriptTask->end), created the app and start the process.
I’ve used only the web interface.
I’m not configuring the process engine directly or by any unit test.
Could be the version?
Please, What version do you using to test?