From 3df9e3fc00076e3d7b8e517833a3eea217f9ce3e Mon Sep 17 00:00:00 2001 From: Marin Gr <103266764+marin-yxz@users.noreply.github.com> Date: Wed, 31 May 2023 10:29:17 +0200 Subject: [PATCH] =?UTF-8?q?It=20was=20missing=20L=20=C2=AF\=5F(=E3=83=84)?= =?UTF-8?q?=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/defining-workflows/workflow-status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/defining-workflows/workflow-status.md b/docs/defining-workflows/workflow-status.md index f78d07bb..e4f53926 100644 --- a/docs/defining-workflows/workflow-status.md +++ b/docs/defining-workflows/workflow-status.md @@ -2,7 +2,7 @@ sidebar_position: 4 --- -# Workfow Status +# Workflow Status You can monitor the status of the workflow by calling the `running()` method, which returns `true` if the workflow is still running and `false` if it has completed or failed.