Sorry guys, I was able to use the same method, once I created the
TaskService.class in the environment.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269923#4269923
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4269
Hi,
In jbpm4.1 is there any method that can find out the list of tasks assigned to
a particular user? In the examples, I could find out,
taskService.findPersonalTasks("username");
but this extends the class, JbpmTestCase, which may not be used in the actual
production code. So, is there any m
The issue got resolved when we moved from JBoss 5.0.1 to JBoss 5.1.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247802#4247802
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247802
Hi,
We are trying to invoke the jbpm workflows thru database. While running the
workflows, we are getting the following errors. Strange thing is when we
restart the jboss application server, the failed transaction gets completed
without any errors and from then on there are no errors to contin
you need to download jbpm-installer-3.2.6.SP1 and install that
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246878#4246878
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246878
Hi,
I am very new to the jbpm and following it thru a tutorial based on the
book,"Business Process management with JBoss and JBPM". I was able to create
the workflow and deploy it in the localhost of JBPM and was able to login to
it. But when i am clicking on the "Start Process" link, i am gett