mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Workflow: Fix issue where re-use of swimlane in a pooled task failed as the pooled task was immediately assigned an owner (the owner set previously in the swimlane).
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6142 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1968,7 +1968,7 @@ public class JBPMEngine extends BPMEngine
|
||||
String existingActorId = instance.getActorId();
|
||||
if (existingActorId == null || !existingActorId.equals(actorId))
|
||||
{
|
||||
instance.setActorId((String)value);
|
||||
instance.setActorId((String)value, false);
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user