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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to