[jboss-user] [jBPM] - How do I exclude User in a swimlane
Gary Struthers
do-not-reply at jboss.com
Fri Aug 5 18:06:52 EDT 2011
Gary Struthers [http://community.jboss.org/people/GaryS] created the discussion
"How do I exclude User in a swimlane"
To view the discussion, visit: http://community.jboss.org/message/619740#619740
--------------------------------------------------------------
I have a swimlane with 3 user tasks. I need to ensure that once a user performs a task in that swimlane they can't perform another one. They should be allowed to perform tasks in other swimlanes.
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/java/org/jbpm/task/PeopleAssignments.java https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/java/org/jbpm/task/PeopleAssignments.java Has
public void setExcludedOwners(List<OrganizationalEntity> excludedOwners)
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/java/org/jbpm/task/service/TaskClient.java https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/java/org/jbpm/task/service/TaskClient.java Has
public void getTasksAssignedAsExcludedOwner(String userId,
String language,
TaskSummaryResponseHandler responseHandler)
But I don't see how to use them
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/619740#619740]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110805/70cecaba/attachment.html
More information about the jboss-user
mailing list