[jboss-user] [jBPM] - Re: Start a new process

Mauricio Salatino do-not-reply at jboss.com
Sun Apr 17 11:28:06 EDT 2011


Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the discussion

"Re: Start a new process"

To view the discussion, visit: http://community.jboss.org/message/600484#600484

--------------------------------------------------------------
If you want to start your process you will need to use an start event.
If your first task collect the booking information you can send that information using the method 
ksession.startProcess("process.id", parameters);
Where parameters is a Map<String, Object> that contains the information to initialize the process.
If you don't want to do that, you need to start first the process with any parameters and then present the first task to the user to complete the booking information.
Greetings.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/600484#600484]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110417/c5b16bcc/attachment-0001.html 


More information about the jboss-user mailing list