diff --git a/src/content/docs/workflows/build/workers-api.mdx b/src/content/docs/workflows/build/workers-api.mdx index aad9eebbc84fde9..c8acde7b8b0b977 100644 --- a/src/content/docs/workflows/build/workers-api.mdx +++ b/src/content/docs/workflows/build/workers-api.mdx @@ -399,7 +399,7 @@ Return the id of a Workflow. Return the status of a running Workflow instance. -* status(): Promise<void> +* status(): Promise<InstanceStatus> ### pause