From 51c71fbf684052684a8834a5697de662e7d67212 Mon Sep 17 00:00:00 2001 From: Tom Wheeler Date: Mon, 15 Jul 2024 10:42:52 -0500 Subject: [PATCH] added Paul's suggestion to verify service startup by using the Web UI --- docs/run-basic.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/run-basic.md b/docs/run-basic.md index 1f790cc..18563f9 100644 --- a/docs/run-basic.md +++ b/docs/run-basic.md @@ -26,6 +26,9 @@ Service to persist its data to a file so that it will be available in subsequent sessions. This file will be created if it does not exist. +You can verify that this is running by using your browser to +access the Temporal Web UI at . + ### Start the Worker