13 return static::class .
'::execute();';
20 return static::getName();
23 private static function clear(): void
25 $ids = WorkflowStateTable::getIdsByDocument(
26 WorkflowStateTable::ZOMBIE_DOCUMENT_ID,
27 static::CLEAR_LOG_SELECT_LIMIT,
32 \CBPDocument::killWorkflow($id,
false);