startProcess

How to retrieve the business data structure of a process

Hi everyone

I'm new to Bonita and I'm trying to work with deployed processes via Engine API, so I need a documentation which can helps me to find the way, but I only have found the below documentation:
https://documentation.bonitasoft.com/bonita/7.6/engine-api-overview

Take Process - taking Multiple processes of same name assigned to others?

Hi there,

Bonita Studio 6.3.7, Java 1.7.0.67, Windows 8.1

I have a strange one,

I have (pseudo) code that does this (simplified):

Strange error when trying to processAPI.startProcess(processId, operations, null);

Hi there,

I'm getting a strange error in trying to do a processAPI.startProcess(processId, operations, null);

It's telling me there is an exception but the error message doesn't exist in javadoc (startProcess)

Basically what I'm trying to do is start a process (B) and set the variable "user" to string "Sean".

Can anyone help?

Many thanks in advance, regards Seán

StartProcess - Assign a Process automatically when one user...

Hi there,

I remember reading about how to StartProcess (through code) and it would be automatically assigned to a User when there was only one user possible to execute it.

can someone who knows what I'm talking about point me to where to find it again...then I can use it...

Many thanks and best regards Seán

Task - Start - Assign - Execute latest version...

Hi there,

Bonita Studio 6.3.3, Java 1.7.0.67, Windows 8.1

as previously stated relatively new to Java and its convoluted way of doing things (and never really understanding javadoc documentation (just not enough examples))...I love COBOL, VBA and Assembler...and PL/S if you've ever heard of it...

Anyway following the various examples I'm very slowly getting to the point of success, but having an issue with starting tasks....

Notifications