get_integration_name(); } /** * Returns async process starter url, always in http. * * @param string $guid Process identifier. * * @return string Formatted URL of async process starter endpoint. */ public function getAsyncProcessUrl( $guid ) { return ''; // Not used in this implementation. } }