Process

Best way to manage a polling/looping process?

Hi all,

I have a process that polls a mailbox every 15 minutes looking for new emails to use to instantiate another process.

At the moment I have it run on a start timer event, on a 15 minute cycle.

But this seems inefficient because it creates a new instance every 15 minutes, which generates (useless) data in the form of the process instance history. It also means when I start Bonita Studio on my laptop, all the 15-minute intervals that it missed while off, fire all at once, putting load on the mail server.

Which leads me to a question:

Is it possible to reuse whole process in community edition?

I understood that open source of bonita is the same community edition ,but
there is contradiction between two articles:one(2018)said : open source bonita supports reuse model(process) and another article said it does not support model reuse in community edition-?!

can I get help ,which is correct?

Can someone help with this problem? (No process instance was found as child of the activity with id)

Im getting this exception every time, i have a process wich calls another process, and that process also calls one like this:

process1 (KonfigSzamlaGen )-> process2 (this should be konfigszamla, but it does not appear in the log) -> process3(Szamlazzhu-ra Kuldes)

Im using call activity to call the processes.

Although i have this error, everything seems fine, my main process does finish and even the sub processes do they job.

Why am i getting this error?

before the error i have these lines:

How to redirect to process first human task from application page?

Hi,

Another question, I have an application page and i also have data to edit, and i cant do that easily in the instantiation form. So i put the editing in the first human task, but this way the user cant get from application page to this task in one click. Is there a way to do this? One link/button click and redirect to first task in the process? (process with no instantiation form)

antoine.mottier's picture
antoine.mottier
Category: 

Procurement Living Application

About

This is an official Living Application example for Bonita Community and Enterprise Editions. The latest release is built using Bonita 2021.1 and is compatible with any future releases of Bonita.

:information_source: If you are using an older version of Bonita, download the release corresponding to the version in question.

This example demonstrates the following concepts: - Living Application - Forms, pages and custom widgets built in the UI Designer - Process using BDM and contracts - Variable initialization using BonitaUsers templates

Procurement Request process - Diagram

Procurement Request process - Diagram

Releases for Procurement Example

Total downloads: 24 165
Version BonitaBPM Version Post date Download Link to content
2021.1-1.0 2021.1 2021-May-03 Download
1160 downloads
Release note
7.9.3-1.5 7.x, 7.9.x 2019-Sep-19 Download
1730 downloads
Release note
v1.3 for Bonita BPM 7.2 and onward 7.3.x, 7.2.x 2016-Apr-04 Download
7717 downloads
Release note
v1.2.1 for Bonita BPM 7.0.2 to 7.1.x 7.1.x, 7.0.x 2015-Oct-23 Download
4022 downloads
Release note
v1.2 for Bonita BPM 7.0.2 to 7.1.x 7.1.x, 7.0.x 2015-Sep-08 Download
3227 downloads
Release note
v1.1 for Bonita BPM 7.0.2 7.0.x 2015-Aug-21 Download
2936 downloads
Release note
v1.0 for Bonita BPM 7.0.0 7.0.x 2015-Jun-17 Download
3373 downloads
Release note

Get the finished/unfinished cases of a process from the API

Hello, thanks for reading. I've been searching for a while and i still haven't found the solution to my problem: i want Bonita to let me know how many cases were finished and how many were not (completed vs no completed) from the API, i know i can access this information from the Portal but i need to get it from the API. ¿Is there an endpoint that can provide this kind of information? Thanks.

[BonitaStudio] Unable to delete process before starting

Hi everyone,

I'm in face of problem with my bonitaStudio (7.6.3).
I have make a process that i have launch lot of times. But now, BonitaStudio is unable to delete the previous definition, so i can't start my process...

That what i get in my log file:

comparison study between Bonitasoft and Microsoft BizTalk Server

Hi everyone ... I'm engaged in a technical comparison study between Bonitasoft and Microsoft BizTalk Server. I'm conduct a very simple proof of concept where an application developed in bonitaoft should collect a text file (multi-item payment order) in a local directory, convert it to an XML file that consolidates the total of all items in the order (Qtd and values). I did not find any tutorial that could guide me in this scenario.

I do not need forms, pages so little human intervention. Any light or hint from where I find a tutorial in this scenario?

Start Timer NullPointerException - Possible Bug

Hello Everyone again,

We have created a process which is started by a Start Timer every 5 minutes. The process uses a DAO object to find new records. If no records are found, the process ends. If not, a case goes on.

This works perfectly in Studio. The first time we deployed the process to a Bonita Server Bundle (Tomcat), the process worked ok. Then we made some adjustments, deleted the process and deployed it again (always in version 1.00).

How to generate the process documentation?

The system documentation (http://documentation.bonitasoft.com/?page=generate-process-documentation...) refer a "Menu bar > Process" that I should access to Generate Documentation, but my Bonita BPM Studio does not have a Process Menu or Submenu.
Have you ever been succeeded in generating a model/process documentation? How? Where?
Thanks.

Luciano Gomes

Notifications