0 Replies Latest reply on Dec 22, 2010 9:03 PM by andrija85

    How to remove actor from swimlane?

    andrija85

      I need a little help solving this problem.

      I have a task node which is assigned to a swimlane.

      I have put some pooled actors in that swimlane already.

      What i need is when some actor does that task to remove him from that swimlane.

      During the execution of that task i set swimlane with a new pooled actor array (which doesn't contain that actorId),and it works while i am in the task.

      But,when it moves to the next task,the swimlane is still the same as before, like i didn't change anything.

      Tried to open and close jbpmContext around the swimlane update,but it didnt help.

      Thx in advance