From e4847eb702cb8b63219e1e6dcd785908a23cb6de Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:29:39 -0500 Subject: [PATCH] add actual valid states for runtimeStatus (#3989) Signed-off-by: Hannah Hunter --- daprdocs/content/en/reference/api/workflow_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/api/workflow_api.md b/daprdocs/content/en/reference/api/workflow_api.md index 9f9c34de81a..ca272d0faec 100644 --- a/daprdocs/content/en/reference/api/workflow_api.md +++ b/daprdocs/content/en/reference/api/workflow_api.md @@ -235,7 +235,7 @@ The API call will provide a JSON response similar to this: Parameter | Description --------- | ----------- -`runtimeStatus` | The status of the workflow instance. Values include: `RUNNING`, `TERMINATED`, `PAUSED` +`runtimeStatus` | The status of the workflow instance. Values include: `"RUNNING"`, `"COMPLETED"`, `"CONTINUED_AS_NEW"`, `"FAILED"`, `"CANCELED"`, `"TERMINATED"`, `"PENDING"`, `"SUSPENDED"` ## Component format