Examples / Contributions

robintan's picture
robintan
Category: 

add js in form field and make the form more rich

Releases for javascript test

Total downloads: 878
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2013-Mar-28 Download
878 downloads
Release note
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: 845
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2013-Feb-19 Download
845 downloads
Release note
ttoine's picture
ttoine
Category: 

Just to see the different step to registrer an extension.

Releases for This is a trial

Total downloads: 717
Version BonitaBPM Version Post date Download Link to content
0.1 test 5.x 2013-Mar-06 Download
717 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

robintan's picture
robintan
Category: 

this process let you select users by group. First you could select group and it list the users of that group,and you can select users you want. At the end,the process return an list of user names. You can call this as sub process.

Releases for select users

Total downloads: 898
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Dec-27 Download
898 downloads
Release note
robintan's picture
robintan
Category: 

Demo using Multipleinstances and mysql connector and using table control. Manager invite some peoples to evaluate an department,they fill the forms,and return to manger.

Releases for MultiInstance Demo and other stuff

Total downloads: 836
Version BonitaBPM Version Post date Download Link to content
1 5.x 2012-Dec-20 Download
836 downloads
Release note
Anonymous's picture
Anonymous
Category: 

tt

ascharao's picture
ascharao
Category: 

This connector adds a list of users and their memberships (groups and roles) on Bonita database using IdentityAPI. Non-existant users/groups/roles are created. Tested with BOS 5.7.2. How to use it: see comments below.

Releases for Batch user creator

Total downloads: 667
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Aug-31 Download
667 downloads
Release note
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: 634
Version BonitaBPM Version Post date Download Link to content
5.6.2 5.x 2012-Nov-29 Download
634 downloads
Release note
roelveldhuizen's picture
roelveldhuizen
Category: 

Simple connector to save an attachement to the file system.

Releases for AttachmentToFileSystem

Total downloads: 811
Version BonitaBPM Version Post date Download Link to content
0.1 5.x 2012-Oct-16 Download
811 downloads
Release note
roelveldhuizen's picture
roelveldhuizen
Category: 

A connector to work with the Pushover service (pushover.net), to create notifications for mobile phones.

Releases for Pushover

Total downloads: 1 240
Version BonitaBPM Version Post date Download Link to content
0.2 5.x 2012-Oct-30 Download
622 downloads
Release note
1 5.x 2012-Aug-21 Download
618 downloads
Release note
aCordier's picture
aCordier
Category: 

This connector uses Rest FB to create an event on your facebook page and invite all your friends to the created event.

Dependencie : RestFB 1.6.9 Release

Note : Connector is made to run with a long life Access Token, being depracated by facebook. RestFB 1.6.10 should allow automatic extension of the token. Update to come ...

Releases for Facebook publish event and invite

Total downloads: 745
Version BonitaBPM Version Post date Download Link to content
0.1 5.x 2012-Jul-22 Download
745 downloads
Release note
smartgeek's picture
smartgeek
Category: 

Basic example of a process that passes the information contained in an editable grid from one form to another form. Example related to cash advance for purchasing some office materials. Created using v5.6.3 http://www.bonitasoft.org/forum/viewtopic.php?id=9120

Releases for Basic Editable Grid table in a form

Total downloads: 904
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Jul-31 Download
904 downloads
Release note
antoine.mottier's picture
antoine.mottier
Category: 

This process use the "Web Service Client" Bonita connector in order to get the current weather of a city using the ZIP code.

Releases for Weather Web Service

Total downloads: 884
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Jul-02 Download
884 downloads
Release note
Anonymous's picture
Anonymous
Category: 

Manage alert with escalation 1 - Start report event 2 - On report error send email to group 1 3 - Group 1 need to response in X time 4 - If group 1 not response in the X time, send email to group 2

Releases for Manage process with escalation email alert

Total downloads: 860
Version BonitaBPM Version Post date Download Link to content
2.0 5.x 2012-Jun-07 Download
860 downloads
Release note
pigbar's picture
pigbar
Category: 

This is a connector for using the Kannel SMS API. Set your server, port, message, receivers numbers, sender number, user name and password for your SMS Service and send SMS from your process.

this connector depends on the kannel.api-1.0.2.jar Use this link for download http://sourceforge.net/project/kanneljavaapi/

Releases for Kannel SMS Connector

Total downloads: 799
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Jun-03 Download
799 downloads
Release note
pigbar's picture
pigbar
Category: 

A Connector to convert from a List to a JSON String, using the json-lib library.

JSON-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans.

Json-lib comes in two flavors, depending on the jdk compatibility. json-lib-x.x-jdk13 is compatible with JDK 1.3.1 and upwards. json-lib-x.x-jdk15 is compatible with JDK 1.5, includes support for Enums in JSONArray and JSONObject.

Releases for ListToJson Connector

Total downloads: 693
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Jun-02 Download
693 downloads
Release note
pigbar's picture
pigbar
Category: 

