ec.lock();
try {
TaskInfo taskInfo = (TaskInfo) ec.faultForGlobalID(_taskInfoGID, ec);
_task2 = new T06EOFFactorialUpdateTask(taskInfo);
} finally {
ec.unlock();
}
// Sometimes it ise useful to share the parent OSC with a subtask to avoid data out of sync issues
_task2.setParentObjectStore(parentObjectStore());