<?php // CBPAllTrackingService :: isForcedMode()// /dist/bitrix/modules/bizproc/classes/general/trackingservice.php:200 public function isForcedMode($workflowId) { return in_array($workflowId, $this->forcedModeWorkflows); }