API

How to include headers in BonitaSoft UI Designer for consuming an external API?

Hello everyone! I'm currently using BonitaSoft UI Designer 2022 and I need to consume an external APIthat requires specific headers for autorisation. Could someone please guide me on how to include these headers in BonitaSoft External Api Variable, so that the external API functions properly? Any examples or assistance would be greatly appreciated. Thank you in advance!

How to update BDM row through API Rest?

I need to update a business object of an ongoing case outside of it, for example the user inputs a contract, which is saved in the bdm, then for an unknown reason this needs to be updated, I don't want to have an extra task, I need to update the bdm via API Rest, I can get the model name and persistence id, but can't find a way to update it.

Is there a way to do it? If so, could you give me a hand with this?

Thanks

Mettre à jour une page avec l'API REST

Bonjour,

Je développe un script Powershell pour mettre à jour une application et des workflows Bonita en utilisant l'api rest.
Si une page existe déjà je voudrais pouvoir la mettre à jour mais pour ça il me faut son id or il semble que je ne puisse pas rechercher une page à partir de son nom.

Comment faire ?

Cordialement,

Christian

How can we upload a document to NextCloud CMIS?

Hello,

Currently, I'm using Bonita Community 2022.1 and NextCloud 17.0.6.

My company's expected is define an user task form can upload multi files into NextCloud.

How to get a group, searching by incomplete group name?

Bonita: 7.1

groupList = [

{"Europe_england_york"},

{"Europe_germany"},

{"Europe"}

]

I use the following API:

../API/identity/group?s=york

result = []

I want:

result = "Europe_england_york".

It only returns what I want if I search "Europe_e".

thanks in advance.

Implement Bonita into Java EE Application

Hello,

I am very new to Bonita.

I am trying to implement a Bonita process into a Java EE Application and deploy it to the Bonita Wildfly.

I have found the simple Example that connects to the running Bonita instance but when I deploy it as an ear file to my wildfly instance nothing happens. I cant see any output logs. Thats why I am curious if my Program is even running.

import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;

How can I do to accept POST and GET method in my API.

Hi everyone,
Im building an API but I have a problem, how can i do to accept POST and GET method.

I added in page.properties but its does not works.

signApi.method=POST,GET

send multiple messages Via APi ?

How we can send multiple messages via the APi?

with send message task, there is no connector to add API ?

Problem with REST API Extension after restarting Bonita in the server

Hi, I have some REST API Extension and they work as well as.

But all of them doesn't work after I restarting Bonita! because of that, I have to upload them again!

What is the cause of this problem? Is there any way to fix it?

I'm using Bonita community version 7.8

Thanks

REST api connector usage

Hello!

I came here to ask about how to use the REST api connector in Bonita 7.10. I was looking through the contributions to see a project that uses it as a connector, however, I couldn't find any. I tried the community projects, such as the official vacation management project and the procurement one.

If you guys happen to know any project or a tutorial that teaches how to use it, I would appreciate it.

Thank you.

Notifications