Hi All,
I am using jbpm-3.1.3
Is there any API for role based Group assignment in jBPM ?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101666#4101666
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101666
__
Hi
I am using 'jbpm 3.1.3' on 'JBOSS AS 4.0.5.GA'
I am executing following code in a servlet
| JbpmConfiguration jbpmconfig = JbpmConfiguration.parseXmlString(
| "" +
|
| // A jbpm-context mechanism separates the jbpm core
| // engine f
Hi,
I am newbie to jbpm.
I am using starters kit 3.1.3 with jbpm 3.1.3
I have created a processdefinition which is saved to the default DB. I can run
through the process on default application.
Now I need to instantiate this process from a struts application we have using
APIs...Got the fair ide