Bonita Portal URLs API call with admin

1
0
-1

Hi,

I would like to call the API http://*******:****/bonita/portal/form/taskInstance/0000064
with an admin user. because when i call this API with a normal user that doesn't have right on this task, i get a 403 Forbidden error.

2 answers

1
0
-1

That's not what i want to do. I want to display the task in an iframe in my angularJS application.
I see in the bonita documentation that there is a param in the taskInstance api : user= "Identifies the user you perform the task for (for administrators and process managers)."
But when i use it, it doesn't change anything

1
0
-1

You could create a REST Get connector in your task and save the output to a process variable. You could then print the variable on your form.

Apologies if this is not the case.

Comments

Submitted by qfau_1373933 on Thu, 05/31/2018 - 16:20

That's not what i want to do. I want to display the task in an iframe in my angularJS application.
I see in the bonita documentation that there is a param in the taskInstance api : user= "Identifies the user you perform the task for (for administrators and process managers)."
But when i use it, it doesn't change anything

Notifications