PM-4102

PM-4102
This commit is contained in:
Paula V. Quispe
2015-11-18 16:40:31 -04:00
parent 339df9cbdf
commit ea6734790d

View File

@@ -253,6 +253,13 @@ class BpmnWorkflow extends Project\Bpmn
));
}
if($activityCurrent->getActLoopType() == "PARALLEL"){
$task = \TaskPeer::retrieveByPK($actUid);
if($task->getTasAssignType() == "BALANCED"){
$taskData["TAS_ASSIGN_TYPE"] = "MULTIPLE_INSTANCE";
}
}
$this->wp->updateTask($actUid, $taskData);
}