select widget

¿Se puede cargar en un único script de Groovy (o conector de Base de Datos) varias consultas y almacenar los resultados y diferentes variables del proceso?¿Cómo?

!Hola buenas a toda la comunidad de Bonita! Estoy empezando con Bonita 7.2, y cualquier ayuda sera agradecida.
El problema que tengo es el siguiente, necesito inicializar varios(20) Select Item desde base de datos, actualmente tengo como diez conectores de BD, uno por cada Select Item, pero supongo que habrá alguna manera de usar un único conector de base de datos y desde este utilizando Groovy Script devolver cada una de las consultas en una variable diferente.

Can I load in a unique Groovy Scrip (or DB Connector) many queries form data base and save this data in many processes variables? How?

Hello to the hole Bonita community, I’m new in Bonita 7.2, any help will be appreciated.
The problem is that I have too many Data Base connectors, and I think should exist a different way of doing this in an optimal way, with only one connector executing multiples queries.

Trubles with select widget

Hello everybody,

I'm trying to use the select widget but without success so far. I initialized it as followed:
Available values: [{"v":0,"l":"A"},{"v":1,"l":"B"},{"v":2,"l":"C"}]
Displayed key: l
Returned key: v

The options are there, but if I try to select one, I get something like infinite loop with errors:

select widget with OptionList process variable

Hello,

I want to display a OptionList text variable in a Select widget. It seems to be quite simple but I have a couple of questions. I found an example here but with a JSON object instead of an Option list variable.

Next things I did in Studio 7.1.5 community.

1) Create a Option list variable (process variable) with a list of text options. called: "cars". ie.

Alfa
Renault
Mercedez

2) In a Form UI 7.1.5, I create a link to a process variable called "CarList:

../API/bpm/activityVariable/{{taskId}}/cars

Unable to set custom widgets properties

I have to create a custom widget in which a property have to be set.
Here is the HTML :

<select ng-model="val" ng-change="ctrl.updateValues()">
    <option ng-repeat="val in availableValues" >{{val}}</option>
</select>

And the controller code :

LLenar un widget select en el UIDesigner desde base de datos sql

Que tal estimados, estoy tratando de llenar un select dentro del UIDesigner mediante base de datos SQL, ¿alguien tiene idea de como hacerlo?, les comento que hice una business variable donde el valor default es una lista proveniente de la consulta del SQL, mas no se como relacionar esa variable dentro del UIDesigner y no se si sea la forma correcta de hacerlo, cualquier apoyo es bueno!

  • Estoy en la versión 7 de bonitasoft
  • Java versión 8.
  • Windows 7

Gracias y Saludos

How to develop a widget type select with the name Select1 passing variable to Select2 in form? (drill down, dependence between widget)

Group; I'm using BonitaSoft Community version 6.5.2 ;

I have the following challenge:

Make a Select type widget with the name bd_mnt_niveis1 be criteria to display values ​​in the widget name bd_mnt_niveis2 (Type a drill down or dependent list) and so then to bd_mnt_niveis3 as below:

image I have the variables in the Pool:

Data type: Objeto Java Class: java.util.List Is multiple

Form select widget value

Bonita BPM Community Edition Version : 6.3.1

Hello,

Is it possible to set another value than the value which is showed in the select widget. like:

<option value="Bar">Bar</option>

becomes:

Temporary updatable variables in pageflow

Hi.

I'm running Bonita Studio 6.3.2 Performance

I've put some transient vars in my start pageflow (ie. not of a human task).

Transient var

I update them using a Groovy script called when a field gets updated (ie. contingency)

Notifications