Hi,
I'm new with Activiti 6.
After the installation on MySql Db, I used the "Identity Manager" interface to insert a new user.
As expected a new record was inserted in "activiti6ui.users" db table.
Reading the documentation of Activiti rest (v 6.0.0.Beta2-SNAPSHOT), paragraph 15.14.2. - Get a list of users
GET identity/users
the result is incongruous; investigating on db, I found also "activiti6ui.act_id_user"…
Interface results are retrieved from activiti6ui.users and REST instead retrieve results from activiti6ui.act_id_user…
Am I doing something wrong?
Groups seam to have the same problem… INTERFACE –> activiti6ui.groups; REST –> activiti6ui.act_id_groups
Thank you for your clarification.
Regards