#conector

Bonita Conector using Spring Boot

Hi,

I'm trying to create a Bonita Conector (using Bonita connector archetype) but I can't use the @Value from Spring Boot (returns null).

The implementation that I'm using is:

Conector.properties:

bpm.url=${BPM_URL:http://docker.localhost}

Class:

@Value("${bpm.url}"
private String url;

pom.xml:

Como iniciar varios procesos a partir de una lista de datos

I have a process that run fine using a Initiator that fills a phoneNumber and starts the process, but how can I start several of this process depending in the result os a REST GET, with a list of phoneNumbers? I try with iteration combined with connector, but I fund the correct way to make it work.

How start several process depending in the result of a connector REST-GET

I have a process that run fine using a Initiator that fills a phoneNumber and starts the process, but how can I start several of this process depending in the result os a REST GET, with a list of phoneNumbers? I try with iteration combined with connector, but I fund the correct way to make it work.

Insert user in H2 by UI Designer

I need to create a user registration system in BonitaSoft, I know that it is possible to add Organisations and user in the studio organization manager of BonitaSoft Studio, however I need to be added in H2 by the UI Designer interface, how can I do this? I dont know how to configure a connector to add data in H2, is there any configuration pattern? Any hint will be welcome, I have never worked directly with H2 only with BDM for this reason I do not know how to configure a connector to access the H2

[AYUDA] como usar "db-stored-procedure-1.0.jar"

Saludos,

Acabo de descargar el archivo "db-stored-procedure-1.0.jar" de
http://community.bonitasoft.com/project/stored-procedure

Soy nuevo en esto y no se como usarlo, por favor alguien me podría indicar como vincular dicho conector a bonita y como usarlo en mis procesos para llamar un procedimiento almacenado (ojala unas indicaciones para dummies)..

Agradezco enormemente la ayuda.

Notifications