[jboss-user] [JBoss jBPM] - Swimlane Instance Reassignment

pjacobsen do-not-reply at jboss.com
Mon Jun 9 12:13:30 EDT 2008


So I've seen Jiras for this topic, but I'm not quite sure how to reassign a swimlane instance to new actors.  Here's the situation:

Swimlane instance is assigned to actors: "A" & "B"
String actorsString = "A,B";
  | String[] actorsArray = actorsString.split(",");
  | swimlaneInstance.setPooledActors(actorsArray);
  | 

Swimlane instance is assigned to actors: "C" & "D"

  | String actorsString = "C,D";
  | String[] actorsArray = actorsString.split(",");
  | swimlaneInstance.setPooledActors(actorsArray);
  | 

This, however, just adds C & D (i.e. the swimlane now is assigned to "A", "B", "C", and "D") versus replacing A & B.  How do I get this to reassign the swimlane instance to C & D?  Thanks!

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

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



More information about the jboss-user mailing list