custom object

Custom object mapped from call activity have no values in the child process's object from the parent process's object

I use custom objects in my process, I have made sure they are serializable. Everything works except when I try mapping the custom objects I have made through a call activity to a sub-process. The object in the child process does not have any of the values assigned that were in the parent process object the mapping was set up with. Is there something that I am doing wrong, or can custom objects not be mapped using the call activity?

How to Avoid Impl Abstract class in custom connector , as like standard connector's source code

hello , i m using Bonita community 6.3.1 i downloaded email connector from github to just examine code . i found that there is no abstract class there ,there is direct : Connector abstract class

i want to create connector same like that so i just create one connector which take 3 input and print it . when i run this ,ti done but nothing print . pl help what i done wrong .

here is connector code

Start process. Custom object as parameter.

Hello,

I'm trying to start a process with a Custom Object variable but it doesn't work.

This is my "POJO". I add a jar with this class into BonitaStudio and if I set a default value of it it's works. But i want to start the process with this object (really i need a most complex object but i'm trying with this one)

public class LdapSelection implements Serializable {

private static final long serialVersionUID = 1L;

Notifications