[JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x
by kukeltje
Well, jBPM 3 has very limited support for bam. All you get is what Swatis describes. In jBPM 4 there is a 'real BAM' console which provides some reports out of the box but more importantly, you can put in/create your own reports based on Eclipse Birt.
Regarding the LDAP functionality, it is not there out of the box. But like most things in jBPM you can easily use it. Why? Because it is possible to write your own re-usable assignmenthandlers. Small pieces of java code that set e.g. the actor of a task. If you already have an ldap library with your own methods like ' getManagerForUser(...) ' you can very easily plug that in. In jPBM 4 it will be even easier to replace the full identity manager, so you do not have to configure assingmenthandlers in processdefinitions.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241147#4241147
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241147
16 years, 9 months
How can I put a personal task back to group task list?
by Xu Huisheng
Hi All:
It looks like that we could only take a group task to the personal task list, but cannot put it back. The cancel() method in OpenTask will end the task.
And I look at the gwt-console in the jBPM-4.0.CR1, it use taskService.take(dbid, null) to do the 'Release Task', I try it in my project and it failed with following exception:
task already taken by username.
I think if we could take a task, then we could release it, too. So, does this feature will be supported ? Or how could I impement it with current jBPM4's code? Thank you very much.
2009-07-01
Xu Huisheng
16 years, 9 months