Examples / Contributions

antoine.mottier's picture
antoine.mottier
Category: 

Example of forms to display and update a text process variable

Important recommendations

Generally it is recommended to use business variables instead of process variables.

Known limitation

By default only users with administrator profile are allowed to access process variables. You can change such behavior by customizing dynamic-permissions-checks.properties. Refer to REST API authorization documentation for more information.

antoine.mottier's picture
antoine.mottier
Category: 

Explain how to share a document between a parent process and child process (relation define using call activity).

antoine.mottier's picture
antoine.mottier
Category: 

This process provide a form that can be used to search among business data values using a text input.

frederic.krebs's picture
frederic.krebs
Category: 

Webapp to read and download log file of the Bonitasoft plateform

This app will enable tech user to get the container logs without using a file system access

Configure * Remove dev context files : webapp/logs/META-INF/context.dev.xml and web.dev.xml * Edit the authorized user/password in webapp/logs/META-INF/users.xml * Edit the context.xml * Edit the param-value of the logsDirectory context-param to point to your container log folder

Deploy * Copy the webapp/logs folder into your container folder

philippe.ozil's picture
philippe.ozil
Category: 

Bonita BPM 7 widget displaying a Bonita document as a PDF

philippe.ozil's picture
philippe.ozil
Category: 

This sample presents a pageflow (or mutli-page) form created with Bonita BPM 7. This resulting form is equivalent to the pageflow form that existed in Bonita BPM 5 & 6.

Documentation available here: https://github.com/Bonitasoft-Community/pageflow-form-example

Issues tracker available here: https://github.com/Bonitasoft-Community/pageflow-form-example/issues

valerioneri.de's picture
valerioneri.de
Category: 

This is a custom widget, that can be used in Living Applications and process forms in the BPMS solution called Bonita BPM (version 7.x). This widget gives you the possibility to load the value of a variable which is available in a running activity. The retrieval is performed via a REST call to the Bonita BPM REST API.

rlg's picture
rlg
Category: 

If you need to upload an image into your Picasa web album, this connector is done for you.

You need to add next google dependency jar files in order to execute this connector: - activation.jar - gdata-core-.jar - gdata-media-.jar - gdata-photos-.jar - google-collect-.jar - mail.jar You can find these jar files in the gdata distribution: http://code.google.com/p/gdata-java-client/downloads/list

This connector is in category "Google"

rlg's picture
rlg
Category: 

This connector allows you to get properties from a file that is in your classpath. This connector is very usefull if you want to store a configuration for your process. In this case, you just have to put the configuration in a properties file and get values when you instanciate your process via this connector.

You will find this connector in the java category.

To get a specific properties, just edit the ouput groovy script of your connector and use the method getProperty(String). Example: properties.getProperty "myProperty"

edouard.lafon's picture
edouard.lafon
Category: 

Connector to read RSS and Atom feeds. Licence : GPL 2. Dependencies : -ROME v1.0+ : [url]http://wiki.java.net/bin/view/Javawsxml/Rome[/url] -JDOM 1.0 : [url]http://www.jdom.org/[/url]

rlg's picture
rlg
Category: 

This connector perform a search on Twitter social network.

To use it, you've just to provide a query like '#bos5' or 'bonitasoft'. This connector returns a list of twitter4j.Twitter (see http://twitter4j.org/ja/javadoc/twitter4j/Tweet.html ).

Happykiller's picture
Happykiller
Category: 

The goal of this connector is merge two pdf file in one.

For show the tutorial : here

mkarlsson's picture
mkarlsson
Category: 

DigitalForms is based on a modeldriven App-Generation-Framework, that will accelerate the creation of form apps in combination with the workflow engine of BonitaSoft.

mkarlsson's picture
mkarlsson
Category: 

The library is a fork of the popular open source Jasper Reports and supports the common features provided by Jasper Reports, but offline and for mobile apps. The PDFReporter library supports iOS, Java and Android library. For your document and report design you use the PDFReporter Studio where you can visualize your data.

PDFReporter Studio

PDFReporter

Maven Repository

frederic.krebs's picture
frederic.krebs
Category: 
  • Author : Frederic KREBS
  • Bonita BPM version : 6.5.3

Description For a process name, find the highest enabled and resolved deployed process version In this example, search a process name in the first form , and view the resulting info, the process info, on a second form

frederic.krebs's picture
frederic.krebs
Category: 

bonitasoft-connector-datasource-preparedStatement-Insert

Description

JDBC Datasource connector to Insert into a database with a prepared statement

Author : Frederic KREBS

Bonita BPM version : 6.5.3

Example works with

  • Postgresql
  • Bonita BPM 6.5.3

Example installation

kbensalem's picture
kbensalem
Category: 

You can use this connector to create and save MS excel documents.

frederic.krebs's picture
frederic.krebs
Category: 

Created on Bonita BPM version : 6.3.3

Objectives: Execute an external groovy script

You can edit the script without recompiling neither redeploying the process on the server * Use as a form widget connector, it allows you to edit the script and refresh the screen to see the result * Use as a Form transiant data connector, it allows you to edit the script and refresh the screen to see the result * Use as an activity connector, it allows you to edit the script, restart a new process instance and see the changes

pierrick.voulet's picture
pierrick.voulet
Category: 

The purpose is to get a connector which allows to generate any REST requests.

Please check the UM document included in the release package for complete documentation.

antoine.mottier's picture
antoine.mottier
Category: 

A simple process that use a public weather web service in order to display current weather information.

cuicui.liu's picture
cuicui.liu
Category: 

IpInquery connector is used to inquery country by ip

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]

Retrieves available airlines and hotel names from Kayak.com. Note that the developer key provided in the example does not work. You may obtain your own developer key from [url=http://www.kayak.com/labs/api/search/developerkey.html]here[/url].

dong.zhang's picture
dong.zhang
Category: 

This connector converts an Excel file into a comma delimited csv file. It depended on JexcelAPI, which can be download from http://sourceforge.net/project/jexcelapi/files/

Users need manually add jxl.jar in the studio.

cuicui.liu's picture
cuicui.liu
Category: 

This connector compress folder to Zip package. It depended on commons-compress-1.0 jar, which can be download from http://www.findjar.com/index.x?query=commons-compress-1.0

Users need manually add jxl.jar in the studio

edouard.lafon's picture
edouard.lafon
Category: 

Use this connector , you can get the html code . when you test it , pls input the url like this http:www.google.com

edouard.lafon's picture
edouard.lafon
Category: 

Ordering Takeout process

yuanbin.teng's picture
yuanbin.teng
Category: 

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

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.

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

yuanbin.teng's picture
yuanbin.teng
Category: 

this process is about Maintenance_services

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.

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.

pigbar's picture
pigbar
Category: 

Here is a process for using the JPEGtoDICOMM connector.

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

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)

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.

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

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 ...

roelveldhuizen's picture
roelveldhuizen
Category: 

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

Notifications