¿How i do to see in bonita studio all users that created by api rest?

1
0
-1
1 answer

1
+1
-1

You can't unless you add a custom field. You would have to specify the location from where the user came from, i.e

userCreatedThru = REST userCreatedThru = (blank) or Bonitasoft

Then you could create a view on the user database to see who was created thru REST etc.

regards

Comments

Submitted by claz08 on Tue, 08/04/2015 - 17:00

Hi,I explain you step by step.. I created an user register form , and when the user register button is pressed , i want to register the user in bonita database forever , however i think that the bonita engine behavior is the following:

  • when i republish the organization , all changes that i done in bonita database using API REST, it erases forever .

and my question is:

¿How i can to do that all the changes that had been made using API REST,can affect the organization without doing it manually.

Thanks

Submitted by Sean McP on Tue, 08/04/2015 - 18:17

I understand - you have a "register me" process, this registers the user in the database,

then you say when I republish the organization... 1.What do you mean by republish? 2.How do you republish the organization?

We will get back to your ¿How i can to do that all the changes that had been made using API REST, can affect the organization without doing it manually. later...

regards

Submitted by claz08 on Wed, 08/05/2015 - 16:05

Excuse me ,because i have not explained better ..

back in your questions :

1)What do you mean by republish? i was referring to publish or republish the organization from bonita studio, after to create an users with API REST. My main idea is to try that all users that i created were in bonita studio in order to use it in workflow.

2)How do you republish the organization?

as i said , i republish the organization with bonita studio when i change whatever parameter. Here is apicture

Bonita studio

as you see , only there are a two users , but i created a user more with API REST , and only i can see it in bonita portal .

Regards.

Notifications