The console simply uses a normal Drools session like you would do yourself to start / stop processes etc. So if you could get access to this session, you could easily invoke its methods to start new processes etc. By default, this is currently not provided. But I guess you could easily extend the DroolsFlowCommandDelegate to register the session using JNDI, so a reference could be looked up by your application. We would probably be interested if you could contribute that back as well ;)
Kris Quoting ramram8 <[email protected]>: > > Hi all > > I have the following question and I was wondering if someone can help > me? > > can we initiate a new process instance in the GWT console without > using the > start button? > can we start this process from a call from outside of the application > by > using a specific API and passing to it parameters? > > I have the following process : START -> USER TASK -> MAIL -> END > i need to start this process from outside the application so that the > used > when logging into the gwt console can see that he have a task to > validate? > > > -- > View this message in context: > http://old.nabble.com/Starting-Procss-instance-from-outside-of-the-GWT-console-tp26421325p26421325.html > Sent from the drools - user mailing list archive at Nabble.com. > > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
