Examples / Contributions

edouard.lafon's picture
edouard.lafon
Category: 

It can show the task list of your system process .The version is for windows .

Releases for TaskManager

Total downloads: 542
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Dec-29 Download
542 downloads
Release note
Olivier Delcroix's picture
Olivier Delcroix
Category: 

Liferay Connector Retrieve all users in a Liferay User Group through WebService (tested with liferay 6.0.4) Needs Liferay client jars and dependencies (provided by liferay [url=http://sourceforge.net/project/lportal/files/Liferay%20Portal/6.0.4/life...) : activation.jar axis.jar commons-discovery.jar commons-logging.jar jaxrpc.jar mail.jar portal-client.jar saaj-api.jar saaj-impl.jar wsdl4j.jar

Enjoy !

Releases for Liferay - Get Users in User Group

Total downloads: 1 042
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2010-Aug-18 Download
519 downloads
Release note
1.0 5.x 2010-Aug-03 Download
523 downloads
Release note
aurelien.pupier's picture
aurelien.pupier
Category: 

Create a Blob Container on WIndows Azure.

commons-collections dom4j htttp-client-4 httpcore-4 httpcore-nio-4 httpmime-4 jaxen-1.1

org.soyatec.windows.azure.java

see here for dependencies: http://www.windowsazure4j.org/learn/setup/

Releases for Azure - Create a Blob Container

Total downloads: 1 035
Version BonitaBPM Version Post date Download Link to content
2.0 5.x 2010-Sep-28 Download
540 downloads
Release note
1.0 5.x 2010-Sep-10 Download
495 downloads
Release note
Anonymous's picture
Anonymous
Category: 

[b]UPDATE: Kayak.com is no longer providing the API required for retrieving travel information from their site. Consequently, our Kayak.com connectors are unable to collect available flight and hotel information.[/b]

Releases for Kayak.com - Retrieve hotels

Total downloads: 592
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2011-Jan-04 Download
592 downloads
Release note
julien.nicoulaud's picture
julien.nicoulaud
Category: 

Encode an input text as a QR code.

Here is how to use the output BitMatrix object: com.google.zxing.client.j2se.MatrixToImageWriter.writeToFile(matrix,"PNG",new File("some/path.png")); // Write to a file com.google.zxing.client.j2se.MatrixToImageWriter.writeToStream(matrix, "PNG", outputStream); // Write to a stream java.awt.BufferedImage image = com.google.zxing.client.j2se.MatrixToImageWriter.toBufferedImage(matrix); // Get a BufferedImage

Sources at http://github.com/nicoulaj/bonita-qrcode-connector

Releases for Generate a QR code

Total downloads: 575
Version BonitaBPM Version Post date Download Link to content
0.1 5.x 2010-Dec-20 Download
575 downloads
Release note
pigbar's picture
pigbar
Category: 

It is a simple connector to get the User (com.liferay.portal.model.User) of Liferay 5.2.3 using the API. It is intended to be used on processes running over Liferay 5.2.3.

Dependencies: Just a couple of Liferay 5.2.3 libraries: portal-kernel.jar portal-service.jar

Releases for Liferay User Model

Total downloads: 522
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Aug-18 Download
522 downloads
Release note
pigbar's picture
pigbar
Category: 

This is a Connector to get a Property as a String from a Liferay User. It uses the implementations for the IGetterPropertie interface and allow dynamically set new implementations by the resource file.

Dependencies: entityGetterPropertie.jar

Releases for Liferay User Properties Str Getter

Total downloads: 511
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2010-Aug-23 Download
511 downloads
Release note
edouard.lafon's picture
edouard.lafon
Category: 

bug workflow

Releases for Bug workflow

Total downloads: 538
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Mar-29 Download
538 downloads
Release note
Olivier Delcroix's picture
Olivier Delcroix
Category: 

Liferay Connector Retrieve all users with a given Role through WebService (tested with liferay 6.0.4) Needs Liferay client jars and dependencies (provided by liferay [url=http://sourceforge.net/project/lportal/files/Liferay%20Portal/6.0.4/life...) : activation.jar axis.jar commons-discovery.jar commons-logging.jar jaxrpc.jar mail.jar portal-client.jar saaj-api.jar saaj-impl.jar wsdl4j.jar

Enjoy !

Releases for Liferay - Get Users by Role

Total downloads: 993
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2010-Aug-18 Download
490 downloads
Release note
1.0 5.x 2010-Aug-18 Download
503 downloads
Release note
hadi.elkhoury's picture
hadi.elkhoury
Category: 

How do we forecast relationships between BPM (Business Process Modeling) and Information Security visual thinking at Sekimia?

The MindsetPimp proof of concept code was designed for the Pimp my Bonita Open Source BPM Community Contest :

pigbar's picture
pigbar
Category: 

This is a connector for getting a List from a Odata service provider. It depends on odata4j-0.5-clientbundle.jar library. As you can see it is for 0.5 Odata4J Version.

Just give a url for the service, for example http://odata.netflix.com/v2/Catalog/, and indicate a subPath for the query, for example Languages, and you will get a List, actually an ArrayList, of OEntity objects to work wtih.

Enjoy

Releases for Simple odata4j Cosumer

Total downloads: 848
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2013-Feb-19 Download
848 downloads
Release note
Anonymous's picture
Anonymous
Category: 

Enable you to see all archived / unarchvied cases of your differents processes. For the moment, it shows you a big table with different cases but it could be optimized with different ideas : * Use JQuery libraries such as DataTable (http://www.datatables.net/) to enable filters and searching for texts. * Do not simply show variables values in a table cell * Any other ideas are welcome :)

t00f

Anonymous's picture
Anonymous
Category: 

tt

Anonymous's picture
Anonymous
Category: 

Improved version of the Google Calendar connectors containing: - retrieve event details by search String.

This connector depends of all the Google Calendar connectors libraries.

Releases for Vanessa Berenguer

Total downloads: 637
Version BonitaBPM Version Post date Download Link to content
5.6.2 5.x 2012-Nov-29 Download
637 downloads
Release note
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

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 connector about commands of shutdown computer.

yanan.li's picture
yanan.li
Category: 

It is a simple process about shopping flow.

yuanbin.teng's picture
yuanbin.teng
Category: 

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

Releases for GetOneCellFromExcle

Total downloads: 531
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Mar-16 Download
531 downloads
Release note
edouard.lafon's picture
edouard.lafon
Category: 

ok

qixiang.zhang's picture
qixiang.zhang
Category: 

This is a connector which use des coder encrypt you java file. dependencies: you need two java files,one is Coder.java and another one is DESCoder.java and I had zip them in the coder.jar.

Releases for Use DES Coder Encrypt JAVA File

Total downloads: 567
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Mar-04 Download
567 downloads
Release note
Ruiheng.Fan's picture
Ruiheng.Fan
Category: 

Convert a file with ASCII encoding to a new Native characters file.

Releases for ASCII2NATIVE

Total downloads: 533
Version BonitaBPM Version Post date Download Link to content
1.0.0 5.x 2011-Mar-02 Download
533 downloads
Release note
Ruiheng.Fan's picture
Ruiheng.Fan
Category: 

Convert a file with native characters to a file with ascii encoding.

Releases for NATIVE2ACSII

Total downloads: 496
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Mar-01 Download
496 downloads
Release note
Anonymous's picture
Anonymous
Category: 

[b]UPDATE: Kayak.com is no longer providing the API required for retrieving travel information from their site. Consequently, our Kayak.com connectors are unable to collect available flight and hotel information.[/b]

Releases for Kayak.com - Retrieve flights

Total downloads: 647
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2011-Jan-04 Download
647 downloads
Release note
dong.zhang's picture
dong.zhang
Category: 

this is a the lib jar required for Sina miniblog connector.

edouard.lafon's picture
edouard.lafon
Category: 

Product Maintenance workflow

yuanbin.teng's picture
yuanbin.teng
Category: 

CurrencyConvertor connector provide A variety of currency exchange rate calculation. When inputing fromCurrency and toCurrency, you would get the rate.

Releases for CurrencyConvertor

Total downloads: 529
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Dec-24 Download
529 downloads
Release note
aurelien.pupier's picture
aurelien.pupier
Category: 

Several processes to interact with Windows Azure Storage.

dependencies are included in the zip

Releases for Windows Azure Storage interactions

Total downloads: 495
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Dec-13 Download
495 downloads
Release note
matthieu.chaffotte's picture
matthieu.chaffotte
Category: 

Would you like to know what the weather is like in the other side of the world?

If yes, you can try this process which shows you how to use: - web service connector, - groovy scripts using web service responses - and error events.

Note: As this process queries a remote web service server it can take a while!

elias.ricken's picture
elias.ricken
Category: 

Set of processes which illustrate the administrative steps to be followed by a foreign employee (outside the European Union) on arrival in France.

Included:

  • send the convocation letter (by the Office Français de l'Immigration et de l'Intégration, OFII)
  • request exemption from signing the Contract of Reception and Integration (by the employee)
  • verify the request of exemption from signing the Contract of Reception and Integration (by the OFII)
  • receive the new foreign employee at the OFII on the convocation date (by the OFII)

Releases for Reception by the OFII

Total downloads: 518
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Dec-06 Download
518 downloads
Release note
cuicui.liu's picture
cuicui.liu
Category: 

The connector is used to translate english to chinese

cuicui.liu's picture
cuicui.liu
Category: 

The connecor is used to transtion English to chenese

yuanbin.teng's picture
yuanbin.teng
Category: 

a process for give a new post

Releases for new post

Total downloads: 512
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Nov-29 Download
512 downloads
Release note
yuanbin.teng's picture
yuanbin.teng
Category: 

connect LaShou web

Releases for LaShou deal

Total downloads: 542
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Nov-29 Download
542 downloads
Release note
dong.zhang's picture
dong.zhang
Category: 

Nuomi (www.nuomi.com) is one of most successful T2B (team to business) company in China. This connector tries to get latest deal of your city from Nuomi.

Releases for Nuomi Deal

Total downloads: 480
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Nov-29 Download
480 downloads
Release note
bouquetf's picture
bouquetf
Category: 

Start the build of a job on a hudson instance by invoking its remote API.This connector needs the apache http client library (http://hc.apache.org/)

Releases for Lauch a hudson job

Total downloads: 512
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Nov-14 Download
512 downloads
Release note
bouquetf's picture
bouquetf
Category: 

Get the config file for an existing job on a hudson instance by invoking its remote API.This connector needs the apache http client library (http://hc.apache.org/)

Releases for Get the config file for an existing hudson job

Total downloads: 490
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Nov-14 Download
490 downloads
Release note
bouquetf's picture
bouquetf
Category: 

Delete a job on a hudson instance by invoking its remote API.This connector needs the apache http client library (http://hc.apache.org/)

Releases for Delete a Hudson job

Total downloads: 493
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Nov-14 Download
493 downloads
Release note
bouquetf's picture
bouquetf
Category: 

Disable a job on a hudson instance by invoking its remote API.This connector needs the apache http client library (http://hc.apache.org/)

Releases for Disable a Hudson job

Total downloads: 494
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Nov-14 Download
494 downloads
Release note
bouquetf's picture
bouquetf
Category: 

Copy a job on a hudson instance by invoking its remote API. This connector needs the apache http client library (http://hc.apache.org/)

Releases for Copy a hudson job

Total downloads: 490
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2010-Nov-14 Download
490 downloads
Release note
Notifications