Examples / Contributions

pigbar's picture
pigbar
Category: 

It is a Connector for making calls from BOS to Drools-Server. It uses State-Less sessions.

This connectors depends on drools-core.5.2.0.final.jar

edouard.lafon's picture
edouard.lafon
Category: 

When using an "https" URL, CXF will, by default, use the certs and keystores that are part of the JDK. For many HTTPs applications, that is enough and no configuration is necessary. However, when using custom client certificates or self signed server certificates or similar, you may need to specifically configure in the trust managers and such to establish the SSL connection.

philippe.ozil's picture
philippe.ozil
Category: 

Here are some examples of processes that illustrate error management either with the use of BPMN errors and with Java exceptions.

You may read the related blog article here: www.bonitasoft.org/blog/tutorial/error-management-with-bos

chong.zhao's picture
chong.zhao
Category: 

Just a simple demo to handle image processing.

Anonymous's picture
Anonymous
Category: 

Hi,

How to save data in grid to a variable ? example : i have a grid that contain a name in each row (filled bu user) and i want to save these names in a variable , how to do it ?

Thanks in advance

nirina olivier's picture
nirina olivier
Category: 

Get properties in a file located on the system or in classpath. Note : If you use chose a search mode as "In ClassPath", you must put your property file in a classpath.

cuicui.liu's picture
cuicui.liu
Category: 

you can query if user is in group using this connector, it dependence on ldap.jar

Anonymous's picture
Anonymous
Category: 

This showcase demonstrates a little example of two interacting processes in a business collaboration. In this collaboration, there are two partners: A customer and a supplier. The customer creates an order and sends it to the supplier. Then it waits for the supplier’s response. If a response is received rejecting the order, the process is finished. If the order has been accepted, the process waits for a shipment notification.

Anonymous's picture
Anonymous
Category: 

Database connector using JDBC driver for Progress ABL, supports select/update statements in a generic manner and has two output parameters:

edouard.lafon's picture
edouard.lafon
Category: 

Process created to delete the cases which has launched by the user who launch the process. Works with the 5.4.2 release of Bonita.

edouard.lafon's picture
edouard.lafon
Category: 

This is a basic Android application that leverage the HTTP port of Bonita API (bonita-server-rest) to display a TODO-list in a basic Android view. It is just a draft, a proof-of-concept presented during a presentation at LyonJUG.

I share this application (as an Eclipse Android project) in order to give a first start to the community member who would like to work on Bonita and Android. It is far from being good, a lot of things can be improved. As I said, it is just a POC and it is up to you to improve it ;)

Ruiheng.Fan's picture
Ruiheng.Fan
Category: 

Taobao is the largest online mall in China , same as eBay. The trades there are based on integrity and it devoted itself to become the safest and most convenient e-trade platform. The main part it runs goes in mobile phones,software,digital equipment,made-ups,clothes,furniture,books,food and so on . The things there are with lower price and better quality. People can sell things they don't need

philippe.ozil's picture
philippe.ozil
Category: 

This connector will get the next tasks actors and provide a Set of unique user names in return. It will only look for the next human tasks linked to the current task (at a distance of 1 transition, not more).

qixiang.zhang's picture
qixiang.zhang
Category: 

Steps: 1.You should login in the UserXP with "admin" then start a case about it. 2.You should login in the UserXP with "jack", "jack" role is a team leader , you can "approve" or "reject" this case. if you approved .then go to third step. if not go to first step. 3.You should login in the UserXP with "james", "james" role is a deptment manager, you can "approve" or "reject" this case. if you approved then send to a message to sub process that sub process start to with four step. if not go to first step.

yanyan.liu's picture
yanyan.liu
Category: 

This is a process about small test. Steps: When login, studentName should be "jack" or "james" You can have a test only when login succeeded. And notice the test time limitation. After you finish your test, there will be a score shown. And you can choose to try again.

haojie.yuan's picture
haojie.yuan
Category: 

This is a process about Maintenance Management Process.

There are two pools , one is for Customer , the other is for Service.

For Customer, the customer need fill up the Maintenance Form , then commit it to Service.

wenjie.liu's picture
wenjie.liu
Category: 

it can be use to download picture on website and save the picture to local disk with path and name you have set. make sure the local path likes "c:\a.jpg".

dong.zhang's picture
dong.zhang
Category: 

SCPPut connector copies a local file to a remote SSH server. It depends on the jsch-0.1.44.jar.

wenjie.liu's picture
wenjie.liu
Category: 

it used a select flight ticket process to show how to use functions in "Set Values" of "Table" widget.

yuanbin.teng's picture
yuanbin.teng
Category: 

use this connector, you can connect a execel to print

ridvan's picture
ridvan
Category: 

Resolves the users of AD groups with SUBTREE_SCOPE.

yuanbin.teng's picture
yuanbin.teng
Category: 

this process is about Maintenance_services

edouard.lafon's picture
edouard.lafon
Category: 

How do i connect the Bonitasoft tool with the Tesseract

yanan.li's picture
yanan.li
Category: 

It is a simple flow about shopping.It has the categories and the Corresponding commodity list.

yanan.li's picture
yanan.li
Category: 

It is a connector about shutdown the PC.It contains 7 commands about closing computer.

andrewt's picture
andrewt
Category: 

The Active Directory Member Resolver is based on the code of the original "Active Directory Group Resolver" except it resolves each group member's 'saMAccountName' attribute individually via their DN. This overcomes the limitation whereby all of the 'person' entries had to exist within a given location to be resolved.

yanan.li's picture
yanan.li
Category: 

It is a simple process about shopping flow.

yanan.li's picture
yanan.li
Category: 

It is a connector about commands of shutdown computer.

thiagoalz's picture
thiagoalz
Category: 

A process to manage default and custom Rules on Bonita Open Solution.

This process allow you to manage your global policy and processes rights. You will be able to define which users, roles or groups may or may not execute certain rules on each process.

Please send your suggestions and report problems. Be free to colaborate. Source at: https://github.com/thiagoalz/Bonita-Rules-Management

yanyan.liu's picture
yanyan.liu
Category: 

This connector allows you to compare two files to check whether they have the same content or not.

Two input parameters: 1. the absolute path for the firstFile 2. the absolute path for the secondFile

One output: 1.isSame, to show whether the two files are same or not.

dong.zhang's picture
dong.zhang
Category: 

Some community posters requests this features defined in BPMN2. Even though the BOS hasnot directly supported it, it is still possible to archive this function by BOS. Here is the example.

Note: please import both processes into your BOS Studio. Run MyProcess5 first.

Anonymous's picture
Anonymous
Category: 

IdentityService implementation for Bonita that is aware of LDAP user and group information.

edouard.lafon's picture
edouard.lafon
Category: 

bug workflow

Ruiheng.Fan's picture
Ruiheng.Fan
Category: 

Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns provider. Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Please refer to http://activemq.apache.org/ for more information about ActiveMQ.

This connector is built to publish a message to an ActiveMQ server. Server URL , topic name, topic control Name are needed.

yuanbin.teng's picture
yuanbin.teng
Category: 

this process is borrowing book in department. admin could add book,and others could borrow books

yuanbin.teng's picture
yuanbin.teng
Category: 

get one row or column from Excle

yuanbin.teng's picture
yuanbin.teng
Category: 

get table from excle

yuanbin.teng's picture
yuanbin.teng
Category: 

get the one cell from Excel by (x,y)

yuanbin.teng's picture
yuanbin.teng
Category: 

Hi you can use this connector to connect Excel of MS and automatic generation table

edouard.lafon's picture
edouard.lafon
Category: 

ok

Notifications