[jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki

Fornachari do-not-reply at jboss.com
Tue May 20 16:53:42 EDT 2008


SOLUTION HERE:

http://jira.jboss.com/jira/browse/JBPM-1022?actionOrder=asc

Read Sebastian's comment:
I might be wrong, 
but isn't it possible to easily fix it by changing the line in tasks.xhtml : 
<j4j:listTasks includeEnded="true" target="#{tasks}"/> 
by this one: 
<j4j:listTasksForActor actorId="#{request.remoteUser}" target="#{tasks}"/> 
? 

I tried this and it's work!

Thank to all!



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4152141#4152141

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4152141



More information about the jboss-user mailing list