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/j...
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/j...
Has
public void setExcludedOwners(List<OrganizationalEntity> excludedOwners)
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/j...
https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/j...
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&...]