- Модуль: bizproc
- Путь к файлу: ~/bitrix/modules/bizproc/lib/schedulerevent.php
- Класс: BitrixBizprocSchedulerEventTable
- Вызов: SchedulerEventTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autocomplete' => true,
),
'WORKFLOW_ID' => array(
'data_type' => 'string'
),
'HANDLER' => array(
'data_type' => 'string'
),
'EVENT_MODULE' => array(
'data_type' => 'string'
),
'EVENT_TYPE' => array(
'data_type' => 'string'
),
'ENTITY_ID' => array(
'data_type' => 'string'
),
'EVENT_PARAMETERS' => array(
'data_type' => 'text',
'serialized' => true
)
);
}