web

Can I use Bonita BPM to create a web application for internet users?

I am trying to find the right tool to create a web application for users on the internet to run...I don't want to have to learn to use MS Visual Studio, SQL Server, etc.....also, do users have to utilize the portal or can a user simply type-in the URL, login, and start using the workflows I built? Basically, I don't want my web application to look like a bpm portal but rather have it look like facebook, or some other web application....thanks!

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

Releases for Log Web Interface

Total downloads: 2 147
Version BonitaBPM Version Post date Download Link to content
02.07.00 6.x, 5.x 2015-Jun-12 Download
2147 downloads
Release note
ttoine's picture
ttoine
Category: 

This is a small Bonitasoft plugin for the Firefox search bar.

Firefox search bar plugin

This way, you can search directly on Bonitasoft's websites, right from your browser search bar !!!

Releases for Bonita Web Search - Firefox plugin

Total downloads: 1 857
Version BonitaBPM Version Post date Download Link to content
1.0 7.x, 7.0.x, 6.x, 6.5.x, 6.4.x, 6.3.x, 6.2.x, 6.1.x, 6.0.x, 5.x, 5.10, 5.9, 5.8, 5.7, 5.6, 5.5, 5.2 2014-Jul-31 Download
1857 downloads
Release note

Continue a process after a call from external (web) application

Hi,

I've just started using Bonita in my project, so I was wondering if the thing I'm trying to implement is possible (I'm sure it is, just not sure what would be the best way to do it)

I have a pretty simple process:

1) After a timer goes off bonita should create a ticket in our issue tracking system (there should be no problem here i believe, we can add a new entry to the external database, right?). 2) When ticket's owner changes ticket's status the process should continue.

Notifications