A simple connector to get a QRCode image (Quick Response code) from a Text Message.

It connector depends QRGen and Zebra Crossing (ZXing) libraries. Files: qrgen-1.0.jar zxing-core-1.7.jar (346 KB) zxing-javase-1.7.jar (21 KB)

Use this link to get the filesand read more... http://viralpatel.net/blogs/2012/01/create-qr-codes-java-servlet-qr-code...

Releases for TextToQRCode Connector

Total downloads: 709
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Jun-02 Download
709 downloads
Release note
yhon.acurio's picture
yhon.acurio
Category: 

With this connector, you can make calls to Monster Webservices. I hope you could customize it as your needs.

Documentation about WS: http://doc.monster.com/real-time-posting

Releases for Monster connector

Total downloads: 702
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Jul-03 Download
702 downloads
Release note
haris.subasic's picture
haris.subasic
Category: 

Improved version of the Google Calendar connectors containing: - create event (with a returned edit link) - create widget with web content - retrieve event details by edit link - retrieve list of events by date range - delete events by search string - delete event by edit link - update event by edit link

Following jars are required: gdata-calendar-2.0.jar gdata-calendar-meta-2.0.jar gdata-client-1.0.jar gdata-client-meta-1.0.jar gdata-core-1.0.jar google-collect-1.0-rc1.jar sample-util.jar

Releases for Google Calendar connectors - improved

Total downloads: 694
Version BonitaBPM Version Post date Download Link to content
5.6.2 5.x 2012-May-16 Download
694 downloads
Release note
Anonymous's picture
Anonymous
Category: 

Process example which illustrate the integration of the 'jsTree' javascript librairie into an application form.

Video tutorial : http://bonita-jstree-integration.sebprunier.cloudbees.net/

Releases for JsTree integration

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

This example illustrates how to call a java method (which is available in an external JAR) from a process designed with Bonita Studio.

Releases for External Java Call with Groovy Script Connector

Total downloads: 734
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Mar-27 Download
734 downloads
Release note
bouquetf's picture
bouquetf
Category: 

This process shows how to get the available values from a database using a groovy script.

Releases for Pupulate a select box from database using groovy

Total downloads: 1 564
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2012-Mar-23 Download
882 downloads
Release note
1.0 5.x 2012-Feb-02 Download
682 downloads
Release note
matthieu.chaffotte's picture
matthieu.chaffotte
Category: 

With this set of connectors, you will be able to execute a stored procedure or function, on your favorite database vendor e.g. MySQL.

Dependencies: The set of connectors just needs the .jar which contains your database driver.

How to use it: - First of all, configure the database access

  • Then name your procedure or function,
  • in the table of parameters, -> if your procedure or function returns a result, enter "RETURN" in the first row of the Type column (case sensitive)

Releases for Stored Procedure

Total downloads: 1 046
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Jan-31 Download
1046 downloads
Release note
Anonymous's picture
Anonymous
Category: 

This is a simple process example that explains how to fill in combobox values from a Map.

By using a Map, values and labels may be diffrent in the generated HTML < select > tag :
< select >
< option value="P1" >Product1< / option >
< option value="P2" >Product2< / option>
< option value="P3" >Product3< / option >
< / select >

Releases for Use a java.util.Map to fill in combobox values

Total downloads: 844
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2012-Jan-20 Download
844 downloads
Release note
rdiegoc's picture
rdiegoc
Category: 

This connector allows to invoke EJB services (v3.0) from Bonita processes. It is simple to configure, you just have to indicate JNDI name of EJB and the method name to invoke.

Note:

  • If you want to change the server where the EJBs are deployed, you must change the ejb.properties file that is located in the .jar file

Constraints:

Releases for EJB Connector

Total downloads: 1 819
Version BonitaBPM Version Post date Download Link to content
1.1.0 5.x 2012-Apr-30 Download
950 downloads
Release note
1.0.0 5.x 2012-Jan-25 Download
869 downloads
Release note
Anonymous's picture
Anonymous
Category: 

This is a basic process example that uses all Google+ connectors. To make the example work, you have to use a valid "apiKey" for Google+.

Releases for Google+ Connectors Example

Total downloads: 1 114
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2012-Feb-07 Download
568 downloads
Release note
1.0 5.x 2012-Jan-18 Download
546 downloads
Release note
Anonymous's picture
Anonymous
Category: 

Connectors for Google+. Based on the Google+ API : https://developers.google.com/+/api/ The connectors use "google-api-java-client" : http://code.google.com/p/google-api-java-client/ The source code is on github : https://github.com/sebprunier/bonita-googleplus-connectors

Releases for Google+ Connectors

Total downloads: 600
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2012-Jan-18 Download
600 downloads
Release note
Nigel's picture
Nigel
Category: 

