403

Cómo autorizar al perfil Usuario para acceder al valor de las "activity variables" desde un formulario?

Hola,
Recientemente he notado que no puedo mostrar los valores (solo de lectura) de las "activity variables" en los formularios desde el perfil Usuario mientras que desde el perfil de Administrador no hay ningún problema. He seguido la documentación y otros posts en el forum para poder dar autorización al perfil Usuario.

How to authorize the User profile to access to the value of the activity variables from a form?

Hello,
Recently, I noticied that I couldn't retreive the values of the activity varaibles (read only) in the forms from the User profile whereas the Administrator profile could see all the values. So, I've been following the documentation and other posts in the forum to authorize the User profile to access them.

How to authorize the User profile to access to the value of the activity variables from a form?

Hello,
Recently, I noticied that I couldn't retreive some values (read only) in the forms from the User profile whereas the Administrator profile could see all the values. So, I've been following the documentation and other posts in the forum to authorize the User profile to access to the value of the activity variables from a form.

Alternative access to activity variable

I have a form that need to access an activity variable that store a result from a SQL query to populate a select widget, but using ../API/bpm/activityVariable/{{taskId}}/varname i'm getting 403 status result and the select widget stay empty.
Using ../API/bpm/caseVariable/{{taskId}}/varname i'm obtaining a string that need to be formatted in javascript for the select widget

There's a clean way to do this? the first form I describe works very well but i need to be administrator... any suggestions?

Regards.

Change password via REST not possible for non-administrator / HTTP 403 Forbidden

Hi dear community,
I've built a Live Application that is called "Set your password".

This live application just has two input fields and one button.
The button sends the request to the Bonita API via put.

The payload is generated via Javascript:
var payload = { "password": $data.newPass, "password_confirm": $data.newPassRepeat };

The API is called via:
../API/identity/user/{{ userId.user_id }}

If I use this as an administrator, it works, as a user I get a 403 forbidden error. Why?

[Bonita 7] REST API Extensions always responds with HTTP 403

Hello,

I'm currently experimenting with the extensions examples provided with Bonita 7.0.0. When I send a GET request on ../API/extension/demo/getExample I always get a HTTP 403 response. Of course, I've logged in before performing the request (I got HTTP 401 when I'm not logged). I'm testing it using Postman, a Chrome extension for testing REST API. I'm pretty sure it's a problem with the REST API authorization settings in Bonita, but I don't understand how it works.

Regards

Notifications