start process

Start a process when receiving mail

Hello,

I want to start a process when I receive a new mail.

For this, I'm using the start event "timer" and, for example, every 2 hours it will start the process, check if I have new mail and continue the process.

But I wanted to know : Is it possible de start my process without the timer start event, by starting it after I receive a new mail ?

Thanks, Emilien

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