This contribution contains a .bar file. It is an overview of the steps followed by the Bonitasoft documentation team, when creating a new feature. Each step contains a form with a “Todo” list, in the form of checkboxes. Note that you cannot submit a form and validate a step, unless all the items in the list are checked. This is a working process but does it not contain any data. For more information, please visit the new on-line Bonita Documentation System.

Releases for How to document a new feature

Total downloads: 1 132
Version BonitaBPM Version Post date Download Link to content
1.2 5.x 2012-Jan-17 Download
591 downloads
Release note
1.0 5.x 2012-Jan-16 Download
541 downloads
Release note
yhon.acurio's picture
yhon.acurio
Category: 

This connector creates a meeting in a GoToMeeting account.

Find authentication information in https://developer.citrixonline.com/page/authentication-and-authorization

Releases for [GoToMeeting]Create a meeting

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

returns the users who belong to a role.

Parameters: Role Name. Return: ArrayList.

Releases for UsersOfaRole

Total downloads: 579
Version BonitaBPM Version Post date Download Link to content
0.1 5.x 2011-Nov-25 Download
579 downloads
Release note
philippe.ozil's picture
philippe.ozil
Category: 

This contribution contains the following GoogleDocs connectors: - Upload from file - Upload from attachment - Download from file - Download from attachment - Delete GoogleDocs document - Search GoogleDocs documents

See provided readme file for instructions.

WARNING: file upload is only available for Google Premier accounts.

Releases for GoogleDocs Connectors

Total downloads: 1 628
Version BonitaBPM Version Post date Download Link to content
BOS 5.7 5.x 2012-Aug-20 Download
845 downloads
Release note
BOS 5.6 5.x 2011-Nov-23 Download
783 downloads
Release note
zhiheng.yang's picture
zhiheng.yang
Category: 

This demonstration shows how easy it is to customize the User XP Look'n'Feel, and how to use the internet services, here I am using Yahoo Weather API. Wish it's helpful to you. thanks!

Releases for Yahoo weather forecast

Total downloads: 580
Version BonitaBPM Version Post date Download Link to content
1.0 5.5 2013-Oct-28 Download
580 downloads
Release note
romain.bioteau's picture
romain.bioteau
Category: 

Dependency : iText 2.1 : http://mvnrepository.com/artifact/com.lowagie/itext/2.1.7

Add a watermak on each page of an existing PDF file.

Releases for PDF Watermark

Total downloads: 604
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Nov-02 Download
604 downloads
Release note
Nigel's picture
Nigel
Category: 

This contribution contains a .bar file. It is a simple process, which overviews the steps followed by the BonitaSoft documentation team, when creating a new video for a feature. This is a process diagram of the steps involved and does not contain any data created using the business analyst profile user guidance. To see some of the videos produced, go to: http://www.bonitasoft.com/resources/documentation/video-library

Releases for How to produce a video

Total downloads: 1 063
Version BonitaBPM Version Post date Download Link to content
1.1 5.x 2012-Jan-17 Download
539 downloads
Release note
5.6 5.x 2012-Jan-12 Download
524 downloads
Release note
pigbar's picture
pigbar
Category: 

Here is a Connector to Convert a DICOM Object (Medical and Health Images) to a JPEG image.

It get as entry two DocumentUUID for Attachement variables. One for the loaded DICOM Objetc file, and another one for construct de JPEG image file.

It depends on dcm4che version 2.0.22 Libraries:

Releases for DICOM to JPEG connector

Total downloads: 664
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Sep-24 Download
664 downloads
Release note
pigbar's picture
pigbar
Category: 

Here is a process for using the JPEGtoDICOMM connector.

Releases for JPEG To DICOM demo process

Total downloads: 604
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Sep-23 Download
604 downloads
Release note
pigbar's picture
pigbar
Category: 

Here is a Connector to Convert a JPEG image to a DICOM Object (Medical and Health Images)

It get as entry two DocumentUUID for Attachement variables. One for the JPEG image file, and another one for construct de DICOM Object.

The resulting DICOM Object can be downloaded, saved and Viwed with an according DICOM image Viwer.

It depends on dcm4che version 2.0.22 Libraries:

Releases for JPEG to DICOM Connector

Total downloads: 641
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Sep-23 Download
641 downloads
Release note
bouquetf's picture
bouquetf
Category: 

This connector retrieve the users for a group identified by its path. The connector returns a list of string corresponding to the list of users in this group.

Releases for Get users from a group

Total downloads: 671
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Aug-25 Download
671 downloads
Release note
yongtao.guo's picture
yongtao.guo
Category: 

This process is mainly for customers to call the service provider to get the services done or apply for new member of this service provider. It is a customized template process by modifying the look'n'feel,CSS and images.

Releases for Customer Phone Service

Total downloads: 740
Version BonitaBPM Version Post date Download Link to content
1.0 5.x 2011-Oct-08 Download
740 downloads
Release note
Notifications