Contribution http://www.bonitasoft.org/exchange/ Bonita extensions en webmaster bonitasoft.com ECommerce, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=59&rid=71#rev71 Revision: 1.0

About: This is an example of a full process-based application to handle an ECommerce. An instance of the process represents a customer shopping.

Changes: First version.
Includes subprocesses, form and template customization, PayPal connector...

]]>
mickael.istria
One horn, or two? Name that rhino, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=58&rid=70#rev70 Revision: 1.0

About: This example shows how to use "submit" buttons to select a process path - does your rhino have one horn, or two?

See the description and video on the bonitsoft.com blog.

Changes: This simple process has 2 submit buttons and two branches.

]]>
Mickey
Purchase order validation, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=57&rid=69#rev69 Revision: 1.0

About: This process aims to manage a purchase order with 2 levels of validation according to the amount of the order.

If the order is accepted, a notification is sent to the purchase department.

Enjoy wth this pretty process. Please share this process and blog about it!

Changes: This version is configured with custom forms, dynamic labels, due date, ... A really good sample.

]]>
rlg
Start process instance, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=56&rid=68#rev68 Revision: 1.0

About: This connector starts an instance of a process.
It needs at least the name of the process to start. Optionally, the process version and some values to initialize the data with can be specified.

No dependencies required.

Changes: First version of the start instance connector

]]>
abirembaut
Rhino Registration, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=55&rid=67#rev67 Revision: 1.0

About: process to illustrate the use of Bonita Studio Form Builder (as shown in these videos)

Part 1 [url]http://www.youtube.com/BonitaSoft#p/u/10/cwN8lkszwFw[/url]
Part 2 [url]http://www.youtube.com/BonitaSoft#p/u/11/AgD4j-t7u-I[/url]

Changes: slightly different version from video(s)

]]>
Mickey
Regex Filter, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=54&rid=66#rev66 Revision: 1.0

About: Dear community,

This filter selects users corresponding to the regular expression (given in parameter)

Note : the regular expression is a java one (the syntax is available at this address: http://download.oracle.com/docs/cd/E17476_01/javase/1.5.0/docs/api/java/util/regex/Pattern.html

Changes: Dear community,

This filter selects users corresponding to the regular expression (given in parameter)

Note : the regular expression is a java one (the syntax is available at this address: http://download.oracle.com/docs/cd/E17476_01/javase/1.5.0/docs/api/java/util/regex/Pattern.html

]]>
m.chaffotte
Attached Timer Event example, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=53&rid=65#rev65 Revision: 1.0

About: Example of attached timer event implementation with the next connector:
http://www.bonitasoft.org/exchange/extension_view.php?eid=52

Changes: Sample of Attached Timer Event

]]>
rlg
Attached Timer event - step execution on deadline, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=52&rid=64#rev64 Revision: 1.0

About: The Step execution on deadline connector allows you to implement the attached timer event.

To do that, you have to:
- define a local variable of type Boolean in the step you want to add attached event.
- set the default value to false
- add a deadline with this connector, provide the name of the variable

The connector will set the variable value to true and execute the step.

Changes: First version:
- set the local variable to true
- execute the current step

]]>
rlg
Send notification email example, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=51&rid=63#rev63 Revision: 1.0

About: This example send an email to all participants of the task "Perform example task"
The connector configuration gets the emails from the Bonita User Experience. Please adapt this configuration if the emails are stored in another place.

To test this sample, you have to:
1) configure the smtp server (open the connector configuration)
2) set the sender email
3) provide some emails (admin and john) in the Bonita User Experience

Changes: First release

]]>
rlg
Bonita Inbox Feed Creator, revision 1.0 http://www.bonitasoft.org/exchange//extension_view.php?eid=50&rid=62#rev62 Revision: 1.0

About: The Bonita Inbox Feed Creator allows your users to get their inbox in a RSS feed.

To install this web application, you need to have a server (like tomcat) with Bonita User Experience installed. Just copy/paste the war file in the webapp folder of your server.

When you go in the root url of the Bonita Inbox Feed Creator, you have to login with your account, then you will be redirected to your RSS feed. You just have to use this url in your favorite RSS reader.

Enjoy!

Changes: Version for BOS5.2

License: GPL2

The source code is inside the war file.

]]>
rlg