Java

How to Avoid Impl Abstract class in custom connector , as like standard connector's source code

hello , i m using Bonita community 6.3.1 i downloaded email connector from github to just examine code . i found that there is no abstract class there ,there is direct : Connector abstract class

i want to create connector same like that so i just create one connector which take 3 input and print it . when i run this ,ti done but nothing print . pl help what i done wrong .

here is connector code

How to display table on conformation task page .

i m using bonitasoft community 6.3 on confromation i just downloaded defauly html generated. and add table on it , but now i want to display some process variable's data into that table . how can i get this process variable data from that html

pl pl specify need code .

how can i refactor this code .

Get the url of the current task when entering

I want to integrate a task with payment service (paypal) and need to get the url of the task when entering, and then set the service callback reference it to this url. Son when the payment is done, redirect to the webform. Is it possible??

File Generator Connector

hello , I create one custom connector for generate PDFs file after task completed . for initial test i dnt take any input for this when i execute process connector not executed pro pare it goes to failed stage . how can i recover and how can i show error .

Pl see following detail :

Install issue

Installing Bonita BPM ver 6.2.5 on MAC OSX v 10.9.2. It calls for Java Runtime environment JRE 1.6 or above. I just ran "java -version" in terminal and I have Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609) but I can not get past this part of the install.

Bonita Web Forms advanced

Hi,

I am newbie with Bonita BPM so maybe I am missing something.

I am trying to build a form that contains a filter area (Customer Search). Once you search with the filter area then load a table with the results (Customer results).

So once a row is selected I would like to do a database query and persist the data in a Java Object. Then show additional fields with the data of the java object (Customer details).

Use java object

Hi all,

I'm trying to set member of a Java Object like this

---

package pro.bonita;

import java.io.Serializable;

public class OpSum implements Serializable {

private static final long serialVersionUID = -7285183091396405846L;

private int a;

private int b;

public int getA() {

return a;

}

public void setA(int a) {

this.a = a;

}

public int getB() {

return b;

}

public void setB(int b) {

Accessing The Bonita Execution Engine

How can you access BEE 5.8 using Java?

I mean loging to a remote server like http://server-ip:8080/bonita using credentials like username: admin, password:bpm and then use all the APIs available.

Is it possible to use Bonita BPM with something else than Java?

I am very interested in using Bonita BPM for my project, however, I am not a Java developper, and I would like to use the development language I am used too.

What are the different way to develop with Bonita BPM?

Notifications