41 if (is_null($this->modified))
43 $row = WorkflowUserTable::getByPrimary(
44 [
'USER_ID' => $this->userId,
'WORKFLOW_ID' => $this->workflow->getId()],
45 [
'select' => [
'MODIFIED']]
49 $this->modified = $row[
'MODIFIED'];
53 return \CBPViewHelper::formatDateTime($this->modified);