Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/workflows/build/workers-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,9 @@ Return the id of a Workflow.

### status

Return the status of a running Workflow instance.
Return the status of a running Workflow instance.

* <code>status(): Promise&lt;void&gt;</code>
* <code>status(): Promise&lt;InstanceStatus&gt;</code>

### pause

Expand Down