Thanks! you gave me good hope to continue with what I was doing... The reason I was worrying is there is nothing in the jbpm example project that halts execution during transition. Can you please help me on that? Here I am explaining the scenario I am going to implement...
1. From my UI project I call a component which initiate a process. 2. Where I take instance of ProcesInstance then ExecutionService, calls startProcessInstancebyKey ... 3. now my process returns me object which I pass to UI project along with processID to display data on the web page. 4. and when user takes next action on web page I pass this processID back and get another ProcessInstance or retrieve old instance and call executionService.signalExecutionById(pid). According to you this should work? What do I need to change in jpdl so that transition will halt? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251653#4251653 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251653 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
