#bonita 6.3.2 community

Upgrade Bonitasoft Questions

Hello,

Currently, I have a very old version of Bonitasoft, 6.3.2 community edition. I'm interested in upgrading to the latest. When on the Bonitasoft website, download page, it states, that there's a .zip file containing a script to update a Bonita Runtime from 7.x to any later version. Is there a tool or .zip file to update the platform from 6.3.2?

Unable to send notification to actor when email contains special characters

Hello,

I have a scenario where a user (actor) has special characters in their email address. I'm running the following code:

import org.bonitasoft.engine.identity.ContactData
def userid = loggedUserId.value
def contactData = BonitaUsers.getUserProfessionalContactInfo(apiAccessor, userid)
def teste = contactData.email

return teste

This code works great when the email address doesn't contain special characters. Otherwise, I get, "Invalid email address" error. Is there a way to resolve this issue?

Case is stuck at initializing

Recovery Bonitasoft .BOS and .BAR files

Hello,

I'm using Bonitasoft 6.3.2 community edition. I have a process installed in the portal. Is it possible to export the process file to my local machine so I can modify it in Bonitasoft Studio? This is just in case the .BOS file is lost. Also, if the .BAR file is lost, is there a way from the portal to retrieve it?

Failed cases in Bonita Portal

Hello,

In the bonita database, which table can I find failed activities?

Truncate older data from database

Can we trigger multiple Subprocesses by using single call-activity?

Issue In Detail:
For example if you take call activity we can call one sub process by mentioning sub-process name in [Call-ActivitySelect by clicking on task]General Subprocess Name, In the same call can we call more than one Subprocess at a time? If yes can I have sample bonita flow or script to trigger multiple sub-process.

In subprocess selection: I have script written, in that script i will get list of subprocess listed, so i need trigger all sub-process list which i got.

Thanks in advance, please let me know if you need more information on same.

MySQL server causing application to hang

Hello,

In troubleshooting MySQL , I check what queries are running and status of a server with SHOW FULL PROCESSLIST in MySQL server and process status. From the results from the query, they're multiple items that are running Select statements, which seem to take a significant amount of time to process. These Select statements seem to be queries that Bonitasoft creates and runs in the background. My first question is, what is the purpose of these queries? Second, is there any ramifications for killing the queries that take a long time to complete?

Notifications