54 $complexDocumentId = $this->workflow->getComplexDocumentId();
57 'workflowId' => $this->
getId(),
63 'name' =>\CBPRuntime::getRuntime()->getDocumentService()->getDocumentName($complexDocumentId),
68 if ($this->isShowProcessDescription())
75 if ($this->isShowModifiedDate())
82 if ($this->isShowFaces())
87 if ($this->isShowProcessStatus())
93 if ($this->isShowStartedBy())
96 $data[
'startedById'] = $authorView?->getUserId();
97 $data[
'startedBy'] = $authorView?->getFullName();
100 if ($this->isShowOverdueDate())
105 if ($this->isShowStartedDate())
110 if ($this->isShowStatus())
115 if ($this->isShowTemplateName())
117 $data[
'templateName'] = $this->workflow->getTemplate()?->fillName() ??
'';
120 if ($this->isShowDescription())