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&...]