• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/bizproc/automation/trigger/status.php
  • Класс: BitrixTasksIntegrationBizprocAutomationTriggerStatus
  • Вызов: Status::getPropertiesMap
static function getPropertiesMap(): array
{
	return [
		[
			'Id' => 'STATUS',
			'Name' => Loc::getMessage('TASKS_AUTOMATION_TRIGGER_STATUS_LABEL'),
			'Type' => 'select',
			'EmptyValueText' => Loc::getMessage('TASKS_AUTOMATION_TRIGGER_STATUS_DEFAULT_LABEL'),
			'Options' => static::getStatusList(),
		],
	];
}