#bonita engine

How a INCLUSIVE gateways works in a non symetric diagram?

Hello,

Please visit this process

https://www.dropbox.com/s/hy7l390q6kszqsg/inclusive%20Gateway.jpg?dl=0

In this process, I have this

+------ Blue ? ---> BLUE -------------------------------------- |

S ==> INCLUSIVE (Color) +--- Winter? -----------------> INCLUSE(Final)

+--- Red ?--> INCLUSIVE(Season) |

Studio 7.10.4 / Server in 7.9.3 is allowed?

Hello,

With Bonita, the studio and server must be on the same version.

But in fact, the rule is a little different: each component has it's own version number, and this version may not change between 2 versions.

For example, it's possible to use a studio 7.2 and deploy the process on a server 7.3

Is that possible to use a studio 7.10.4 and deploy BAR file, FORM, and REST API on a 7.9.3?

Thanks,

Install a process in Bonita Portal via Engine API

Hi,

I need to know how i can install a process in Bonita Portal (.bar) using Engine API. Can anyone help me showing an example?

Thanks

Diana

emmanuel.duchastenier's picture
emmanuel.duchas...
Category: 

This is an example of how to embed Bonita Engine (BPM workflow engine) in a Spring Boot application built with Maven.

The proposed use-case is an application based on a process that allows someone to request a loan to their bank. This request will be reviewed, approved or rejected by the bank which will give explanations for this decision.

emmanuel.duchastenier's picture
emmanuel.duchas...
Category: 

This application is an example of how to embed Bonita Engine (BPM workflow engine) in a Spring Boot application. The proposed use-case is an application based on a process that allows someone to request a loan to their bank. This request will be reviewed, approved or rejected by the bank which will give explanations for this decision. This example illustrates how to build it with the application using Gradle.

Get Stats

Where Could I found help about,

The time that is taken to answer the activities
Average Time of Proceses, Activities.
What are the users that most answer activities
Who are the users more busy
Who are the users more idle

Bonita Engine Events

I want to intercept all events of my Processes

1) When a user is assigned I want to send a email to him (I don't want to put the rule in the Process),
2) If the process has activities without user assigned, then I want to assign that to a default user (Manager)

Schedule Task using Bonita SchedulerService

I have developed a REST API Extension, which runs and user synchronization between LDAP and BONITA.

I want to use the Bonita SchedulerService to schedule this task to run every night at specific time.(Ex: 22 : 00)

Where can I find a documentation related to this.?

Following are some of the useful set of classes, that I can use. But I didnt find proper documentation.

org.bonitasoft.engine.builder.BuilderFactory.get(SJobDescriptorBuilderFactory.class);
ServiceAccessorFactory.getInstance().createPlatformServiceAccessor().getSchedulerService();

Schedule Task using Bonita SchedulerService

I have developed a REST API Extension, which runs and user synchronization between LDAP and BONITA.

I want to use the Bonita SchedulerService to schedule this task to run every night at specific time.(Ex: 22 : 00)

Where can I find a documentation related to this.?

Following are some of the useful set of classes, that I can use. But I didnt find proper documentation.

org.bonitasoft.engine.builder.BuilderFactory.get(SJobDescriptorBuilderFactory.class);
ServiceAccessorFactory.getInstance().createPlatformServiceAccessor().getSchedulerService();

Update version of production engine, from 7.3.3 to 7.5.4

I have in my production engine version 7.3.3 of BonitaSoft installed, I would like to know the best way to upgrade to version 7.5.4? Any hint of material to get an idea of where to start would be welcome

Notifications