Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
workflow.php
1<?php
3
6
7class Workflow extends IblockWorkflow
8{
9 protected function getDocumentType(int $iblockId): array
10 {
11 $entity = ($this->iblockTypeId == "bitrix_processes" ? \BizprocDocument::class : BizprocDocumentLists::class);
12 return ["lists", $entity, "iblock_".$iblockId];
13 }
14}