Skip to content

Commit 89dbf11

Browse files
authored
Merge branch 'v1.12' into patch-1
2 parents b0b68d4 + e4847eb commit 89dbf11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/reference/api/workflow_api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The API call will provide a JSON response similar to this:
235235

236236
Parameter | Description
237237
--------- | -----------
238-
`runtimeStatus` | The status of the workflow instance. Values include: `RUNNING`, `TERMINATED`, `PAUSED`
238+
`runtimeStatus` | The status of the workflow instance. Values include: `"RUNNING"`, `"COMPLETED"`, `"CONTINUED_AS_NEW"`, `"FAILED"`, `"CANCELED"`, `"TERMINATED"`, `"PENDING"`, `"SUSPENDED"`
239239

240240
## Component format
241241

0 commit comments

Comments
 (0)