pub async fn serve<S: WorkflowStore + 'static>( engine: Engine<S>, port: u16, auth_mode: AuthMode, ) -> Result<()>
Start the HTTP server on the given port.