Skip to content

Commit 84ba456

Browse files
authored
Add missing resume method documentation (#19989)
1 parent 615d9c4 commit 84ba456

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/workflows/build/workers-api.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,12 @@ Pause a running Workflow instance.
356356

357357
* <code>pause(): Promise&lt;void&gt;</code>
358358

359+
### resume
360+
361+
Resume a paused Workflow instance.
362+
363+
* <code>resume(): Promise&lt;void&gt;</code>
364+
359365
### restart
360366

361367
Restart a Workflow instance.

0 commit comments

Comments
 (0)