Script

Problemas al mostrar un Widget personalizado con una tabla, no muestra valores

Hola a todos,
Soy nuevo en Bonita 7.2, y estoy topando con problemas para mostrar los valores obtenidos en un Widget de tabla personalizada desde base de datos MySql, cualquier ayuda será agradecida.

I can't populate or display data from My Sql DB in a Custom Widget Table(JSON)

Hi all

I am a newbie at Bonita 7.2, struggling with displaying values, retrieved from a My SQL DB, in a custom table Widget. I need a little help, please.

Extraer y procesar contenido de un PDF

Buenos días,

Tengo varios días investigando y desarrollando algún script que me permita extraer información de un pdf cargado por el usuario el cual almaceno en una variable "Document" desde Bonita BPM, mapeando un contrato con dicha variable, sin embargo, no he logrado acceder al contenido de dicho documento, puesto que necesito validar la información del mismo para tomar decisiones.

¿Alguien ha logrado hacer esto?

Gracias de antemano,
Isaac Herrera.

postgresql bonitasql connection

I've moved on - using postgres, stock, in a new, clean 7.2.2 studio

script looks like this:

import groovy.sql.Sql;

def result=[];


Sql sql = BonitaSql.newInstance("jdbc:postgres://172.17.0.2:5432/HFDataProd", "bonita_db_user", "bpm", new org.postgresql.Driver());

....

Trying to do this as simply and straightforward, stock, out-of-the-box as possible.

Problem is:

BONITA 7: Start a process instance from script

Hello, In Bonita 7 I'm trying to create a new instance of a process from a script but I can not. My process (process1) has a service task in which I add a script to launch a new process called "process2" version "1.0". Examples of Bonita's documentation not have all the code and sometimes lack me how to get the current session, other times to get the current users ... please does anyone have a complete example or can help me?

Thank you. Regards,

Task Connector can't reach a variable in Task Data in Service Task

I have several Service Tasks with a variable in Data (called valores, it's a map) and two Oracle Connectors that uses that variable. Sometimes I get this error:

How to calculate a duration between two time variable & display the result in the same form?

Hi all,

I am currently creating daily movement in office workflow using Bonita BPM Community version. The idea is to track how many hours were spent by an employee during their outside job.

My plan for the first form is to create 3 widget to calculate total expected time;

  1. Time to leave the office
  2. Expected time to be back
  3. Total expected time

METHOD 1

ttoine's picture
ttoine
Category: 

A simple process that display system information about the server where is installed Bonita Engine.

Notifications