#migration

migrate instantiateProcess of RepairAPI (groovy)

Hi all,

the goal is to start a new process through groovy and apart from defining some process variables, we want also to define its start activity (no to start from the begining).
e.g. in 5.9 the RepairAPI implemented
instantiateProcess(ProcessDefinitionUUID processDefinitionUUID,
Map<String,Object> processVariables, Collection<InitialAttachment> attachments,
List<String> startActivitiesNames, String instanceInitiator)

At Bonita 7.5 how can we do that?

thank you in advance

List name of active users - Bonita 7.5

Hi all,

at bonitasoft 7.5.4. we would like to list the names of active users of a process.
How can i reproduce this in a groovy script.
In older version, i have an example:
apiAccessor.getQueryRuntimeAPI().getActiveUsersOfProcessInstance(new ProcessInstanceUUID(my_uuid));

Thank you in advance.

Jasper Error After Migration

I installed version 7.5.4 to test and found it to be very good, with many new things that make development easier, but when I imported a process that I had developed in version 7.3.3 to run in version 7.5.4 my jasper report started to give a error that did not occur before:

Sub reports on BonitaSoft 7.5.4

I migrated my BonitaSoft engine from version 7.3.3 to 7.5.4, but I have a process that generates a report from the Jasper connector, but after migrating my report with sub reports it gives the following error:

Getting the latest user task happened in a process

Hi all,
In a process with multiple lanes/ users, we have throw/ catch links that end to a service task that sends a mail message to admins that something went wrong.
In this message, at 5.9x, we added the username of the latest Task that had been executed from the list:
apiAccessor.getQueryRuntimeAPI().getLightTasks(processInstance.getUUID())

At 7.5 how can we do that?

Functions like
apiAccessor.getProcessAPI().getLastStateHumanTaskInstance() require the taskName, which in our case, it is not know.

Bonita 7.2.4 migration file doesn't work

If you download 7.2.4 migration file (bonita-migration-distrib-2.13.0), it only upgrades your system to 7.2.3.
And the 7.2.4 war doesn't work with the 7.2.3 bonita folder:

SEVERE: Error while initializing the Engine
org.bonitasoft.engine.platform.StartNodeException: The version of the bonita home is not the same as expected: bonita-server version is <7.2.4> and bonita home version is <7.2.3>

Migration from 6.5 to 7.0

Hello All,

I am following this documentation to migrate from 6.5 to 7.0. I have downloaded the bonita migration package for 6.5 and while executing the migration.sh, it is giving me this error:

./migration.sh: line 3: java: command not found

I have set my java home as well but still getting this error. What could be other reason?

Thank you.

How to migrate from 6.5 to 7.1

Hello All,

I have an application deployed on jboss server in 6.5 version. I am trying to migrate it to 7.1. I have been referring to this documentation:
http://documentation.bonitasoft.com/migrate-earlier-version-bonita-bpm-0

In this, I am not quite sure I follow step 3 in " Migrate the Platform" section. I have jdbc driver for Oracle database but am I suppose to create the "lib" folder and where is the "Config.properties" file??

Thank you.

Notifications