cancel
Showing results for 
Search instead for 
Did you mean: 

Interface and REST result are different

sandroredi
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
No, the Activiti 6 UI uses a different database table (see USERS). We will unify that in a future version. The current v6 UI was a first stop-gap thing, but we need to fix that indeed (as now it's very confusing).