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