ReferenceNodeCodestartOn this pagestartStart the process by returning the OK status.KeystartConfiguration Keys:no configuration keysResultsok - The message has been loggedProcess Methodpublic function process(ContextInterface $context): ResultInterface{ return $this->result(ResultInterface::OK, 'Start processing.');}