#APIRest

How to visualize only the last 10 orders in a case overview page using a Custom Query and APIs?

Hello everybody,

It may be a simple question but no matter how hard I try, I can't find a solution.

Here is the context:
Similar to the "Travel Request" tutorial, I have a case overview page but with one Table widget that allows me to see the status of my order (pending, rejected or approved). For instance:

------- ----------
Cust. | Status
------- ----------
1 | approved
------- ----------
2 | rejected
------- ----------
3 | pending
------- ----------

JavaScript, JSON and REST APIs Help

Good evening everyone,
I am a junior management engineer from Italy. I woud be glad to recieve some help since I don't know where to start studying JavaScript, JSON and REST APIs. These are all presented as Bonita pre-requisites to fully manage the software according the "Getting started" tutorial. I would like to use Bonita as I am taking part in a group project at my University which involves modelling a water depuration process.

Any help and suggestions are welcome.
Thank you for your attention!

Use API (Not own Bonita) in the Designer Form

Hello everyone,

I created an external Api Rest to use it in the form of Bonita's designer.
I know how to use Bonita's own Api, but my question is ...
In this case, how would the API that I created within Bonita (form) be used, this external API is to obtain read-only information.

Someone knows something about it?

Regards,

Victor

How to change search filters on the portal of the "task" tab

Hi

The "filters" box on the "Tasks" tab searches the tasks only for "Task Name". Is there any way I can configure this filter to perform searches using other search keys? For example, from searches using "Process Name", "Name of the User that started the Task", among others. Explain in detail, I do not have much knowledge in this area. Is there any tutorial ready for this?

If I create a REST API extension can I change this filter search functionality? Explain how I can do this.

Thank you very much, any information can be helpful.

Engine API or REST API?

Hello.

I'm new in development with Bonita BPM. I'm creating a test app using Spring Boot and I want to connect it to Bonita BPM.
My cuestion is if the Engine API has the same methods as the REST API. If this it's true, I can use the Engine API in the code in a simplier and faster way than using the REST API.

How to create rest api for community version

Hello,
I want to create my custom rest api for community version but i couldn't find any information about it. All i can find precompiled zip files or how to documentation for subscribe editions. I extracted and changed example zip file then zipped again but i can't add as resource, i get zip file structure error.

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.

How to Update a particular row in BDM

Hi
I have a Simple Process where Users can modify their information like first name , Last name and Mobile number.
For this, I have created a Table and Populated the table with users data.
Now in my process , I use a REST API to pull Data from the Table and display in the Form to the user.

Notifications